@charset "UTF-8";
body {
  background-image: url(../images/2024-zyhy-img-banner.png);
  background-size: 100% 7.82rem;
  background-repeat: no-repeat;
  background-position: top 0.6rem left 0;
}
body::before {
  content: "";
  width: 4rem;
  height: 1.06rem;
  background-image: url(../images/2024-zyhy-img-banner-text.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 2.39rem;
  transform: translateX(-50%);
  z-index: 2;
}

.pTop {
  border: 0;
}

.pHeader.zt .pLogo .logo .font-cn {
  text-shadow: -1px -1px 5px #ffffff, 1px -1px 5px #ffffff, -1px 1px 5px #ffffff, 1px 1px 5px #ffffff;
}

.pHeader.zt .pLogo .logo .font-en {
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.pSearch .s-hot span,
.pSearch .s-hot a {
  color: #fff;
}

.zfhy-tabs {
  margin-top: 5.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
  width: 10rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.05rem;
  box-shadow: 0 0 0.15rem 0 #fde3be;
  border: solid 1px #ffd4a8;
  background-image: linear-gradient(to bottom, #ffd4a8 5%, #fffffe 70%);
  display: flex;
  flex-direction: row;
}
.zfhy-tabs a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.zfhy-tabs a img {
  width: 0.27rem;
  height: auto;
  margin-right: 0.1rem;
}
.zfhy-tabs a img:nth-child(2) {
  display: none;
}
.zfhy-tabs a span {
  word-break: keep-all;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
}
.zfhy-tabs a:hover img:nth-child(1) {
  display: none;
}
.zfhy-tabs a:hover img:nth-child(2) {
  display: block;
}
.zfhy-tabs a:hover span {
  color: #ca1c1d;
}

.section-title {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #d80f10;
  font-family: SourceHanSerifSC;
  font-size: 0.3rem;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0.1rem;
}
.section-title::before {
  content: "";
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  background-color: #d80f10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hy-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.3rem;
}
.hy-container .img-container {
  flex-shrink: 0;
  width: 49.07142857%;
  height: 3.87rem;
  overflow: hidden;
}
.hy-container .img-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.hy-container .img-container:hover img {
  transform: scale(1.02);
}
.hy-container .info-container {
  flex-shrink: 0;
  width: 48.85714286%;
}
.hy-container .info-container .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.22rem;
  font-weight: bold;
  color: #000;
}
.hy-container .info-container .content {
  margin-top: 0.2rem;
  height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 7; /*设置多行的行数*/
  font-size: 0.18rem;
  line-height: 2.2;
  color: #666;
  text-align: justify;
  text-indent: 2em;
}
.hy-container .info-container .show-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.3rem;
}
.hy-container .info-container .show-detail span {
  word-break: keep-all;
  font-size: 0.16rem;
  font-weight: bold;
  color: #ca1c1d;
  margin-right: 0.1rem;
}
.hy-container .info-container .show-detail img {
  width: 0.19rem;
  height: auto;
}

#qthy-swiper {
  position: relative;
  box-sizing: border-box;
  margin-top: 0.28rem;
}
#qthy-swiper .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
#qthy-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  height: 1.56rem;
  width: 100%;
  background-image: url(../images/2024-zyhy-img-swiper-item-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 0.46rem;
}
#qthy-swiper .swiper-slide a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.18rem;
  color: #000;
}
#qthy-swiper .swiper-slide a .time {
  padding: 0.1rem 0.18rem;
  width: auto;
  height: auto;
  font-size: 0.18rem;
  color: #fafafa;
  background-color: #ca1c1d;
  border-top-right-radius: 0.04rem;
  border-top-left-radius: 0.04rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#qthy-swiper .swiper-slide a:hover .title {
  color: #ca1c1d;
}
#qthy-swiper .qthy-swiper-pagination {
  text-align: center;
  margin-top: 0.1rem;
}
#qthy-swiper .qthy-swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #f8dfb2;
  opacity: 1;
  margin: 0;
}
#qthy-swiper .qthy-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.05rem;
}
#qthy-swiper .qthy-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 0.04rem;
  background-color: #d8352d;
  width: 0.22rem;
}
#qthy-swiper .qthy-swiper-prev {
  background-color: #ca1c1d;
  width: 0.22rem;
  height: 0.36rem;
  background-image: url(../images/2024-zyhy-ic-swiper-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.07rem 0.12rem;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
#qthy-swiper .qthy-swiper-prev.swiper-button-disabled {
  background-color: #cecece;
  cursor: no-drop;
}
#qthy-swiper .qthy-swiper-next {
  background-color: #ca1c1d;
  width: 0.22rem;
  height: 0.36rem;
  background-image: url(../images/2024-zyhy-ic-swiper-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.07rem 0.12rem;
  background-position: center;
  border-top-left-radius: 0.04rem;
  border-bottom-left-radius: 0.04rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  z-index: 2;
}
#qthy-swiper .qthy-swiper-next.swiper-button-disabled {
  background-color: #cecece;
  cursor: no-drop;
}

.zfcwhy-container {
  background-image: url(../images/2024-zyhy-img-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0.25rem;
}
.zfcwhy-container .left-right-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-top: 0.35rem;
}
.zfcwhy-container .left-right-container .swiper-container {
  margin: 0;
  flex-shrink: 0;
  width: 59.28571429%;
  box-sizing: border-box;
  position: relative;
}
.zfcwhy-container .left-right-container .swiper-container .swiper-slide {
  box-sizing: border-box;
  position: relative;
}
.zfcwhy-container .left-right-container .swiper-container .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 4.3rem;
  background-image: url(../images/2024-zyhy-img-news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.33rem;
}
.zfcwhy-container .left-right-container .swiper-container .swiper-slide a .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}
.zfcwhy-container .left-right-container .swiper-container .swiper-slide a .time {
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.zfcwhy-container .left-right-container .swiper-container .swiper-slide a .content {
  margin-top: 0.2rem;
  height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 6; /*设置多行的行数*/
  font-size: 0.18rem;
  line-height: 2.2;
  color: #fff;
  text-align: justify;
  text-indent: 2em;
}
.zfcwhy-container .left-right-container .date-container {
  flex-shrink: 0;
  width: 38.85714286%;
  height: 4.3rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem;
  background-color: #feecd0;
}
.zfcwhy-container .left-right-container .date-container a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  width: 28.44827586%;
  height: 0.94rem;
  margin-left: 7.3275862%;
  margin-top: 0.34rem;
  border-radius: 0.03rem;
  background-color: #fffaf2;
  border: solid 1px #fffaf2;
}
.zfcwhy-container .left-right-container .date-container a div:nth-child(1) {
  font-size: 0.2rem;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.zfcwhy-container .left-right-container .date-container a div:nth-child(2) {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  margin-top: 0.1rem;
}
.zfcwhy-container .left-right-container .date-container a.active, .zfcwhy-container .left-right-container .date-container a:hover {
  box-shadow: 0 0 0.07rem 0.03rem #fde0b2;
  border: solid 1px #f9dcc1;
}
.zfcwhy-container .left-right-container .date-container a.active div:nth-child(1), .zfcwhy-container .left-right-container .date-container a:hover div:nth-child(1) {
  color: #ca1c1d;
  font-size: 0.24rem;
}
.zfcwhy-container .left-right-container .date-container a.active div:nth-child(2), .zfcwhy-container .left-right-container .date-container a:hover div:nth-child(2) {
  color: #ca1c1d;
  font-weight: bold;
}
.zfcwhy-container .left-right-container .date-container a.active::before, .zfcwhy-container .left-right-container .date-container a:hover::before {
  content: "";
  width: 0.18rem;
  height: 0.21rem;
  background-image: url(../images/2024-zyhy-ic-date-active.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.07rem;
  top: 0;
  z-index: 2;
}
.zfcwhy-container .left-right-container .date-container a:nth-child(3n+1) {
  margin-left: 0;
}
.zfcwhy-container .left-right-container .date-container a:nth-child(-n+3) {
  margin-top: 0;
}

.pFoot {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  body {
    background-image: none;
  }
  body::before {
    width: 2.304rem;
    height: 0.61056rem;
    top: calc(10vw + 2.6rem);
  }
  body::after {
    content: "";
    background-image: url(../images/2024-zyhy-img-banner.png);
    background-size: 400%;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 10vw;
    left: 0;
    width: 100%;
    height: 4rem;
  }
  .zfhy-tabs {
    margin-top: 3.6rem;
    margin-bottom: 0.15rem;
    height: 0.7rem;
    line-height: 0.7rem;
    width: 100%;
    z-index: 3;
    position: relative;
  }
  .zfhy-tabs a span {
    font-size: 0.2rem;
  }
  .section-title {
    font-size: 0.24rem;
  }
  .hy-container {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0.15rem;
  }
  .hy-container .img-container {
    width: 100%;
    height: 2.5rem;
  }
  .hy-container .info-container {
    margin-top: 0.15rem;
    width: 100%;
  }
  .hy-container .info-container .title {
    font-size: 0.22rem;
  }
  .hy-container .info-container .content {
    margin-top: 0.15rem;
    height: 2.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 7; /*设置多行的行数*/
    font-size: 0.18rem;
    line-height: 2.2;
  }
  .hy-container .info-container .show-detail {
    margin-top: 0.15rem;
  }
  .hy-container .info-container .show-detail span {
    font-size: 0.16rem;
    margin-right: 0.1rem;
  }
  .hy-container .info-container .show-detail img {
    width: 0.19rem;
    height: auto;
  }
  .zfcwhy-container {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    margin-top: 0.15rem;
  }
  .zfcwhy-container .left-right-container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-top: 0.15rem;
  }
  .zfcwhy-container .left-right-container .swiper-container {
    width: 100%;
  }
  .zfcwhy-container .left-right-container .date-container {
    padding: 0.15rem;
    height: auto;
    width: 100%;
  }
  .zfcwhy-container .left-right-container .date-container a {
    margin-top: 0.15rem;
  }
}