body {
  background-color: #eff2f5;
}
.i-nav {
  background: #fff;
}
.zzsshow-jj {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 43px;
  padding: 1.85%;
  align-items: center;
  padding-right: 3.15%;
}
.zzsshow-jj .zzsshow-jj-lf {
  width: 45.141%;
}
.zzsshow-jj .zzsshow-jj-lf .tp {
  border-radius: 12px 0px 0px 12px;
  overflow: hidden;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt {
  position: relative;
  display: block;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 19.35vw;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 68%;
  padding-left: 7%;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
  font-size: 20px; /* 原20px，调大2px */
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 25px;
  padding: 7.5px 30px;
  width: fit-content;
  background: rgba(0, 0, 0, 0.2);
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(2) {
  font-size: 1.77083vw;
  line-height: 1.529;
  letter-spacing: 1px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: bold;
  margin-top: 0.9375vw;
}
.zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .xh {
  font-size: 20px; /* 原20px，调大2px */
  line-height: 1.3;
  margin-top: 13.1%;
  color: #ffffff;
  font-family: 'Barlow', sans-serif;
}
.zzsshow-jj .zzsshow-jj-rt {
  width: 50.98%;
}
.zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
  font-size: 1.5625vw;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 4.44%;
  letter-spacing: 1px;
  color: #333333;
  border-bottom: 1px solid #e2e4e5;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
  margin-top: 5.1%;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.5s;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .icon {
  width: 24px;
  margin-right: 16px;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr {
  flex: 1;
  font-size: 18px; /* 原16px，调大2px */
  color: #333333;
  transition: all 0.5s;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr span {
  font-size: 16px; /* 原14px，调大2px */
  color: #999999;
  display: inline-block;
  margin-left: 8px;
  transition: all 0.5s;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr span em {
  color: #17509b;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:nth-child(1) .nr {
  font-size: 20px; /* 原18px，调大2px */
  font-family: 'Barlow', sans-serif;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:hover {
  transform: translateX(4px);
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:hover .nr {
  color: #17509b;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:hover .nr span {
  color: #17509b;
}
.zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:last-child {
  margin: 0;
}
.zzsshow-nav {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 31px;
  padding: 0 2.65%;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 0;
  z-index: 20;
}
.zzsshow-nav li {
  margin-right: 3.54162vw;
}
.zzsshow-nav li a {
  display: block;
  font-size: 22px; /* 原20px，调大2px */
  color: #333333;
  padding: 19.5px 0;
  transition: all 0.5s;
  position: relative;
}
.zzsshow-nav li a::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  height: 2px;
  background-color: #17509b;
  width: 0;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(-50%);
}
.zzsshow-nav li:hover a {
  color: #17509b;
}
.zzsshow-nav li.active a {
  color: #17509b;
  font-weight: bold;
}
.zzsshow-nav li.active a::after {
  opacity: 1;
  width: 123%;
}
.zzsshow-nav li:last-child {
  margin: 0;
}
.zzsshow-con {
  margin-top: 42px;
  margin-bottom: 5.1%;
}
.zzsshow-con .zzsshow-items {
  padding: 40px 3% 42px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 32px;
}
.zzsshow-con .zzsshow-items h4 {
  font-size: 1.5625vw;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e4e5;
}
.zzsshow-con .zzsshow-items div {
  font-size: 18px; /* 原16px，调大2px */
  line-height: 2;
  color: #333333;
  margin-top: 25px;
}
.zzsshow-con .zzsshow-items div li {
  padding-left: 22px;
  margin-bottom: 8px;
  position: relative;
}
.zzsshow-con .zzsshow-items div li:last-child {
  margin: 0;
}
.zzsshow-con .zzsshow-items div li::before {
  position: absolute;
  left: 0;
  top: 13.5px;
  content: '';
  width: 12px;
  height: 8px;
  background: url(../images/zfl.png) no-repeat center center;
  background-size: 100%;
}
.zzsshow-con .zzsshow-items div ol {
  margin-top: 12px;
  padding-left: 21px;
}
.zzsshow-con .zzsshow-items div ol,
.zzsshow-con .zzsshow-items div ul {
  margin-bottom: 0;
}
.zzsshow-con .zzsshow-items div h5 {
  margin-left: -10px;
  font-size: 22px; /* 原20px，调大2px */
  color: #17509b;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
}
.zzsshow-con .zzsshow-items div strong {
  font-size: 20px; /* 原18px，调大2px */
  font-weight: bold;
  color: #17509b;
}
.zzsshow-con .zzsshow-items div a {
  font-size: 20px; /* 原18px，调大2px */
  font-family: 'Barlow', sans-serif;
  color: #17509b;
  display: inline-block;
  margin-bottom: 9px;
}
.zzsshow-con .zzsshow-items div a em {
  font-family: MicrosoftYaHei;
  font-style: initial;
}
.zzsshow-con .zzsshow-items div img {
  display: inline-block;
  margin: 20px 0 25px 0;
}
.zzsshow-con .zzsshow-items div em {
  font-style: italic;
}
.zzsshow-con .zzsshow-items:last-child {
  margin: 0;
}
.zzsshow-con .zzsshow-items:last-child div strong {
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 1700px) {
  .zzsshow-jj {
    margin-top: 40px;
    padding: 1.7%;
    padding-right: 3%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 19.8vw;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    padding-bottom: 4.8%;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
    margin-top: 4.8%;
  }
  .zzsshow-nav {
    margin-top: 28px;
    padding: 0 2.5%;
  }
  .zzsshow-nav li {
    margin-right: 60px;
  }
  .zzsshow-nav li a {
    padding: 19px 0;
  }
  .zzsshow-con {
    margin-top: 39px;
    margin-bottom: 4.9%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 38px 2.8% 40px;
    margin-bottom: 30px;
  }
  .zzsshow-con .zzsshow-items h4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .zzsshow-jj {
    margin-top: 37px;
    padding: 1.6%;
    padding-right: 2.8%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 20.3vw;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr {
    /*width: 70%;*/
    padding-left: 6.8%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
    padding: 7px 28px;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    padding-bottom: 4.2%;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li {
    margin-bottom: 11px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .icon {
    width: 22px;
    margin-right: 14px;
  }
  .zzsshow-nav {
    margin-top: 26px;
    padding: 0 2.3%;
  }
  .zzsshow-nav li {
    margin-right: 55px;
  }
  .zzsshow-con {
    margin-top: 36px;
    margin-bottom: 4.7%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 36px 2.6% 38px;
    margin-bottom: 28px;
  }
  .zzsshow-con .zzsshow-items h4 {
    padding-bottom: 18px;
  }
  .zzsshow-con .zzsshow-items div {
    margin-top: 23px;
  }
}
@media (max-width: 1477px) {
  .zzsshow-jj {
    margin-top: 34px;
    padding: 1.5%;
    padding-right: 2.6%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 20.8vw;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    padding-bottom: 4.44%;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .icon {
    width: 22px;
    margin-right: 14px;
  }
  .zzsshow-nav {
    margin-top: 24px;
    padding: 0 2.1%;
  }
  .zzsshow-nav li {
    margin-right: 50px;
  }
  .zzsshow-nav li a {
    padding: 18px 0;
  }
  .zzsshow-con {
    margin-top: 33px;
    margin-bottom: 4.5%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 34px 2.4% 36px;
  }
  .zzsshow-con .zzsshow-items h4 {
    padding-bottom: 20px;
  }
  .zzsshow-con .zzsshow-items div li::before {
    top: 14.5px;
  }
}
@media (max-width: 1365px) {
  .zzsshow-jj {
    margin-top: 31px;
    padding: 1.4%;
    padding-right: 2.4%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 21.3vw;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
    padding: 6.5px 26px;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    padding-bottom: 4%;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
    margin-top: 4.5%;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:hover {
    transform: translateX(3px);
  }
  .zzsshow-nav {
    margin-top: 22px;
    padding: 0 2%;
  }
  .zzsshow-nav li {
    margin-right: 45px;
  }
  .zzsshow-con {
    margin-top: 30px;
    margin-bottom: 4.3%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 32px 2.2% 34px;
    margin-bottom: 26px;
  }
  .zzsshow-con .zzsshow-items h4 {
    padding-bottom: 16px;
  }
  .zzsshow-con .zzsshow-items div {
    margin-top: 21px;
  }
}
@media (max-width: 1199px) {
  .zzsshow-jj {
    flex-direction: column;
    margin-top: 35px;
    padding: 3%;
    padding-right: 3%;
  }
  .zzsshow-jj .zzsshow-jj-lf {
    width: 100%;
    margin-bottom: 30px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp {
    border-radius: 12px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 35vw;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr {
    /*width: 62%;*/
    padding-left: 6.5%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
    font-size: 20px; /* 保持原大小，避免过大 */
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .xh {
    font-size: 18px; /* 保持原大小，避免过大 */
    margin-top: 12%;
  }
  .zzsshow-jj .zzsshow-jj-rt {
    width: 100%;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    font-size: 21px;
    padding-bottom: 25px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
    margin-top: 25px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr {
    font-size: 14px; /* 保持原大小，避免过大 */
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr span {
    font-size: 14px; /* 保持原大小，避免过大 */
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:nth-child(1) .nr {
    font-size: 16px; /* 保持原大小，避免过大 */
  }
  .zzsshow-nav {
    flex-wrap: wrap;
    margin-top: 28px;
    padding: 0 3%;
  }
  .zzsshow-nav li {
    margin-right: 35px;
    margin-bottom: 0px;
  }
  .zzsshow-nav li a {
    padding: 16px 0;
    font-size: 17px; /* 保持原大小，避免过大 */
  }
  .zzsshow-con {
    margin-top: 35px;
    margin-bottom: 5.5%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 35px 3.5% 37px;
    margin-bottom: 28px;
  }
  .zzsshow-con .zzsshow-items h4 {
    font-size: 21px;
  }
  .zzsshow-con .zzsshow-items div {
    font-size: 14px; /* 保持原大小，避免过大 */
  }
  .zzsshow-con .zzsshow-items div strong {
    font-size: 16px; /* 保持原大小，避免过大 */
  }
  .zzsshow-con .zzsshow-items div a {
    font-size: 16px; /* 保持原大小，避免过大 */
  }
  .zzsshow-con .zzsshow-items div h5 {
    font-size: 18px; /* 保持原大小，避免过大 */
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(2) {
    font-size: 20px;
    margin-top: 5%;
  }
  .zzsshow-con .zzsshow-items div li::before {
    top: 10.5px;
  }
}

@media (max-width: 990px) {
  .zzsshow-jj {
    margin-top: 32px;
    padding: 3.5%;
  }
  .zzsshow-jj .zzsshow-jj-lf {
    margin-bottom: 28px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 40vw;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
    font-size: 17px;
    padding: 6px 24px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(2) {
    font-size: 20px;
    margin-top: 13px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .xh {
    font-size: 18px;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    font-size: 20px;
    padding-bottom: 22px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
    margin-top: 22px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li {
    margin-bottom: 10px;
  }
  .zzsshow-nav {
    margin-top: 25px;
    padding: 0 3.5%;
  }
  .zzsshow-nav li {
    margin-right: 28px;
    margin-bottom: 0px;
  }
  .zzsshow-nav li a {
    font-size: 16px;
  }
  .zzsshow-con {
    margin-top: 32px;
    margin-bottom: 6%;
  }
  .zzsshow-con .zzsshow-items {
    padding: 32px 4% 34px;
    margin-bottom: 26px;
  }
  .zzsshow-con .zzsshow-items h4 {
    padding-bottom: 14px;
  }
  .zzsshow-con .zzsshow-items div {
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .zzsshow-jj {
    margin-top: 65px;
    padding: 57px 5% 42px;
    border-radius: 10px;
  }
  .zzsshow-jj .zzsshow-jj-lf {
    margin-bottom: 31px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp {
    border-radius: 10px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .bg {
    height: 55vw;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr {
    width: 68%;
    padding-left: 5%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(1) {
    font-size: 13px;
    padding: 1px 12px;
    border-radius: 20px;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .top div:nth-child(2) {
    font-size: 4.6vw;
    margin-top: 8%;
  }
  .zzsshow-jj .zzsshow-jj-lf .tp a.bt .nr .xh {
    font-size: 13px;
    margin-top: 14%;
  }
  .zzsshow-jj .zzsshow-jj-rt .bt:nth-child(1) {
    font-size: 18px;
    padding-bottom: 28px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) {
    margin-top: 37px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .icon {
    width: 20px;
    margin-right: 12px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li:hover {
    transform: translateX(2px);
  }
  .zzsshow-nav {
    margin-top: 30px;
    padding: 0 5%;
    border-radius: 10px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .zzsshow-nav li {
    margin-right: 22px;
    white-space: nowrap;
  }
  .zzsshow-nav li a {
    padding: 14px 0;
    font-size: 15px;
  }
  .zzsshow-con {
    margin-top: 28px;
    margin-bottom: 70px;
  }
  .zzsshow-con .zzsshow-items {
    padding: 40px 5% 33px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .zzsshow-con .zzsshow-items h4 {
    font-size: 18px;
    padding-bottom: 21px;
  }
  .zzsshow-con .zzsshow-items div {
    margin-top: 32px;
  }
  .zzsshow-con .zzsshow-items div li {
    padding-left: 20px;
    margin-bottom: 7px;
  }
  .zzsshow-con .zzsshow-items div li::before {
    width: 10px;
    height: 7px;
    top: 10px;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li .nr span {
    margin: 0;
  }
  .zzsshow-jj .zzsshow-jj-rt ul:nth-child(2) li {
    margin-bottom: 17px;
  }
  .zzsshow-con .zzsshow-items div strong {
    font-size: 16px;
  }
  .zzsshow-con .zzsshow-items div a {
    font-size: 16px;
  }
  .zzsshow-con .zzsshow-items div h5 {
    font-size: 17px;
    margin-left: -8px;
  }
}
