.banenr {
  display: block;
  margin-bottom: 3.2vw;
}
.banenr img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
}
.banenr.bottom {
  display: none;
}
.common-contentWrap > .title {
  margin-bottom: 5.33333333vw;
  margin-top: 3.2vw;
  font-family: PingFangSC-Medium;
  font-size: 4.8vw;
  color: #252525;
  letter-spacing: 0.12vw;
  line-height: 4.8vw;
  font-weight: bold;
}
.common-contentWrap > .title.none {
  margin-bottom: 13.33333333vw;
}
.common-contentWrap .list .card {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border: none;
}
.common-contentWrap .list .card:not(:first-child) {
  margin-top: 3.2vw;
}
.common-contentWrap .list .card .cardLeft {
  width: 29.06666667vw;
  max-height: 19.73333333vw;
  overflow-y: hidden;
}
.common-contentWrap .list .card .cardLeft .cardLeftImg {
  width: 100%;
}
.common-contentWrap .list .card .cardRight {
  width: 61.33333333vw;
  position: relative;
}
.common-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;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.common-contentWrap .list .card .cardRight .cardTags {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 1.46666667vw;
  left: 0;
}
.common-contentWrap .list .card .cardRight .cardTags svg {
  transform: rotateY(180deg);
  width: 3.2vw;
  height: 3.2vw;
}
.common-contentWrap .list .card .cardRight .cardTags a {
  font-family: PingFangSC-Regular;
  font-size: 2.13333333vw;
  color: #7b6006;
  letter-spacing: 0;
  line-height: 2.13333333vw;
  font-weight: 400;
  background: rgba(214, 167, 10, 0.4);
  border-radius: 0.26666667vw;
  padding: 0.8vw 1.06666667vw;
  margin-left: 1.06666667vw;
}
.common-contentWrap .list .card .cardRight .time {
  font-family: PingFangSC-Light;
  color: #6a6a6a;
  text-align: right;
  font-weight: 200;
  font-size: 2.4vw;
  letter-spacing: 0.12vw;
  line-height: 2.4vw;
  position: absolute;
  bottom: 1.46666667vw;
  right: 0;
  display: flex;
  align-items: center;
}
.common-contentWrap .list .card .cardRight .time svg {
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 1.33333333vw;
}
.common-contentWrap .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: 5.33333333vw 0;
}
.common-contentWrap .searchbar {
  position: relative;
  margin-bottom: 28.66666667vw;
}
.common-contentWrap .searchbar input {
  border: 1px solid #bcbcbc;
  border-radius: 10.66666667vw;
  width: 93.6vw;
  height: 10.66666667vw;
  padding-left: 3.2vw;
  font-size: 4.26666667vw;
  font-weight: 300;
  font-family: PingFangSC-Light;
}
.common-contentWrap .searchbar button {
  position: absolute;
  border: 0;
  background: unset;
  right: 3.06666667vw;
  font-size: 4.8vw;
  width: 5.33333333vw;
  height: 10.66666667vw;
  bottom: 1px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-contentWrap .searchbar button .search_sumbit {
  width: 100%;
  height: 4.8vw;
}
.common-contentWrap .banner {
  width: 100vw;
  background: #d8d8d8;
  height: 48vw;
  position: relative;
  left: -3.2vw;
}
.common-contentWrap > p {
  font-family: PingFangTC-Regular;
  font-size: 3.2vw;
  color: #252525;
  letter-spacing: 0.13333333vw;
  line-height: 3.2vw;
  font-weight: 400;
  margin-bottom: 5.33333333vw;
}
