/* ==================== 内页16 - 板块一 Start ==================== */
.ny16-section1 {
  padding-bottom: 5vw;
  background-color: #F8F9FC;
}
.ny16-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny16-section1 .left {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  flex-shrink: 0;
  width: 18.75vw;
  border-radius: 0.625vw;
  padding: 2.188vw 1.875vw;
}
.ny16-section1 .left .text1 {
  font-size: 1.625vw;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 2.5vw;
}
.ny16-section1 .left .list > .list-item.active .head {
  color: #4cb848;
}
.ny16-section1 .left .list > .list-item.active .head.child:after {
  background-image: url(../images/header/img016@100x100.png);
}
.ny16-section1 .left .list > .list-item.active .list2 {
  display: block;
}
.ny16-section1 .left .list > .list-item .head {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  padding-right: 0.938vw;
  font-size: 1vw;
  display: block;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #f0f0f0;
  color: #000;
}
.ny16-section1 .left .list > .list-item .head.child:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: 0;
  background: url(../images/header/img015@100x100.png) no-repeat center;
  width: 1vw;
  height: 1vw;
  background-size: 100%;
}
.ny16-section1 .left .list2 {
  padding-left: 1.563vw;
  padding-bottom: 1.25vw;
  display: none;
}
.ny16-section1 .left .list2 > .list-item {
  display: block;
  font-size: 1vw;
  color: #000;
  line-height: 1.1;
  margin-top: 1.25vw;
}
.ny16-section1 .left .list2 > .list-item:hover {
  color: #4cb848;
}
.ny16-section1 .left .image {
  position: relative;
  border-radius: 0.625vw;
  overflow: hidden;
  margin-top: 2.5vw;
}
.ny16-section1 .left .image img {
  width: 100%;
}
.ny16-section1 .left .image .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.4;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  text-align: center;
}
.ny16-section1 .left .image .info a {
  color: #4cb848;
  text-decoration: underline;
}
.ny16-section1 .right {
  background-color: #fff;
  padding: 1.875vw 2.5vw;
  padding-top: 3.125vw;
  min-width: 0;
  flex-grow: 1;
  margin-left: 1.875vw;
}
.ny16-section1 .right .right-head {
  color: #000000;
  line-height: 1.1;
  font-size: 1.625vw;
  padding-bottom: 1.875vw;
  border-bottom: 1px solid #f5f5f5;
  font-weight: bold;
}
.ny16-section1 .right .right-head .time {
  margin-top: 0.938vw;
  line-height: 1.1;
  font-size: 0.875vw;
  color: #666666;
  font-weight: 400;
}
.ny16-section1 .right .body1 .right-section {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  padding-left: 1.563vw;
  padding-right: 1.563vw;
  margin-bottom: 1.875vw;
}
.ny16-section1 .right .body1 .right-section:last-child {
  margin-bottom: 0;
}
.ny16-section1 .right .body1 .right-section:after {
  content: "";
  display: table;
  clear: both;
}
.ny16-section1 .right .body1 .right-section .text1 {
  font-size: 2.125vw;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 2.5vw;
  font-weight: bold;
}
.ny16-section1 .right .body1 .right-section .desc {
  font-size: 1vw;
  line-height: 2.2;
  text-align: justify;
  color: #333333;
}
.ny16-section1 .right .body2 {
  padding: 3.125vw;
}
.ny16-section1 .right .body2 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny16-section1 .right .body2 .item {
  width: 46%;
}
.ny16-section1 .right .body2 .item:nth-child(2n) {
  margin-left: 8%;
}
.ny16-section1 .right .body2 .item:nth-child(2) ~ .item {
  margin-top: 4.375vw;
}
.ny16-section1 .right .body2 .item .image {
  display: block;
  border-radius: 0.625vw;
  overflow: hidden;
  line-height: 1;
}
.ny16-section1 .right .body2 .item .image img {
  width: 100%;
}
.ny16-section1 .right .body2 .item .info {
  padding-top: 1.563vw;
}
.ny16-section1 .right .body2 .item .info .title {
  font-size: 1.25vw;
  color: #000000;
  line-height: 1.1;
  font-weight: bold;
}
.ny16-section1 .right .body2 .item .info .desc {
  font-size: 1vw;
  color: #333333;
  line-height: 1.4;
  margin-top: 1.25vw;
}
.ny16-section1 .right .body2 .item .info .bottom {
  margin-top: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny16-section1 .right .body2 .item .info .bottom .more-btn {
  display: table;
  font-size: 1vw;
  color: #4cb848;
  text-decoration: underline;
}
.ny16-section1 .right .body2 .item .info .bottom .time {
  color: #666666;
  line-height: 1.1;
  font-size: 1vw;
}
.ny16-section1 .right .body3 article {
  line-height: 1.8;
  font-size: 1vw;
  color: #333333;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
  padding-top: 3.125vw;
  padding-bottom: 5vw;
}
.ny16-section1 .right .body3 .other {
  border-top: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5vw 1.5vw;
  padding-bottom: 4.375vw;
}
.ny16-section1 .right .body3 .other .other-left .page-item {
  font-size: 1vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #005bac;
}
.ny16-section1 .right .body3 .other .other-left .page-item:hover {
  text-decoration: underline;
}
.ny16-section1 .right .body3 .other .other-left .page-item span {
  color: #000;
  white-space: nowrap;
}
.ny16-section1 .right .body3 .other .other-left .page-next {
  margin-top: 1.25vw;
}
.ny16-section1 .right .body3 .other .back-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4cb848;
  font-size: 1.125vw;
  margin-left: 0.938vw;
  cursor: pointer;
}
.ny16-section1 .right .body3 .other .back-list img {
  width: 1.625vw;
  display: block;
  margin-right: 0.625vw;
}
@media screen and (min-width: 1600px) {
  .ny16-section1 {
    padding-bottom: 80px;
  }
  .ny16-section1 .left {
    width: 300px;
    border-radius: 10px;
    padding: 35px 30px;
  }
  .ny16-section1 .left .text1 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .ny16-section1 .left .list > .list-item .head {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    font-size: 16px;
  }
  .ny16-section1 .left .list > .list-item .head.child:after {
    width: 16px;
    height: 16px;
  }
  .ny16-section1 .left .list2 {
    padding-left: 25px;
    padding-bottom: 20px;
  }
  .ny16-section1 .left .list2 > .list-item {
    font-size: 16px;
    margin-top: 20px;
  }
  .ny16-section1 .left .image {
    border-radius: 10px;
    margin-top: 40px;
  }
  .ny16-section1 .left .image .info {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ny16-section1 .right {
    padding: 30px 40px;
    margin-left: 30px;
    padding-top: 50px;
  }
  .ny16-section1 .right .right-head {
    font-size: 26px;
    padding-bottom: 30px;
  }
  .ny16-section1 .right .body1 .right-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .ny16-section1 .right .body1 .right-section .text1 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .ny16-section1 .right .body1 .right-section .desc {
    font-size: 16px;
  }
  .ny16-section1 .right .body2 {
    padding: 50px;
  }
  .ny16-section1 .right .body2 .item:nth-child(2) ~ .item {
    margin-top: 70px;
  }
  .ny16-section1 .right .body2 .item .image {
    border-radius: 10px;
  }
  .ny16-section1 .right .body2 .item .info {
    padding-top: 25px;
  }
  .ny16-section1 .right .body2 .item .info .title {
    font-size: 20px;
  }
  .ny16-section1 .right .body2 .item .info .desc {
    font-size: 16px;
    margin-top: 20px;
  }
  .ny16-section1 .right .body2 .item .info .bottom {
    margin-top: 20px;
  }
  .ny16-section1 .right .body2 .item .info .bottom .more-btn {
    font-size: 16px;
  }
  .ny16-section1 .right .body2 .item .info .bottom .time {
    font-size: 16px;
  }
  .ny16-section1 .right .body3 article {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .ny16-section1 .right .body3 .other {
    padding: 40px 24px;
    padding-bottom: 70px;
  }
  .ny16-section1 .right .body3 .other .other-left .page-item {
    font-size: 16px;
  }
  .ny16-section1 .right .body3 .other .other-left .page-next {
    margin-top: 20px;
  }
  .ny16-section1 .right .body3 .other .back-list {
    font-size: 18px;
    margin-left: 15px;
  }
  .ny16-section1 .right .body3 .other .back-list img {
    width: 26px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ny16-section1 {
    padding-bottom: 60px;
  }
  .ny16-section1 .body {
    display: block;
  }
  .ny16-section1 .left {
    position: static;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
  }
  .ny16-section1 .left .text1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .ny16-section1 .left .list > .list-item .head {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    font-size: 16px;
  }
  .ny16-section1 .left .list > .list-item .head.child:after {
    width: 10px;
    height: 10px;
  }
  .ny16-section1 .left .list2 {
    padding-left: 13px;
    padding-bottom: 10px;
  }
  .ny16-section1 .left .list2 > .list-item {
    font-size: 14px;
    margin-top: 20px;
  }
  .ny16-section1 .left .image {
    border-radius: 10px;
    margin-top: 30px;
  }
  .ny16-section1 .left .image .info {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ny16-section1 .left .image .info a {
    display: block;
  }
  .ny16-section1 .right {
    padding: 30px 20px;
    margin-left: 0;
    margin-top: 20px;
  }
  .ny16-section1 .right .right-head {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .ny16-section1 .right .body1 .right-section {
    padding: 40px 0;
    margin-bottom: 15px;
  }
  .ny16-section1 .right .body1 .right-section .text1 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .ny16-section1 .right .body1 .right-section .desc {
    font-size: 14px;
  }
  .ny16-section1 .right .body2 {
    padding: 30px 0;
    padding-bottom: 0;
  }
  .ny16-section1 .right .body2 .item {
    width: 100%;
  }
  .ny16-section1 .right .body2 .item:nth-child(2n) {
    margin-left: 0;
  }
  .ny16-section1 .right .body2 .item:nth-child(1) ~ .item {
    margin-top: 40px;
  }
  .ny16-section1 .right .body2 .item .image {
    border-radius: 6px;
  }
  .ny16-section1 .right .body2 .item .info {
    padding-top: 25px;
  }
  .ny16-section1 .right .body2 .item .info .title {
    font-size: 16px;
  }
  .ny16-section1 .right .body2 .item .info .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .ny16-section1 .right .body2 .item .info .bottom {
    margin-top: 20px;
  }
  .ny16-section1 .right .body2 .item .info .bottom .more-btn {
    font-size: 14px;
  }
  .ny16-section1 .right .body2 .item .info .bottom .time {
    font-size: 14px;
  }
  .ny16-section1 .right .body3 article {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ny16-section1 .right .body3 .other {
    display: block;
    padding: 0;
    padding-top: 30px;
  }
  .ny16-section1 .right .body3 .other .other-left .page-item {
    font-size: 14px;
  }
  .ny16-section1 .right .body3 .other .other-left .page-next {
    margin-top: 10px;
  }
  .ny16-section1 .right .body3 .other .back-list {
    font-size: 14px;
    margin-left: 0;
    margin-top: 20px;
  }
  .ny16-section1 .right .body3 .other .back-list img {
    width: 20px;
    margin-right: 10px;
  }
}
/* ==================== 内页16 - 板块一 End ==================== */
/* ==================== 内页16 - 板块二 Start ==================== */
/* ==================== 内页16 - 板块二 End ==================== */
/* ==================== 内页16 - 板块三 Start ==================== */
/* ==================== 内页16 - 板块三 End ==================== */
/* ==================== 内页16 - 板块四 Start ==================== */
/* ==================== 内页16 - 板块四 End ==================== */
/* ==================== 内页16 - 板块五 Start ==================== */
/* ==================== 内页16 - 板块五 End ==================== */
/* ==================== 内页16 - 板块六 Start ==================== */
/* ==================== 内页16 - 板块六 End ==================== */
/* ==================== 内页16 - 板块七 Start ==================== */
/* ==================== 内页16 - 板块七 End ==================== */
/* ==================== 内页16 - 板块八 Start ==================== */
/* ==================== 内页16 - 板块八 End ==================== */
