@charset "UTF-8";
.section1 {
  background-image: url(/images/yj-zx-yshj-bg-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 77px;
  padding-bottom: 46px;
  text-align: left;
}
.section1 .zshd-container {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  padding: 40px;
  *zoom: 1;
}
.section1 .zshd-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section1 .zshd-container .video-container {
  float: left;
  width: 59%;
  height: 0;
  border-radius: 4px;
  overflow: hidden;
}
.section1 .zshd-container .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section1 .zshd-container .zshd-list-container {
  float: right;
  width: 37.87878%;
}
.section1 .zshd-container .zshd-list-container .zshd-title a {
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  font-weight: bold;
}
.section1 .zshd-container .zshd-list-container .item {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-top: 28px;
}
.section1 .zshd-container .zshd-list-container .item .date-container {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(1) {
  font-size: 45px;
  font-size: calc(50 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #1062c7;
  display: block;
}
.section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(2) {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #4486d4;
  display: block;
  margin-top: 8px;
}
.section1 .zshd-container .zshd-list-container .item .infos {
  padding-left: 86px;
}
.section1 .zshd-container .zshd-list-container .item .infos h1 {
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.section1 .zshd-container .zshd-list-container .item .infos p {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  line-height: 1.75;
  color: #999;
  margin-top: 10px;
}
.section1 .zshd-container .zshd-list-container .item:hover .infos h1,
.section1 .zshd-container .zshd-list-container .item:hover .infos p {
  color: #0764cc;
}
.section1 .zszc-container {
  margin-top: 46px;
}
.section1 .zszc-container .zszc-title {
  display: block;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  padding-bottom: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.section1 .zszc-container .zszc-title .zh {
  display: block;
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  font-weight: bold;
}
.section1 .zszc-container .zszc-title .en {
  display: block;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  margin-top: 28px;
}
.section1 .zszc-container .zszc-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.section1 .zszc-container .items {
  padding-left: 19.14285%;
  *zoom: 1;
}
.section1 .zszc-container .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section1 .zszc-container .items a {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 120px;
  width: 48.76325%;
  margin-left: 2.4735%;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  overflow: hidden;
}
.section1 .zszc-container .items a:nth-child(2n+1) {
  margin-left: 0;
}
.section1 .zszc-container .items a:nth-child(-n+2) {
  margin-top: 0;
}
.section1 .zszc-container .items a img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19.92753%;
}
.section1 .zszc-container .items a .infos {
  position: absolute;
  width: 76.63%;
  left: 23.36956%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
  padding-left: 20px;
}
.section1 .zszc-container .items a .infos::before {
  content: "";
  width: 2px;
  height: 89px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #fff, #0764cc, #fff);
  border-image-slice: 1;
  background-image: linear-gradient(to top, #fff, #0764cc, #fff);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .zszc-container .items a .infos p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  line-height: 1.2;
}
.section1 .zszc-container .items a .infos span {
  display: block;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #999;
  margin-top: 16px;
}
.section1 .zszc-container .items a:hover .infos p {
  color: #0764cc;
}

.section-title {
  display: block;
  width: auto;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 26px;
}
.section-title .zh {
  display: block;
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  font-weight: bold;
}
.section-title .en {
  display: block;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #d1d1d1;
  margin-top: 23px;
}
.section-title::after {
  content: "";
  width: 31px;
  height: 3px;
  background-color: #0764cc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.section5 {
  padding: 60px 0;
}
.section5 .items {
  margin-top: 47px;
  *zoom: 1;
}
.section5 .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section5 .items a {
  display: block;
  float: left;
  width: 23.5%;
  height: 290px;
  margin-left: 2%;
  border-radius: 8px;
  background-color: #f4f8fb;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  transition: all 0.2s;
}
.section5 .items a:hover {
  background-color: #ebf5fc;
  box-shadow: 1.8px 3.6px 20px 0 rgba(167, 205, 250, 0.2);
}
.section5 .items a:nth-child(1) {
  margin-left: 0;
}
.section5 .items a .dates span:nth-child(1) {
  font-size: 32.4px;
  font-size: calc(36 * var(--font-scale) * 1px);
  color: #0764cc;
}
.section5 .items a .dates span:nth-child(2) {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: rgba(7, 100, 204, 0.6);
  margin-left: 14px;
  bottom: 3px;
  position: relative;
}
.section5 .items a h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  margin: 0;
  margin-top: 15px;
  line-height: 1.67;
  height: 60px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: normal;
}
.section5 .items a p {
  margin: 0;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 3; /*设置多行的行数*/
  color: #999;
  line-height: 1.5;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
}
.section5 .items a .detail {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #0764cc;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.section5 .items a .detail img {
  vertical-align: middle;
  margin-left: 10px;
  width: 22px;
}

.section2 {
  padding: 60px 0;
}
.section2 .zsxm-container {
  margin-top: 45px;
  margin-bottom: 56px;
  *zoom: 1;
}
.section2 .zsxm-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section2 .zsxm-container .left-container {
  float: left;
  width: 67.14285%;
  *zoom: 1;
}
.section2 .zsxm-container .left-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section2 .zsxm-container .left-container a {
  display: block;
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 31.7%;
  margin-left: 2.45%;
  margin-top: 30px;
  height: 117px;
  line-height: 117px;
  border-radius: 10px;
  box-shadow: 1.8px 3.6px 20px 0 rgba(10, 79, 156, 0.2);
  background-color: #fff;
}
.section2 .zsxm-container .left-container a:nth-child(3n+1) {
  margin-left: 0;
}
.section2 .zsxm-container .left-container a:nth-child(-n+3) {
  margin-top: 0;
}
.section2 .zsxm-container .left-container a img {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
}
.section2 .zsxm-container .left-container a span {
  display: block;
  padding-left: 23%;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
}
.section2 .zsxm-container .left-container a:hover {
  box-shadow: 1.8px 3.6px 20px 0 rgba(10, 79, 156, 0.4);
}
.section2 .zsxm-container .left-container a:hover span {
  color: #0764cc;
}
.section2 .zsxm-container .right-container {
  float: right;
  width: 30.21428%;
  height: 413px;
  background-image: url(/images/yj-zx-yshj-bg-zsrx.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.section2 .zsxm-container .right-container .zsrx {
  text-shadow: 1.8px 3.6px 20px rgba(10, 79, 156, 0.6);
  font-size: 27px;
  font-size: calc(30 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
  margin-top: 105px;
}
.section2 .zsxm-container .right-container a {
  padding: 18px 0;
  display: block;
  width: 80%;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #3282dc;
}
.section2 .zsxm-container .right-container .phone {
  width: auto;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  color: #fff;
  line-height: 2;
}
.section2 .zsxm-container .right-container .phone::before {
  content: "";
  width: 25px;
  height: 34px;
  background-image: url(/images/yj-zx-yshj-ic-zsrx-phone.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 10px;
}

.section3 {
  padding: 60px 0;
  background-image: url(/images/yj-zx-yshj-bg-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section3 .items {
  margin-top: 46px;
  *zoom: 1;
}
.section3 .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section3 .items a {
  float: left;
  width: 48.57142%;
  height: 435px;
  margin-left: 2.85714%;
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: #0764cc solid 4px;
}
.section3 .items a:nth-child(1) {
  margin-left: 0;
}
.section3 .items a:hover {
  border-bottom-color: #0677f8;
}
.section3 .items a:hover .img-container img {
  transform: scale(1.1);
}
.section3 .items a .img-container {
  height: 320px;
  overflow: hidden;
}
.section3 .items a .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.section3 .items a .img-container span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  text-align: center;
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
  color: #fff;
  font-weight: bold;
  padding: 11px 50px;
}
.section3 .items a .img-container span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(7, 100, 204, 0.65);
  z-index: -1;
}
.section3 .items a p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  margin-top: 34px;
  margin-left: 34px;
  margin-right: 34px;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  line-height: 1.67;
}
.section3 .items a p .detail {
  color: #0764cc;
}

.section4 {
  padding: 60px 0;
  background-image: url(/images/yj-zx-yshj-bg-3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section4 .items {
  margin-top: 58px;
  *zoom: 1;
}
.section4 .items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section4 .items a {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 24.28571%;
  margin-left: 0.95238%;
}
.section4 .items a .img-container {
  height: 244px;
}
.section4 .items a .img-container img:nth-child(1) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .items a .img-container img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section4 .items a .title {
  background-color: #f3f5f7;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
}
.section4 .items a:nth-child(1) {
  margin-left: 0;
}
.section4 .items a:nth-child(1) .title::after, .section4 .items a:nth-child(3) .title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 15px solid #f3f5f7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  z-index: 1;
}
.section4 .items a:nth-child(2), .section4 .items a:nth-child(4) {
  margin-top: 48px;
}
.section4 .items a:nth-child(2) .img-container, .section4 .items a:nth-child(4) .img-container {
  margin-top: 100px;
}
.section4 .items a:nth-child(2) .title, .section4 .items a:nth-child(4) .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section4 .items a:nth-child(2) .title::after, .section4 .items a:nth-child(4) .title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #f3f5f7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: 1;
}
.section4 .items a:hover .img-container img:nth-child(2) {
  -webkit-animation: flip-vertical-left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
          animation: flip-vertical-left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes flip-vertical-left {
  0% {
    transform: translate(-50%, -50%) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateY(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(0);
  }
}

@keyframes flip-vertical-left {
  0% {
    transform: translate(-50%, -50%) rotateY(0);
  }
  50% {
    transform: translate(-50%, -50%) rotateY(-180deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateY(0);
  }
}
@media screen and (max-width: 1450px) {
  .section1 {
    padding-top: 4.01042vw;
    padding-bottom: 2.39583vw;
  }
  .section1 .zshd-container {
    border-radius: 0.83333vw;
    padding: 2.08333vw;
  }
  .section1 .zshd-container .zshd-list-container .item {
    margin-top: 1.45833vw;
  }
  .section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(1) {
    font-size: 36px;
    font-size: calc(40 * var(--font-scale) * 1px);
  }
  .section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(2) {
    margin-top: 0.41667vw;
  }
  .section1 .zshd-container .zshd-list-container .item .infos {
    padding-left: 80px;
  }
  .section1 .zshd-container .zshd-list-container .item .infos p {
    margin-top: 0.52083vw;
  }
  .section1 .zszc-container {
    margin-top: 2.39583vw;
  }
  .section1 .zszc-container .zszc-title {
    padding-bottom: 2.08333vw;
  }
  .section1 .zszc-container .zszc-title .en {
    margin-top: 1.45833vw;
  }
  .section1 .zszc-container .zszc-title::after {
    width: 1.5625vw;
    height: 0.15625vw;
  }
  .section1 .zszc-container .items a {
    height: 6.25vw;
    border-radius: 0.41667vw;
    margin-top: 1.04167vw;
  }
  .section1 .zszc-container .items a img {
    left: 0.52083vw;
  }
  .section1 .zszc-container .items a .infos {
    padding-right: 1.04167vw;
    padding-left: 1.04167vw;
  }
  .section1 .zszc-container .items a .infos::before {
    width: 0.10417vw;
    height: 4.63542vw;
  }
  .section1 .zszc-container .items a .infos span {
    margin-top: 0.83333vw;
  }
  .section-title {
    padding-bottom: 1.35417vw;
  }
  .section-title .en {
    margin-top: 1.19792vw;
  }
  .section-title::after {
    width: 1.61458vw;
    height: 0.15625vw;
  }
  .section5 {
    padding: 3.125vw 0;
  }
  .section5 .items {
    margin-top: 2.44792vw;
  }
  .section5 .items a {
    border-radius: 0.41667vw;
    padding: 1.25vw;
    height: 250px;
  }
  .section5 .items a:hover {
    box-shadow: 0.09375vw 0.1875vw 1.04167vw 0 rgba(167, 205, 250, 0.2);
  }
  .section5 .items a .dates span:nth-child(2) {
    margin-left: 0.72917vw;
    bottom: 0.15625vw;
  }
  .section5 .items a h1 {
    margin-top: 0.78125vw;
    height: 55px;
  }
  .section5 .items a p {
    margin-top: 0.78125vw;
  }
  .section5 .items a .detail {
    bottom: 1.25vw;
    left: 1.25vw;
  }
  .section5 .items a .detail img {
    margin-left: 0.52083vw;
    width: 1.14583vw;
  }
  .section2 {
    padding: 3.125vw 0;
  }
  .section2 .zsxm-container {
    margin-top: 2.34375vw;
    margin-bottom: 2.91667vw;
  }
  .section2 .zsxm-container .left-container a {
    margin-top: 1.5625vw;
    height: 6.09375vw;
    line-height: 6.09375vw;
    border-radius: 0.52083vw;
    box-shadow: 0.09375vw 0.1875vw 1.04167vw 0 rgba(10, 79, 156, 0.2);
  }
  .section2 .zsxm-container .left-container a img {
    max-width: 2vw;
  }
  .section2 .zsxm-container .left-container a span {
    padding-right: 0.52083vw;
    padding-left: 20%;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section2 .zsxm-container .left-container a:hover {
    box-shadow: 0.09375vw 0.1875vw 1.04167vw 0 rgba(10, 79, 156, 0.4);
  }
  .section2 .zsxm-container .right-container {
    height: 21.51042vw;
  }
  .section2 .zsxm-container .right-container .zsrx {
    text-shadow: 0.09375vw 0.1875vw 1.04167vw rgba(10, 79, 156, 0.6);
    margin-top: 3.125vw;
  }
  .section2 .zsxm-container .right-container a {
    padding: 0.9375vw 0;
    margin: 2.08333vw auto;
    border-radius: 1.5625vw;
  }
  .section2 .zsxm-container .right-container .phone {
    bottom: 2.08333vw;
  }
  .section2 .zsxm-container .right-container .phone::before {
    width: 1.30208vw;
    height: 1.77083vw;
    left: -1.5625vw;
    top: 0.52083vw;
  }
  .section3 {
    padding: 3.125vw 0;
  }
  .section3 .items {
    margin-top: 2.39583vw;
  }
  .section3 .items a {
    height: 22.65625vw;
  }
  .section3 .items a .img-container {
    height: 16.66667vw;
  }
  .section3 .items a .img-container span {
    padding: 0.57292vw 2.60417vw;
  }
  .section3 .items a .img-container span::before {
    left: 0.26042vw;
    top: 0.26042vw;
    right: 0.26042vw;
    bottom: 0.26042vw;
  }
  .section3 .items a p {
    margin-top: 1.04167vw;
    margin-left: 1.77083vw;
    margin-right: 1.77083vw;
  }
  .section4 {
    padding: 3.125vw 0;
  }
  .section4 .items {
    margin-top: 3.02083vw;
  }
  .section4 .items a .img-container {
    height: 12.70833vw;
  }
  .section4 .items a .title {
    height: 5.20833vw;
    line-height: 5.20833vw;
  }
  .section4 .items a:nth-child(1) .title::after, .section4 .items a:nth-child(3) .title::after {
    border-left: 0.72917vw solid transparent;
    border-right: 0.72917vw solid transparent;
    border-bottom: 0.78125vw solid #f3f5f7;
    top: -0.78125vw;
  }
  .section4 .items a:nth-child(2), .section4 .items a:nth-child(4) {
    margin-top: 2.5vw;
  }
  .section4 .items a:nth-child(2) .img-container, .section4 .items a:nth-child(4) .img-container {
    margin-top: 5.20833vw;
  }
  .section4 .items a:nth-child(2) .title::after, .section4 .items a:nth-child(4) .title::after {
    border-left: 0.72917vw solid transparent;
    border-right: 0.72917vw solid transparent;
    border-top: 0.78125vw solid #f3f5f7;
    bottom: -0.78125vw;
  }
}
@media screen and (max-width: 992px) {
  .section1 {
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
  }
  .section1 .zshd-container {
    border-radius: 8px;
    padding: 15px;
    box-shadow: 1.8px 3.6px 20px 0 rgba(10, 79, 156, 0.2);
  }
  .section1 .zshd-container .video-container {
    float: none;
    width: 100%;
    height: 0;
    padding-top: 200px;
    border-radius: 4px;
  }
  .section1 .zshd-container .zshd-list-container {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .section1 .zshd-container .zshd-list-container .zshd-title a {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section1 .zshd-container .zshd-list-container .item {
    margin-top: 15px;
  }
  .section1 .zshd-container .zshd-list-container .item .date-container {
    top: 50%;
    transform: translateY(-50%);
  }
  .section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(1) {
    font-size: 23.4px;
    font-size: calc(26 * var(--font-scale) * 1px);
  }
  .section1 .zshd-container .zshd-list-container .item .date-container span:nth-child(2) {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 2px;
  }
  .section1 .zshd-container .zshd-list-container .item .infos {
    padding-left: 75px;
  }
  .section1 .zshd-container .zshd-list-container .item .infos p {
    margin-top: 10px;
    -webkit-line-clamp: 1;
  }
  .section1 .zszc-container {
    margin-top: 15px;
  }
  .section1 .zszc-container .zszc-title {
    padding-bottom: 10px;
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    z-index: 1;
    text-align: center;
  }
  .section1 .zszc-container .zszc-title .zh {
    display: block;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    font-weight: bold;
    color: #333;
  }
  .section1 .zszc-container .zszc-title .en {
    display: block;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 10px;
    color: #d1d1d1;
  }
  .section1 .zszc-container .zszc-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #0764cc;
  }
  .section1 .zszc-container .items {
    padding-left: 0;
  }
  .section1 .zszc-container .items a {
    float: none;
    display: block;
    height: 120px;
    width: 100%;
    margin-left: 0;
    border-radius: 8px;
    box-shadow: 1.8px 3.6px 20px 0 rgba(10, 79, 156, 0.2);
    margin-top: 10px;
  }
  .section1 .zszc-container .items a:nth-child(-n+2) {
    margin-top: 10px;
  }
  .section1 .zszc-container .items a img {
    position: absolute;
    left: 10px;
  }
  .section1 .zszc-container .items a .infos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section1 .zszc-container .items a .infos::before {
    width: 2px;
    height: 89px;
  }
  .section1 .zszc-container .items a .infos p {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    line-height: 1.5;
  }
  .section1 .zszc-container .items a .infos span {
    display: block;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: #999;
    margin-top: 10px;
  }
  .section-title {
    padding-bottom: 10px;
  }
  .section-title .zh {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section-title .en {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 10px;
  }
  .section-title::after {
    width: 31px;
    height: 3px;
  }
  .section5 {
    padding: 15px;
  }
  .section5 .items {
    margin-top: 15px;
  }
  .section5 .items a {
    margin-top: 10px;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    border-radius: 8px;
    padding: 15px;
  }
  .section5 .items a .dates span:nth-child(1) {
    font-size: 28.8px;
    font-size: calc(32 * var(--font-scale) * 1px);
    color: #0764cc;
  }
  .section5 .items a .dates span:nth-child(2) {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: rgba(7, 100, 204, 0.6);
    margin-left: 10px;
    bottom: 3px;
    position: relative;
  }
  .section5 .items a h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 1; /*设置多行的行数*/
    margin: 0;
    margin-top: 10px;
    line-height: 1.67;
    height: auto;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    font-weight: normal;
  }
  .section5 .items a p {
    margin: 0;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    color: #999;
    line-height: 1.5;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
  }
  .section5 .items a .detail {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: #0764cc;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 15px;
  }
  .section5 .items a .detail img {
    vertical-align: middle;
    margin-left: 10px;
    width: 22px;
  }
  .section2 {
    padding: 15px;
  }
  .section2 .zsxm-container {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section2 .zsxm-container .left-container {
    float: none;
    width: 100%;
  }
  .section2 .zsxm-container .left-container a {
    float: left;
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    border-radius: 10px;
    box-shadow: 1.8px 3.6px 20px 0 rgba(10, 79, 156, 0.2);
  }
  .section2 .zsxm-container .left-container a:nth-child(3n+1) {
    margin-left: 2%;
  }
  .section2 .zsxm-container .left-container a:nth-child(2n+1) {
    margin-left: 0;
  }
  .section2 .zsxm-container .left-container a:nth-child(-n+3) {
    margin-top: 15px;
  }
  .section2 .zsxm-container .left-container a img {
    display: block;
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    max-width: initial;
    height: 30px;
    margin: 0 auto;
  }
  .section2 .zsxm-container .left-container a span {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    text-align: center;
    margin-top: 10px;
  }
  .section2 .zsxm-container .right-container {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
  }
  .section2 .zsxm-container .right-container .zsrx {
    text-shadow: 1.8px 3.6px 20px rgba(10, 79, 156, 0.6);
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    margin-top: 20px;
  }
  .section2 .zsxm-container .right-container a {
    padding: 10px 0;
    display: block;
    width: 80%;
    margin: 15px auto;
    border-radius: 30px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .section2 .zsxm-container .right-container .phone {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    bottom: initial;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 1.6;
  }
  .section2 .zsxm-container .right-container .phone::before {
    display: none;
  }
  .section2 .zsln {
    width: 100%;
    height: 35px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section3 {
    padding: 15px 0;
  }
  .section3 .items {
    margin-top: 15px;
  }
  .section3 .items a {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 15px;
  }
  .section3 .items a .img-container {
    height: 150px;
  }
  .section3 .items a .img-container span {
    font-size: 18px;
    font-size: calc(20 * var(--font-scale) * 1px);
    padding: 11px 20px;
  }
  .section3 .items a .img-container span::before {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
  .section3 .items a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    margin: 15px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    line-height: 1.67;
  }
  .section4 {
    padding: 15px 0;
  }
  .section4 .items {
    margin-top: 15px;
  }
  .section4 .items a {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    overflow: hidden;
  }
  .section4 .items a .img-container {
    height: 150px;
  }
  .section4 .items a .title {
    height: 60px;
    line-height: 60px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    padding: 0 5px;
  }
  .section4 .items a:nth-child(1) {
    margin-left: 0;
  }
  .section4 .items a:nth-child(1) .title::after, .section4 .items a:nth-child(3) .title::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #f3f5f7;
    top: -15px;
  }
  .section4 .items a:nth-child(2), .section4 .items a:nth-child(4) {
    margin-top: 15px;
  }
  .section4 .items a:nth-child(2) .img-container, .section4 .items a:nth-child(4) .img-container {
    margin-top: 0;
  }
  .section4 .items a:nth-child(2) .title, .section4 .items a:nth-child(4) .title {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
  }
  .section4 .items a:nth-child(2) .title::after, .section4 .items a:nth-child(4) .title::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 15px solid #f3f5f7;
    border-top: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    bottom: 0;
    z-index: 1;
  }
  .section4 .items a:nth-child(3), .section4 .items a:nth-child(4) {
    margin-top: 15px;
  }
  .section4 .items a:nth-child(2n+1) {
    margin-left: 0;
  }
}