.content {
  background-color: #f9f8f8;
}
.content .contentWrap {
  padding: 5.33333333vw 3.2vw;
  background-color: #ffffff;
}
.content .contentWrap:not(:first-child) {
  margin-top: 3.2vw;
}
.content .contentWrap .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8vw;
}
.content .contentWrap .title h1 {
  font-family: PingFangSC-Medium;
  font-size: 4.8vw;
  color: #252525;
  letter-spacing: 0.12vw;
  line-height: 4.8vw;
  font-weight: bold;
}
.content .contentWrap .title select {
  border: 0.13333333vw solid #6a6a6a;
  border-radius: 0.53333333vw;
}
.content .contentWrap .title .dropdown-toggle {
  padding: 0;
  width: 21.067vw;
  height: 5.333vw;
  border: 0.133vw solid #6a6a6a;
  border-radius: 0.533vw;
  background-color: #fff;
  font-family: PingFangTC-Light;
  font-size: 3.2vw;
  color: #6a6a6a;
  letter-spacing: 0.107vw;
  line-height: 5.333vw;
}
.content .contentWrap .title .dropdown-menu {
  padding: 0;
  width: 21.067vw;
  min-width: 21.067vw;
}
.content .contentWrap .title .dropdown-item {
  border-bottom: #bcbcbc 1px solid;
}
.content .contentWrap .title .dropdown-item a {
  color: #6a6a6a;
  font-family: PingFangTC-Light;
  font-size: 3.2vw;
  letter-spacing: 0.107vw;
  line-height: 5.333vw;
}
.content .contentWrap .title .dropdown-item:last-child {
  border-bottom: none;
}
.content .contentWrap .content__empty {
  padding: 4.6vw 0;
  text-align: center;
  font-size: 4.267vw;
}
.content .contentWrap .subtitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.33333333vw;
}
.content .contentWrap .subtitle h3 {
  font-family: PingFangSC-Regular;
  font-size: 4.8vw;
  color: #caa26f;
  letter-spacing: 0.12vw;
  line-height: 4.8vw;
  font-weight: 400;
}
.content .contentWrap .subtitle .more,
.content .contentWrap .subtitle .more a {
  font-family: PingFangTC-Light;
  font-size: 3.2vw;
  color: #6a6a6a;
  letter-spacing: 0.10666667vw;
  line-height: 3.2vw;
  font-weight: 200;
  display: flex;
  align-items: center;
}
.content .contentWrap .analyze .k-line {
  width: 100%;
}
.content .contentWrap .analyze .note {
  font-family: PingFangSC-Regular;
  font-size: 2.66666667vw;
  color: #6a6a6a;
  letter-spacing: 0.07466667vw;
  line-height: 4.26666667vw;
  font-weight: 400;
  margin-top: 3.2vw;
}
.content .contentWrap .list .card {
  display: flex;
  justify-content: space-between;
}
.content .contentWrap .list .card .cardLeft {
  width: 29.06666667vw;
}
.content .contentWrap .list .card .cardLeft .cardLeftImg {
  width: 100%;
}
.content .contentWrap .list .card .cardRight {
  width: 61.33333333vw;
  position: relative;
}
.content .contentWrap .list .card .cardRight .title {
  font-family: PingFangSC-Medium;
  font-size: 3.2vw;
  color: #6a6a6a;
  letter-spacing: 0.18266667vw;
  line-height: 4.26666667vw;
  font-weight: bold;
}
.content .contentWrap .list .card .cardRight .time {
  font-family: PingFangSC-Light;
  font-size: 2.4vw;
  color: #6a6a6a;
  letter-spacing: 0.12vw;
  line-height: 2.4vw;
  font-weight: 200;
  position: absolute;
  bottom: 1.46666667vw;
  right: 0;
}
.content .contentWrap .list .more {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #bcbcbc;
  letter-spacing: 0.08vw;
  line-height: 3.2vw;
  font-weight: 400;
  text-align: center;
  margin-top: 5.33333333vw;
}
.content .contentWrap .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3.2vw;
}
.content .contentWrap .tags .tag {
  font-family: PingFangSC-Regular;
  font-size: 3.2vw;
  color: #3a2d03;
  letter-spacing: 0.13333333vw;
  line-height: 3.2vw;
  font-weight: 400;
  border: 0.13333333vw solid #3a2d03;
  border-radius: 0.53333333vw;
  padding: 1.6vw 2.13333333vw;
  margin-right: 3.2vw;
  margin-bottom: 3.2vw;
}
.content .contentWrap .pagination {
  margin-bottom: 0;
}
