@charset "UTF-8";
/* 默认字体颜色 */
/* 主题色 */
/* 辅助色 */
/* 大间距 */
/* 中间距 */
/* 小间距 */
/* 更小间距 */
/* 背景色 */
html {
  font-size: 75px !important;
}
@media (min-width: 430px) and (max-width: 750px) {
  html {
    font-size: calc((100vw - 1px) / 10) !important;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 48px !important;
  }
}

body {
  font-family: "Microsoft YaHei";
  color: #333;
  background-color: #fff;
  overflow-x: hidden !important;
  min-width: auto !important;
}
body {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type body {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type body {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type body {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.panel {
  overflow: hidden;
  padding: 0.4rem 0;
}
.panel a:hover {
  color: #1492ff;
}
.panel {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .panel {
    width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel {
    width: calc(100% - 0.32rem * 2);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel {
    width: calc(100% - 0.32rem * 2);
  }
}
@media screen and (max-width: 576px) {
  .panel {
    width: calc(100% - 0.32rem * 2);
  }
}
@media screen and (max-width: 375px) {
  .panel {
    width: calc(100% - 0.32rem * 2);
  }
}

.panel .tplb {
  width: 100%;
  margin-bottom: 0.5333333333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .panel .tplb {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb {
    margin-bottom: 0.2666666667rem;
  }
}
@media screen and (min-width: 1200px) {
  .panel .tplb .tplb-l {
    width: 9.3333333333rem;
    height: 5.2533333333rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel .tplb .tplb-l {
    width: 8.4rem;
    height: 4.72rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb .tplb-l {
    width: 100%;
    height: 4.32rem;
  }
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-l {
    width: 100%;
    height: 4.32rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-l {
    width: 100%;
    height: 4.32rem;
  }
}
.panel .tplb .tplb-l #swiper-l {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.panel .tplb .tplb-l #swiper-l .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  border-radius: 0.0666666667rem;
  -webkit-border-radius: 0.0666666667rem;
  -moz-border-radius: 0.0666666667rem;
  -ms-border-radius: 0.0666666667rem;
  -o-border-radius: 0.0666666667rem;
}
.panel .tplb .tplb-l #swiper-l .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1492ff;
  width: 0.2666666667rem;
}
.panel .tplb .tplb-l #swiper-l .swiper-button-prev,
.panel .tplb .tplb-l #swiper-l .swiper-button-next {
  width: 0.5333333333rem;
  height: 0.6666666667rem;
  background-color: #79797985;
  background-size: 0.2rem 0.3333333333rem;
  background-image: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/751400/images/h.png);
}
.panel .tplb .tplb-l #swiper-l .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.panel .tplb .tplb-l #swiper-l .swiper-button-next {
  right: 0;
}
.panel .tplb .tplb-l #swiper-l .swiper-button-prev:hover {
  background-image: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/751400/images/l.png);
  transform: rotate(0deg);
}
.panel .tplb .tplb-l #swiper-l .swiper-button-next:hover {
  background-image: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/751400/images/l.png);
  transform: rotate(180deg);
}
.panel .tplb .tplb-r {
  background-color: #f6f6f6;
}
@media screen and (min-width: 1200px) {
  .panel .tplb .tplb-r {
    width: calc(100% - 9.3333333333rem);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel .tplb .tplb-r {
    width: calc(100% - 8.4rem);
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb .tplb-r {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-r {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r {
    width: 100%;
  }
}
.panel .tplb .tplb-r #swiper-r {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .panel .tplb .tplb-r #swiper-r {
    height: 5.2533333333rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel .tplb .tplb-r #swiper-r {
    height: 4.72rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb .tplb-r #swiper-r {
    min-height: 2.6666666667rem;
  }
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-r #swiper-r {
    min-height: 2.6666666667rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r #swiper-r {
    min-height: 2.6666666667rem;
  }
}
.panel .tplb .tplb-r .tplb-info {
  height: 100%;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel .tplb .tplb-r .tplb-info {
    padding: 0.2666666667rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb .tplb-r .tplb-info {
    padding: 0.2666666667rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r .tplb-info {
    padding: 0.1333333333rem;
  }
}
.panel .tplb .tplb-r .tplb-info .tplb-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #333;
}
.panel .tplb .tplb-r .tplb-info .tplb-title {
  font-size: 0.2666666667rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-r .tplb-info .tplb-title {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r .tplb-info .tplb-title {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}
.old_type .panel .tplb .tplb-r .tplb-info .tplb-title {
  font-size: 0.3733333333rem;
  line-height: 0.4533333333rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-title {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-title {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}
.panel .tplb .tplb-r .tplb-info .fgx {
  width: 100%;
  height: 0;
  background: transparent;
  border: 1px dashed #b2dbff;
  margin: 0.2666666667rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .panel .tplb .tplb-r .tplb-info .fgx {
    margin: 0.1333333333rem 0;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .panel .tplb .tplb-r .tplb-info .fgx {
    margin: 0.1333333333rem 0;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r .tplb-info .fgx {
    margin: 0.1333333333rem 0;
  }
}
.panel .tplb .tplb-r .tplb-info .tplb-jj {
  text-align: left;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel .tplb .tplb-r .tplb-info .tplb-jj {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-r .tplb-info .tplb-jj {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r .tplb-info .tplb-jj {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .panel .tplb .tplb-r .tplb-info .tplb-jj {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-jj {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-jj {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.panel .tplb .tplb-r .tplb-info .tplb-xq {
  margin-top: auto;
  text-align: right;
}
.panel .tplb .tplb-r .tplb-info .tplb-xq a {
  color: #1492ff;
  text-align: right;
}
.panel .tplb .tplb-r .tplb-info .tplb-xq a {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .panel .tplb .tplb-r .tplb-info .tplb-xq a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .panel .tplb .tplb-r .tplb-info .tplb-xq a {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .panel .tplb .tplb-r .tplb-info .tplb-xq a {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-xq a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .panel .tplb .tplb-r .tplb-info .tplb-xq a {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2666666667rem;
}
.title-box .title-h1 {
  display: flex;
  align-items: center;
}
.title-box .title-h1 {
  font-size: 0.2933333333rem;
  line-height: 0.4266666667rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .title-box .title-h1 {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}
@media screen and (max-width: 375px) {
  .title-box .title-h1 {
    font-size: 0.3466666667rem;
    line-height: 0.5066666667rem;
  }
}
.old_type .title-box .title-h1 {
  font-size: 0.4rem;
  line-height: 0.48rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .old_type .title-box .title-h1 {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .title-box .title-h1 {
    font-size: 0.4533333333rem;
    line-height: 0.56rem;
  }
}
.title-box .title-h1::before {
  display: block;
  content: "";
  height: 20px;
  width: 0.0666666667rem;
  background-color: #1492ff;
  border-radius: 0.04rem;
  margin-right: 0.1333333333rem;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -ms-border-radius: 0.04rem;
  -o-border-radius: 0.04rem;
}
.title-box .title-h2 {
  font-size: 0.2666666667rem;
  line-height: 0.3733333333rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .title-box .title-h2 {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}
@media screen and (max-width: 375px) {
  .title-box .title-h2 {
    font-size: 0.32rem;
    line-height: 0.4533333333rem;
  }
}
.old_type .title-box .title-h2 {
  font-size: 0.3733333333rem;
  line-height: 0.4533333333rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .title-box .title-h2 {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .title-box .title-h2 {
    font-size: 0.4266666667rem;
    line-height: 0.5333333333rem;
  }
}
.title-box .title-h2 *::after {
  content: "|";
  margin: 0 0.1333333333rem;
  color: #333;
  font-weight: 400;
}
.title-box .title-h2 *:last-child::after {
  display: none;
}
.title-box .title-h2 *[data-tab-title]:hover, .title-box .title-h2 *.on {
  font-weight: 700;
  color: #1492ff;
  cursor: pointer;
}
.title-box .more,
.title-box .more > * {
  color: #999;
}
.title-box .more,
.title-box .more > * {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .title-box .more,
.title-box .more > * {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .title-box .more,
.title-box .more > * {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .title-box .more,
.old_type .title-box .more > * {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .title-box .more,
.old_type .title-box .more > * {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .title-box .more,
.old_type .title-box .more > * {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.title-box .more:hover,
.title-box .more > *:hover {
  color: #1492ff;
}

.zyyw,
.sndt,
.xwfb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5333333333rem;
}
@media (min-width: 576px) and (max-width: 992px) {
  .zyyw,
.sndt,
.xwfb {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 576px) {
  .zyyw,
.sndt,
.xwfb {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .zyyw,
.sndt,
.xwfb {
    margin-bottom: 0.2666666667rem;
  }
}
.zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
  width: 65.833333%;
}
@media (min-width: 576px) and (max-width: 992px) {
  .zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .zyyw .zyyw-l,
.zyyw .sndt-l,
.zyyw .xwfb-l,
.sndt .zyyw-l,
.sndt .sndt-l,
.sndt .xwfb-l,
.xwfb .zyyw-l,
.xwfb .sndt-l,
.xwfb .xwfb-l {
    margin-bottom: 20px;
  }
}
.zyyw .zyyw-r,
.zyyw .sndt-r,
.zyyw .xwfb-r,
.sndt .zyyw-r,
.sndt .sndt-r,
.sndt .xwfb-r,
.xwfb .zyyw-r,
.xwfb .sndt-r,
.xwfb .xwfb-r {
  width: 31.666667%;
}
@media (min-width: 576px) and (max-width: 992px) {
  .zyyw .zyyw-r,
.zyyw .sndt-r,
.zyyw .xwfb-r,
.sndt .zyyw-r,
.sndt .sndt-r,
.sndt .xwfb-r,
.xwfb .zyyw-r,
.xwfb .sndt-r,
.xwfb .xwfb-r {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .zyyw .zyyw-r,
.zyyw .sndt-r,
.zyyw .xwfb-r,
.sndt .zyyw-r,
.sndt .sndt-r,
.sndt .xwfb-r,
.xwfb .zyyw-r,
.xwfb .sndt-r,
.xwfb .xwfb-r {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .zyyw .zyyw-r,
.zyyw .sndt-r,
.zyyw .xwfb-r,
.sndt .zyyw-r,
.sndt .sndt-r,
.sndt .xwfb-r,
.xwfb .zyyw-r,
.xwfb .sndt-r,
.xwfb .xwfb-r {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .sndt .sndt-l {
    position: relative;
  }
  .sndt .sndt-l .title-box {
    position: relative;
  }
  .sndt .sndt-l .title-box .more {
    position: absolute;
    top: -100%;
    right: 0;
    transform: translateY(-0.1333333333rem);
    -webkit-transform: translateY(-0.1333333333rem);
    -moz-transform: translateY(-0.1333333333rem);
    -ms-transform: translateY(-0.1333333333rem);
    -o-transform: translateY(-0.1333333333rem);
  }
}
@media screen and (max-width: 375px) {
  .sndt .sndt-l {
    position: relative;
  }
  .sndt .sndt-l .title-box {
    position: relative;
  }
  .sndt .sndt-l .title-box .more {
    position: absolute;
    top: -100%;
    right: 0;
    transform: translateY(-0.1333333333rem);
    -webkit-transform: translateY(-0.1333333333rem);
    -moz-transform: translateY(-0.1333333333rem);
    -ms-transform: translateY(-0.1333333333rem);
    -o-transform: translateY(-0.1333333333rem);
  }
}

.info-list li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.0733333333rem 0 0.0733333333rem 0.2rem;
  background: url(/cms_files/webzhejiangshengrenminzhengfumenhuwangzhan/pubtplobject/defaultSet/751400/images/d.png) left center no-repeat;
  background-size: 0.0533333333rem;
}
.info-list li {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .info-list li {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .info-list li {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .info-list li {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .info-list li {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .info-list li {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.info-list li i {
  width: 0px;
  height: 0px;
  background: #1492ff;
  box-shadow: 0px 0px 0px 0.0266666667rem #1492ff;
  margin-right: 0.2rem;
  display: none;
}
.info-list a {
  max-width: 84%;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 576px) and (max-width: 992px) {
  .info-list a {
    max-width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .info-list a {
    max-width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .info-list a {
    max-width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .info-list a {
    max-width: 70%;
  }
}
.info-list a:hover {
  color: #1492ff;
}
.info-list span.time {
  color: #999;
}

.xwfbh {
  display: flex;
  justify-content: space-between;
}
.xwfbh li {
  width: calc((100% - 0.4rem) / 2);
}
@media screen and (max-width: 576px) {
  .xwfbh li {
    width: 100%;
  }
  .xwfbh li + li {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh li {
    width: 100%;
  }
  .xwfbh li + li {
    display: none;
  }
}
.xwfbh li img,
.xwfbh li iframe {
  width: 100%;
  height: 2.8666666667rem;
  vertical-align: bottom;
  object-fit: fill;
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfbh li img,
.xwfbh li iframe {
    height: 26vw;
  }
}
@media screen and (max-width: 576px) {
  .xwfbh li img,
.xwfbh li iframe {
    height: 2.5866666667rem;
    height: 51.7333vw;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh li img,
.xwfbh li iframe {
    height: 2.5866666667rem;
    height: 51.7333vw;
  }
}
.xwfbh li a {
  display: block;
}
.xwfbh li p {
  padding: 10px 20px;
  background: #f7f9fb;
}
.xwfbh li p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .xwfbh li p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh li p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .xwfbh li p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .xwfbh li p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .xwfbh li p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.xwfbh li p span {
  line-height: 0.4666666667rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xwfbh .szfcwhy {
  width: 100%;
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfbh .szfcwhy {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .xwfbh .szfcwhy {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy {
    width: 100%;
  }
}
.xwfbh .szfcwhy img {
  width: 100%;
  height: 2.8rem;
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfbh .szfcwhy img {
    height: 68.5333vw;
    height: 26vw;
  }
}
@media screen and (max-width: 576px) {
  .xwfbh .szfcwhy img {
    height: 2.5866666667rem;
    height: 51.7333vw;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy img {
    height: 2.5866666667rem;
    height: 51.7333vw;
  }
}
.xwfbh .szfcwhy p {
  background: unset;
  padding: 0;
}
.xwfbh .szfcwhy p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .xwfbh .szfcwhy p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .xwfbh .szfcwhy p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .xwfbh .szfcwhy p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .xwfbh .szfcwhy p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.xwfbh .szfcwhy p span {
  line-height: 0.4667rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfbh .szfcwhy p {
    background: #f7f9fb;
    padding: 0.1333333333rem;
  }
}
@media screen and (max-width: 576px) {
  .xwfbh .szfcwhy p {
    background: #f7f9fb;
    padding: 0.1333333333rem;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy p {
    background: #f7f9fb;
    padding: 0.1333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfbh .szfcwhy:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .xwfbh .szfcwhy + li {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy + li {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .xwfbh .szfcwhy:nth-child(2) {
    display: none;
  }
}

.xwfb-r .xwfbh li {
  width: 100%;
}
.xwfb-r .xwfbh li + li {
  display: none;
}
@media (min-width: 576px) and (max-width: 992px) {
  .xwfb-r .xwfbh li {
    width: calc((100% - 0.4rem) / 2);
  }
  .xwfb-r .xwfbh li + li {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .xwfb-r .xwfbh li {
    width: 100%;
  }
  .xwfb-r .xwfbh li + li {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .xwfb-r .xwfbh li {
    width: 100%;
  }
  .xwfb-r .xwfbh li + li {
    display: none;
  }
}

.szfcwhy {
  display: block;
}

*.szfcwhy + * {
  display: none;
}

.zslb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
}
.zslb a {
  width: calc((100% - 0.8rem) / 3);
  margin-bottom: 0.2666666667rem;
  display: block;
  padding: 0.2666666667rem;
  background: linear-gradient(180deg, #ecf6ff 0%, #ffffff 100%);
}
@media (min-width: 576px) and (max-width: 992px) {
  .zslb a {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .zslb a {
    width: 100%;
  }
  .zslb a + a + a {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .zslb a {
    width: 100%;
  }
  .zslb a + a + a {
    display: block;
  }
}
.zslb dl {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .zslb dl {
    height: 30.6667vw;
  }
}
@media screen and (max-width: 375px) {
  .zslb dl {
    height: 30.6667vw;
  }
}
.zslb dl dt {
  width: 36.764705%;
}
.zslb dl dt img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  min-height: 0.5333333333rem;
}
.zslb dl dt p {
  padding: 0.04rem 0;
}
.zslb dl dt p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .zslb dl dt p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .zslb dl dt p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .zslb dl dt p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .zslb dl dt p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .zslb dl dt p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
.zslb dl dd {
  width: 58.23529%;
  position: relative;
}
.zslb dl dd img {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.zslb dl dd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.04rem 0;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg, #00000000 0%, #000 100%);
}
.zslb dl dd p {
  font-size: 0.2133333333rem;
  line-height: 0.32rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .zslb dl dd p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
@media screen and (max-width: 375px) {
  .zslb dl dd p {
    font-size: 0.2666666667rem;
    line-height: 0.4rem;
  }
}
.old_type .zslb dl dd p {
  font-size: 0.32rem;
  line-height: 0.4rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .old_type .zslb dl dd p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}
@media screen and (max-width: 375px) {
  .old_type .zslb dl dd p {
    font-size: 0.3733333333rem;
    line-height: 0.48rem;
  }
}

[data-tab-list] + [data-tab-list],
[data-tab-more] + [data-tab-more] {
  display: none;
}

.old_type .panel .tplb .tplb-r .tplb-info .tplb-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.old_type .zyyw .zyyw-l,
.old_type .zyyw .zyyw-r {
  width: 100%;
}
.old_type .zyyw .zyyw-l {
  margin-bottom: 0.2666666667rem;
}
.old_type .sndt .sndt-l,
.old_type .sndt .sndt-r {
  width: 100%;
}
.old_type .sndt .sndt-l {
  margin-bottom: 0.2666666667rem;
}
.old_type .xwfbh .szfcwhy {
  width: calc((100% - 0.8rem) / 3);
  display: block;
}