/* ==================== 内页14 - 板块一 Start ==================== */
.ny14-section1 {
  padding-bottom: 6.25vw;
  background-color: #F8F9FC;
}
.ny14-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny14-section1 .left {
  padding: 1.875vw;
  background-color: #fff;
  border-radius: 0.625vw;
  overflow: hidden;
}
.ny14-section1 .left .text1 {
  font-size: 1.625vw;
  color: #000000;
  line-height: 1.1;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #f5f5f5;
}
.ny14-section1 .left .cate {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.ny14-section1 .left .cate .cate-item {
  color: #888888;
  line-height: 1.1;
  font-size: 1.25vw;
  margin-right: 6.875vw;
  display: block;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  position: relative;
}
.ny14-section1 .left .cate .cate-item.active {
  color: #000;
  font-weight: bold;
}
.ny14-section1 .left .cate .cate-item.active:after {
  display: block;
}
.ny14-section1 .left .cate .cate-item:after {
  content: "";
  display: block;
  width: 1.875vw;
  height: 0.188vw;
  background-color: #4cb848;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.ny14-section1 .left .cate .cate-item:last-child {
  margin-right: 0;
}
.ny14-section1 .left .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}
.ny14-section1 .left .item .image {
  width: 16.875vw;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
  border-radius: 0.625vw;
  margin-right: 2.188vw;
}
.ny14-section1 .left .item .image img {
  width: 100%;
}
.ny14-section1 .left .item .info {
  min-width: 0;
  flex-grow: 1;
}
.ny14-section1 .left .item .info .title {
  font-size: 1.25vw;
  margin-bottom: 1.25vw;
  color: #000;
  font-weight: bold;
  display: block;
  transition: color 0.4s;
}
.ny14-section1 .left .item .info .title:hover {
  color: #4cb848;
}
.ny14-section1 .left .item .info .text2 {
  font-size: 1vw;
  color: #888888;
  line-height: 1.8;
}
.ny14-section1 .left .item .info .bottom {
  margin-top: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #888888;
}
.ny14-section1 .left .item .info .bottom .time {
  font-size: 0.875vw;
  line-height: 1.1;
}
.ny14-section1 .left .item .info .bottom .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.875vw;
}
.ny14-section1 .left .item .info .bottom .view img {
  width: 1.25vw;
  margin-right: 0.625vw;
}
.ny14-section1 .left2 {
  background-color: #fff;
  border-radius: 0.625vw;
  overflow: hidden;
  padding: 2.063vw;
}
.ny14-section1 .left2 .head h1 {
  font-size: 1.625vw;
  line-height: 1.2;
}
.ny14-section1 .left2 .head .bottom {
  margin-top: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B3B3B4;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #f5f5f5;
}
.ny14-section1 .left2 .head .time {
  font-size: 0.875vw;
}
.ny14-section1 .left2 .head .view {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.875vw;
}
.ny14-section1 .left2 .head .view img {
  margin-right: 0.5vw;
  width: 1.25vw;
}
.ny14-section1 .left2 article {
  padding: 3.125vw 1.875vw;
  line-height: 1.8;
  font-size: 1vw;
  color: #888888;
}
.ny14-section1 .left2 .other {
  border-top: 1px solid #f5f5f5;
  padding: 3.75vw 1.875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny14-section1 .left2 .other .other-left .page-item {
  font-size: 1vw;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #005bac;
}
.ny14-section1 .left2 .other .other-left .page-item:hover {
  text-decoration: underline;
}
.ny14-section1 .left2 .other .other-left .page-item span {
  color: #000;
  white-space: nowrap;
}
.ny14-section1 .left2 .other .other-left .page-next {
  margin-top: 1.25vw;
}
.ny14-section1 .left2 .other .back-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ce9d29;
  font-size: 1.125vw;
  margin-left: 0.938vw;
  cursor: pointer;
}
.ny14-section1 .left2 .other .back-list img {
  width: 1.625vw;
  display: block;
  margin-right: 0.625vw;
}
@media screen and (min-width: 1600px) {
  .ny14-section1 {
    padding-bottom: 100px;
  }
  .ny14-section1 .left {
    padding: 30px;
    border-radius: 10px;
  }
  .ny14-section1 .left .text1 {
    font-size: 26px;
    padding-bottom: 40px;
  }
  .ny14-section1 .left .cate .cate-item {
    font-size: 20px;
    margin-right: 110px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ny14-section1 .left .cate .cate-item:after {
    width: 30px;
    height: 3px;
  }
  .ny14-section1 .left .item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ny14-section1 .left .item .image {
    width: 270px;
    border-radius: 10px;
    margin-right: 35px;
  }
  .ny14-section1 .left .item .info .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .ny14-section1 .left .item .info .text2 {
    font-size: 16px;
  }
  .ny14-section1 .left .item .info .bottom {
    margin-top: 40px;
  }
  .ny14-section1 .left .item .info .bottom .time {
    font-size: 14px;
  }
  .ny14-section1 .left .item .info .bottom .view {
    font-size: 14px;
  }
  .ny14-section1 .left .item .info .bottom .view img {
    width: 20px;
    margin-right: 10px;
  }
  .ny14-section1 .left2 {
    border-radius: 10px;
    padding: 33px;
  }
  .ny14-section1 .left2 .head h1 {
    font-size: 26px;
  }
  .ny14-section1 .left2 .head .bottom {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .ny14-section1 .left2 .head .time {
    font-size: 14px;
  }
  .ny14-section1 .left2 .head .view {
    font-size: 14px;
  }
  .ny14-section1 .left2 .head .view img {
    margin-right: 8px;
    width: 20px;
  }
  .ny14-section1 .left2 article {
    padding: 50px 30px;
    font-size: 16px;
  }
  .ny14-section1 .left2 .other {
    padding: 60px 30px;
  }
  .ny14-section1 .left2 .other .other-left .page-item {
    font-size: 16px;
  }
  .ny14-section1 .left2 .other .other-left .page-next {
    margin-top: 20px;
  }
  .ny14-section1 .left2 .other .back-list {
    font-size: 18px;
    margin-left: 15px;
  }
  .ny14-section1 .left2 .other .back-list img {
    width: 26px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ny14-section1 {
    padding-bottom: 25px;
  }
  .ny14-section1 .body {
    display: block;
  }
  .ny14-section1 .left {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .ny14-section1 .left .text1 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .ny14-section1 .left .cate {
    flex-wrap: wrap;
  }
  .ny14-section1 .left .cate .cate-item {
    width: 50%;
    font-size: 16px;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .ny14-section1 .left .cate .cate-item:after {
    width: 15px;
    height: 3px;
  }
  .ny14-section1 .left .item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .ny14-section1 .left .item .image {
    width: 100%;
    border-radius: 5px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ny14-section1 .left .item .info .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ny14-section1 .left .item .info .text2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .ny14-section1 .left .item .info .bottom {
    margin-top: 20px;
  }
  .ny14-section1 .left .item .info .bottom .time {
    font-size: 12px;
  }
  .ny14-section1 .left .item .info .bottom .view {
    font-size: 12px;
  }
  .ny14-section1 .left .item .info .bottom .view img {
    width: 10px;
    margin-right: 10px;
  }
  .ny14-section1 .left2 {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .ny14-section1 .left2 .head h1 {
    font-size: 20px;
  }
  .ny14-section1 .left2 .head .bottom {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .ny14-section1 .left2 .head .time {
    font-size: 12px;
  }
  .ny14-section1 .left2 .head .view {
    font-size: 12px;
  }
  .ny14-section1 .left2 .head .view img {
    margin-right: 8px;
    width: 20px;
  }
  .ny14-section1 .left2 article {
    padding: 25px 8px;
    font-size: 14px;
  }
  .ny14-section1 .left2 .other {
    display: block;
    padding: 0;
    padding-top: 30px;
  }
  .ny14-section1 .left2 .other .other-left .page-item {
    font-size: 14px;
  }
  .ny14-section1 .left2 .other .other-left .page-next {
    margin-top: 10px;
  }
  .ny14-section1 .left2 .other .back-list {
    font-size: 14px;
    margin-left: 0;
    margin-top: 20px;
  }
  .ny14-section1 .left2 .other .back-list img {
    width: 20px;
    margin-right: 10px;
  }
}
/* ==================== 内页14 - 板块一 End ==================== */
/* ==================== 内页14 - 板块二 Start ==================== */
/* ==================== 内页14 - 板块二 End ==================== */
/* ==================== 内页14 - 板块三 Start ==================== */
/* ==================== 内页14 - 板块三 End ==================== */
/* ==================== 内页14 - 板块四 Start ==================== */
/* ==================== 内页14 - 板块四 End ==================== */
/* ==================== 内页14 - 板块五 Start ==================== */
/* ==================== 内页14 - 板块五 End ==================== */
/* ==================== 内页14 - 板块六 Start ==================== */
/* ==================== 内页14 - 板块六 End ==================== */
/* ==================== 内页14 - 板块七 Start ==================== */
/* ==================== 内页14 - 板块七 End ==================== */
/* ==================== 内页14 - 板块八 Start ==================== */
/* ==================== 内页14 - 板块八 End ==================== */
