/* ==================== ny17 - 板块一 Start ==================== */
.ny17-section1 {
  padding-bottom: 8.333vw;
}
.ny17-section1 > .mxw-box {
  padding-left: 5.556vw;
  padding-right: 5.556vw;
}
.ny17-section1 .common-btn-back {
  padding-top: 2.778vw;
  padding-bottom: 4.167vw;
}
.ny17-section1 .body {
  margin-left: auto;
  margin-right: auto;
  width: 52.083vw;
}
.ny17-section1 .body h1 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 2.222vw;
  font-weight: 400;
  line-height: 2.778vw;
  margin: 0;
  margin-bottom: 0.833vw;
}
.ny17-section1 .body .text1 {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.903vw;
  line-height: 1.389vw;
}
.ny17-section1 .body .share {
  margin-top: 1.667vw;
  margin-bottom: 3.472vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny17-section1 .body .share .text {
  color: #000;
  font-size: 0.833vw;
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: 1.25vw;
}
.ny17-section1 .body .share2 {
  margin-top: 5.556vw;
  margin-bottom: 0;
  padding-bottom: 2.778vw;
  border-bottom: 1px solid #F6F6F6;
}
.ny17-section1 .body .share-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny17-section1 .body .share-list .share-item {
  display: block;
  margin-left: 4px;
  border-radius: 50%;
  background: #d6d6d6;
}
.ny17-section1 .body .share-list .share-item:hover {
  background: #0075FF;
}
.ny17-section1 article {
  color: #000;
  font-size: 0.903vw;
  font-family: "Inter-Regular";
  font-weight: 400;
  line-height: 1.389vw;
}
.ny17-section1 article * {
  font-family: "Inter-Regular";
}
.ny17-section1 article p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.ny17-section1 article a {
  text-decoration-line: underline;
}
.ny17-section1 .other {
  margin-top: 1.667vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.ny17-section1 .other .other-item {
  width: 49%;
}
.ny17-section1 .other .other-item .other-name {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 0.833vw;
  line-height: 1.25vw;
  margin-bottom: 0.972vw;
}
.ny17-section1 .other .other-item .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny17-section1 .other .other-item .info .image {
  width: 8.333vw;
  height: 5.556vw;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.833vw;
  flex-shrink: 0;
  display: block;
}
.ny17-section1 .other .other-item .info .other-title {
  min-width: 0;
  flex-grow: 1;
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 0.972vw;
  line-height: 1.458vw;
}
.social-share-icon {
  border: none;
  filter: brightness(0);
  opacity: 0.16;
  transition: all 0.5s;
}
.social-share-icon::before {
  display: none;
}
.social-share-icon:hover {
  filter: none;
  opacity: 1;
}
.icon-facebook {
  background: url('../images/icon/facebook.svg') no-repeat center / cover !important;
}
.icon-twitter {
  background: url('../images/icon/twitter.svg') no-repeat center / cover !important;
}
.icon-linkedin {
  background: url('../images/icon/in.svg') no-repeat center / cover !important;
}
@media screen and (min-width: 1440px) {
  .ny17-section1 {
    padding-bottom: 120px;
  }
  .ny17-section1 > .mxw-box {
    padding-left: 80px;
    padding-right: 80px;
  }
  .ny17-section1 .common-btn-back {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .ny17-section1 .body {
    width: 750px;
  }
  .ny17-section1 .body h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .ny17-section1 .body .text1 {
    font-size: 13px;
    line-height: 20px;
  }
  .ny17-section1 .body .share {
    margin-top: 24px;
    margin-bottom: 50px;
  }
  .ny17-section1 .body .share .text {
    font-size: 12px;
    line-height: 18px;
  }
  .ny17-section1 .body .share2 {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  .ny17-section1 .body .share-list .share-item {
    width: 32px;
    margin-left: 4px;
  }
  .ny17-section1 article {
    font-size: 13px;
    line-height: 20px;
  }
  .ny17-section1 .other {
    margin-top: 24px;
  }
  .ny17-section1 .other .other-item .other-name {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .ny17-section1 .other .other-item .info .image {
    width: 120px;
    height: 80px;
    margin-right: 12px;
  }
  .ny17-section1 .other .other-item .info .other-title {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 768px) {
  .ny17-section1 {
    padding-bottom: 15.625vw;
  }
  .ny17-section1 > .mxw-box {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .ny17-section1 .common-btn-back {
    padding-top: 3.125vw;
    padding-bottom: 9.115vw;
  }
  .ny17-section1 .body {
    width: 100%;
  }
  .ny17-section1 .body h1 {
    font-size: 3.646vw;
    line-height: 4.688vw;
    margin-bottom: 1.563vw;
  }
  .ny17-section1 .body .text1 {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny17-section1 .body .share {
    margin-top: 4.167vw;
    margin-bottom: 6.51vw;
  }
  .ny17-section1 .body .share .text {
    font-size: 1.563vw;
    line-height: 2.344vw;
  }
  .ny17-section1 .body .share2 {
    margin-top: 10.417vw;
    padding-bottom: 6.51vw;
  }
  .ny17-section1 .body .share-list .share-item {
    width: 4.167vw;
    margin-left: 4px;
  }
  .ny17-section1 article {
    font-size: 1.693vw;
    line-height: 2.604vw;
  }
  .ny17-section1 .other {
    margin-top: 3.125vw;
  }
  .ny17-section1 .other .other-item {
    width: 49%;
  }
  .ny17-section1 .other .other-item .other-name {
    font-size: 1.563vw;
    line-height: 2.344vw;
    margin-bottom: 1.823vw;
  }
  .ny17-section1 .other .other-item .info .image {
    width: 15.625vw;
    height: 10.417vw;
    margin-right: 1.563vw;
    border-radius: 1.56vw;
  }
  .ny17-section1 .other .other-item .info .other-title {
    font-size: 1.823vw;
    line-height: 2.734vw;
  }
}
@media screen and (max-width: 500px) {
  .ny17-section1 {
    padding-bottom: 29.517vw;
  }
  .ny17-section1 > .mxw-box {
    padding-left: 6.107vw;
    padding-right: 6.107vw;
  }
  .ny17-section1 .common-btn-back {
    padding-top: 6.107vw;
    padding-bottom: 17.812vw;
  }
  .ny17-section1 .body h1 {
    font-size: 6.107vw;
    line-height: 8.142vw;
    margin-bottom: 3.053vw;
  }
  .ny17-section1 .body .text1 {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny17-section1 .body .share {
    margin-top: 8.142vw;
    margin-bottom: 12.723vw;
  }
  .ny17-section1 .body .share .text {
    font-size: 3.053vw;
    line-height: 4.58vw;
  }
  .ny17-section1 .body .share2 {
    margin-top: 20.356vw;
    padding-bottom: 12.723vw;
  }
  .ny17-section1 .body .share-list .share-item {
    width: 8.142vw;
    margin-left: 4px;
  }
  .ny17-section1 article {
    font-size: 3.308vw;
    line-height: 5.089vw;
  }
  .ny17-section1 article strong {
    font-size: 4.071vw;
    line-height: 5.089vw;
  }
  .ny17-section1 .other {
    margin-top: 6.107vw;
  }
  .ny17-section1 .other .other-item {
    width: 48.5%;
  }
  .ny17-section1 .other .other-item .other-name {
    font-size: 3.053vw;
    line-height: 4.58vw;
    margin-bottom: 3.053vw;
  }
  .ny17-section1 .other .other-item .info {
    width: 100%;
    display: block;
  }
  .ny17-section1 .other .other-item .info .image {
    display: block;
    width: 100%;
    height: 27.99vw;
    margin-right: 0;
    margin-bottom: 3.053vw;
    border-radius: 2.04vw;
  }
  .ny17-section1 .other .other-item .info .other-title {
    font-size: 3.053vw;
    line-height: 4.58vw;
  }
}
/* ==================== ny17 - 板块一 End ==================== */
/* ==================== ny17 - 板块二 Start ==================== */
.ny17-section2 {
  padding-bottom: 6.944vw;
}
.ny17-section2 .mxw-box {
  padding: 0;
}
.ny17-section2 .title2 {
  color: #000;
  font-size: 2.222vw;
  font-family: "Inter-SemiBold";
  line-height: 2.778vw;
  text-align: left;
}
.ny17-section2 .itembox {
  margin-top: 2.778vw;
}
@media screen and (min-width: 1440px) {
  .ny17-section2 {
    padding-bottom: 100px;
  }
  .ny17-section2 .title2 {
    font-size: 32px;
    line-height: 40px;
  }
  .ny17-section2 .itembox {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ny17-section2 {
    padding-bottom: 13.021vw;
  }
  .ny17-section2 .title2 {
    font-size: 3.646vw;
    line-height: 4.688vw;
  }
  .ny17-section2 .itembox {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 500px) {
  .ny17-section2 {
    padding-bottom: 25.445vw;
  }
  .ny17-section2 .title2 {
    font-size: 6.107vw;
    line-height: 8.142vw;
  }
  .ny17-section2 .itembox {
    margin-top: 10.178vw;
  }
}
/* ==================== ny17 - 板块二 End ==================== */
/* ==================== ny17 - 板块三 Start ==================== */
/* ==================== ny17 - 板块三 End ==================== */
/* ==================== ny17 - 板块四 Start ==================== */
/* ==================== ny17 - 板块四 End ==================== */
/* ==================== ny17 - 板块五 Start ==================== */
/* ==================== ny17 - 板块五 End ==================== */
/* ==================== ny17 - 板块六 Start ==================== */
/* ==================== ny17 - 板块六 End ==================== */
/* ==================== ny17 - 板块七 Start ==================== */
/* ==================== ny17 - 板块七 End ==================== */
/* ==================== ny17 - 板块八 Start ==================== */
/* ==================== ny17 - 板块八 End ==================== */
/*# sourceMappingURL=ny17.css.map */