/* ==================== 内页4 - 通用标题 Start ==================== */
.ny4-title {
  font-size: 1.979vw;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 2.083vw;
}
@media screen and (min-width: 1920px) {
  .ny4-title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
/* ==================== 内页4 - 通用标题 End ==================== */
/* ==================== 内页4 - 板块一 Start ==================== */
/* ==================== 内页4 - 板块一 End ==================== */
/* ==================== 内页4 - 板块二 Start ==================== */
.ny4-section2 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.ny4-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny4-section2 .item {
  width: 32%;
}
.ny4-section2 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny4-section2 .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny4-section2 .item:hover .text {
  color: #49C4FF;
}
.ny4-section2 .item .image {
  display: block;
  overflow: hidden;
}
.ny4-section2 .item .text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  padding-bottom: 20px;
  transition: color 0.4s;
}
.ny4-section2 .mxw-pagination {
  margin-top: 60px;
}
@media screen and (min-width: 1920px) {
  .ny4-section2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .ny4-section2 .item .text {
    margin-top: 30px;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .ny4-section2 .mxw-pagination {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ny4-section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny4-section2 .item {
    width: 100%;
    margin: 0 !important;
  }
  .ny4-section2 .item:first-child ~ .item {
    margin-top: 20px !important;
  }
  .ny4-section2 .item .text {
    margin-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .ny4-section2 .mxw-pagination {
    margin-top: 50px;
  }
}
/* ==================== 内页4 - 板块二 End ==================== */
