/* ==================== ny15 - 板块一 Start ==================== */
.ny15-section1 {
  text-align: center;
  padding-bottom: 13.889vw;
}
.ny15-section1 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny15-section1 .ny2-tabs {
  margin-bottom: 0;
}
.ny15-section1 .title {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 3.889vw;
  line-height: 4.444vw;
  padding-top: 5.556vw;
  padding-bottom: 2.778vw;
}
.ny15-section1 .itembox {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.444vw;
}
.ny15-section1 .item {
  width: 32%;
}
.ny15-section1 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny15-section1 .item:nth-child(3n) ~ .item {
  margin-top: 5.556vw;
}
.ny15-section1 .item .image {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 1.667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 16.667vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ny15-section1 .item .image img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.ny15-section1 .item .info {
  width: 100%;
}
.ny15-section1 .item .text1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.389vw;
  line-height: 2.083vw;
  display: block;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ny15-section1 .item .text2 {
  color: var(--text-default, #666);
  font-size: 1.111vw;
  font-family: "Inter-Regular";
  line-height: 1.667vw;
  margin-top: 0.556vw;
  display: block;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(1.667vw * 2);
}
@media screen and (min-width: 1440px) {
  .ny15-section1 {
    padding-bottom: 200px;
  }
  .ny15-section1 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny15-section1 .title {
    font-size: 56px;
    line-height: 64px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .ny15-section1 .itembox {
    margin-top: 64px;
  }
  .ny15-section1 .item:nth-child(3n) ~ .item {
    margin-top: 80px;
  }
  .ny15-section1 .item .image {
    margin-bottom: 24px;
    height: 240px;
  }
  .ny15-section1 .item .text1 {
    font-size: 20px;
    line-height: 30px;
  }
  .ny15-section1 .item .text2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    height: calc(24px * 2);
  }
}
@media screen and (max-width: 768px) {
  .ny15-section1 {
    padding-bottom: 13.021vw;
  }
  .ny15-section1 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny15-section1 .title {
    font-size: 5.208vw;
    line-height: 5.208vw;
    padding-top: 8.333vw;
    padding-bottom: 3.646vw;
  }
  .ny15-section1 .itembox {
    margin-top: 6.25vw;
  }
  .ny15-section1 .item:nth-child(3n) ~ .item {
    margin-top: 8.333vw;
  }
  .ny15-section1 .item .image {
    margin-bottom: 2.083vw;
    border-radius: 1.56vw;
  }
  .ny15-section1 .item .text1 {
    font-size: 2.083vw;
    line-height: 2.474vw;
  }
  .ny15-section1 .item .text2 {
    font-size: 1.693vw;
    line-height: 2.474vw;
    margin-top: 1.563vw;
    height: calc(2.474vw * 2);
  }
}
@media screen and (max-width: 500px) {
  .ny15-section1 {
    padding-bottom: 25.445vw;
  }
  .ny15-section1 > .mxw-box {
    padding-left: 6.107vw;
    padding-right: 6.107vw;
  }
  .ny15-section1 .title {
    font-size: 8.142vw;
    line-height: 10.178vw;
    padding-top: 10.178vw;
    padding-bottom: 11.196vw;
  }
  .ny15-section1 .itembox {
    margin-top: 16.285vw;
  }
  .ny15-section1 .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #F6F6F6;
    padding-bottom: 4.071vw;
    padding-top: 4.071vw;
    margin: 0 !important;
  }
  .ny15-section1 .item:first-child {
    padding-top: 0;
  }
  .ny15-section1 .item:nth-child(3n) ~ .item {
    margin-top: 0;
  }
  .ny15-section1 .item .image {
    order: 2;
    width: 24.427vw;
    height: 24.427vw;
    margin-bottom: 0;
    margin-left: 2.799vw;
    border-radius: 2.04vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .ny15-section1 .item .image img {
    width: auto;
    height: 100%;
    max-width: inherit;
  }
  .ny15-section1 .item .info {
    min-width: 0;
    flex-grow: 1;
    width: auto;
  }
  .ny15-section1 .item .text1 {
    font-size: 4.071vw;
    line-height: 4.835vw;
  }
  .ny15-section1 .item .text2 {
    font-size: 3.053vw;
    line-height: 4.835vw;
    margin-top: 2.036vw;
    height: calc(4.835vw * 2);
  }
}
/* ==================== ny15 - 板块一 End ==================== */
