/* ==================== 内页14 - 板块一 Start ==================== */
.ny14-section1 {
  text-align: center;
}
.ny14-section1 .ny2-tabs {
  margin-bottom: 0;
}
.ny14-section1 .head {
  padding-top: 7.5vw;
  padding-bottom: 4.861vw;
}
.ny14-section1 .head .text1 {
  color: #000;
  text-align: center;
  font-family: "Inter-SemiBold";
  font-size: 3.889vw;
  line-height: 4.444vw;
}
.ny14-section1 .head .text2 {
  margin-top: 0.556vw;
  color: #000;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 1.111vw;
  line-height: 1.944vw;
}
.ny14-section1 .body {
  display: flex;
  align-items: flex-start;
  margin-top: 4.861vw;
  width: 65.972vw;
  margin-left: auto;
  margin-right: auto;
}
.ny14-section1 .body .left {
  flex-shrink: 0;
  width: 13.889vw;
  margin-right: 1.111vw;
  position: sticky;
  top: 4.861vw;
  left: 0;
  background-color: #fff;
}
.ny14-section1 .body .left-item {
  color: #999;
  font-family: "Inter-Regular";
  font-size: 1.667vw;
  line-height: 2.222vw;
  padding: 0.903vw 1.111vw;
  position: relative;
  cursor: pointer;
}
.ny14-section1 .body .left-item.active {
  color: #0075FF;
}
.ny14-section1 .body .left-item.active:after {
  display: block;
}
.ny14-section1 .body .left-item:after {
  content: "";
  display: none;
  width: 2px;
  height: 1.667vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #0075FF;
}
.ny14-section1 .card-list {
  min-width: 0;
  flex-grow: 1;
}
.ny14-section1 .card-item {
  text-align: left;
  margin-bottom: 6.667vw;
}
.ny14-section1 .card-item .item {
  width: 100%;
  margin-bottom: 3.889vw;
}
.ny14-section1 .card-item .item:last-child {
  margin-bottom: 0;
}
.ny14-section1 .card-item .title {
  color: #0075FF;
  font-family: "Inter-SemiBold";
  font-size: 0.972vw;
  line-height: 1.458vw;
  margin-bottom: 2.222vw;
}
.ny14-section1 .card-item .info-text1 {
  font-family: "Inter-Regular";
  font-size: 0.97vw;
  font-weight: 500;
  line-height: 1.46vw;
  padding-left: 0.83vw;
  padding-right: 0.83vw;
  color: #0075FF;
  border: 1px solid;
  border-radius: 6.94vw;
  margin-bottom: 1.67vw;
  display: table;
}
.ny14-section1 .card-item .info {
  min-width: 0;
  flex-grow: 1;
  margin-right: 2.22vw;
}
.ny14-section1 .card-item .info .info-text2 {
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.67vw;
  line-height: 2.22vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ny14-section1 .card-item .info .desc {
  color: #666;
  font-family: "Inter-Regular";
  font-size: 0.97vw;
  line-height: 1.46vw;
  margin-top: 0.56vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ny14-section1 .card-item .image {
  width: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 4.444vw;
}
.ny14-section1 .card-item .image img {
  width: 100%;
}
.ny14-section1 .card-item .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3.33vw;
}
.ny14-section1 .card-item .list-item:first-child {
  width: 11.11vw;
  margin-right: 2.78vw;
}
.ny14-section1 .card-item .list-item:last-child {
  min-width: 0;
  flex-grow: 1;
}
.ny14-section1 .card-item .list-item .text1 {
  color: #999;
  font-family: "Inter-Thin";
  font-size: 0.83vw;
  font-weight: 600;
  line-height: 1.25vw;
}
.ny14-section1 .card-item .list-item .text2 {
  margin-top: 0.28vw;
  color: #000;
  font-family: "Inter-SemiBold";
  font-size: 1.11vw;
  line-height: 1.67vw;
}
.ny14-section1 .card-item .common-btn {
  margin-top: 4.44vw;
}
@media screen and (min-width: 1440px) {
  .ny14-section1 .head {
    padding-top: 108px;
    padding-bottom: 70px;
  }
  .ny14-section1 .head .text1 {
    font-size: 56px;
    line-height: 64px;
  }
  .ny14-section1 .head .text2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
  }
  .ny14-section1 .body {
    margin-top: 70px;
    width: 950px;
  }
  .ny14-section1 .body .left {
    width: 200px;
    margin-right: 16px;
    top: 70px;
  }
  .ny14-section1 .body .left-item {
    font-size: 24px;
    line-height: 32px;
    padding: 13px 16px;
  }
  .ny14-section1 .body .left-item:after {
    height: 24px;
  }
  .ny14-section1 .card-item {
    margin-bottom: 96px;
  }
  .ny14-section1 .card-item .item {
    margin-bottom: 56px;
  }
  .ny14-section1 .card-item .title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
  }
  .ny14-section1 .card-item .info {
    margin-right: 32px;
  }
  .ny14-section1 .card-item .info .info-text2 {
    font-size: 24px;
    line-height: 32px;
  }
  .ny14-section1 .card-item .info .desc {
    font-size: 14px;
    line-height: 21px;
    margin-top: 8px;
  }
  .ny14-section1 .card-item .image {
    margin-bottom: 24px;
  }
  .ny14-section1 .card-item .list {
    margin-top: 48px;
  }
  .ny14-section1 .card-item .list-item:first-child {
    width: 160px;
    margin-right: 40px;
  }
  .ny14-section1 .card-item .list-item .text1 {
    font-size: 12px;
    line-height: 18px;
  }
  .ny14-section1 .card-item .list-item .text2 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .ny14-section1 .card-item .common-btn {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .ny14-section1 .head {
    padding-top: 8.333vw;
    padding-bottom: 5.729vw;
  }
  .ny14-section1 .head .text1 {
    font-size: 5.208vw;
    line-height: 5.208vw;
  }
  .ny14-section1 .head .text2 {
    margin-top: 1.563vw;
    font-size: 1.823vw;
    line-height: 2.214vw;
  }
  .ny14-section1 .body {
    display: block;
    margin-top: 3.516vw;
    width: 61.849vw;
  }
  .ny14-section1 .body .left {
    width: 100%;
    margin-right: 0;
    top: 8.333vw;
    border-bottom: 1px solid #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ny14-section1 .body .left-item {
    font-size: 2.604vw;
    line-height: 3.906vw;
    padding: 2.214vw 3.776vw;
  }
  .ny14-section1 .body .left-item.active:after {
    display: none;
  }
  .ny14-section1 .body .left-item:after {
    display: none;
    height: 3.125vw;
  }
  .ny14-section1 .card-list {
    margin-top: 5.208vw;
  }
  .ny14-section1 .card-item {
    margin-bottom: 8.333vw;
  }
  .ny14-section1 .card-item .item {
    margin-bottom: 8.333vw;
  }
  .ny14-section1 .card-item .title {
    font-size: 1.823vw;
    line-height: 2.734vw;
    margin-bottom: 2.083vw;
  }
  .ny14-section1 .card-item .info-text1 {
    font-size: 1.56vw;
    line-height: 2.6vw;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    border-radius: 13.02vw;
    margin-bottom: 1.56vw;
  }
  .ny14-section1 .card-item .info {
    margin-right: 1.82vw;
  }
  .ny14-section1 .card-item .info .info-text2 {
    font-size: 2.08vw;
    line-height: 3.13vw;
  }
  .ny14-section1 .card-item .info .desc {
    font-size: 1.69vw;
    line-height: 2.6vw;
  }
  .ny14-section1 .card-item .image {
    margin-bottom: 2.083vw;
    border-radius: 1.56vw;
  }
  .ny14-section1 .card-item .list {
    margin-top: 5.21vw;
  }
  .ny14-section1 .card-item .list-item {
    margin-bottom: 2.08vw;
    justify-content: space-between;
  }
  .ny14-section1 .card-item .list-item:first-child {
    width: 48%;
  }
  .ny14-section1 .card-item .list-item:last-child {
    width: 48%;
  }
  .ny14-section1 .card-item .list-item .text1 {
    font-size: 1.56vw;
    line-height: 2.34vw;
  }
  .ny14-section1 .card-item .list-item .text2 {
    margin-top: 0.52vw;
    font-size: 1.82vw;
    line-height: 3.13vw;
  }
  .ny14-section1 .card-item .common-btn {
    margin-top: 3.91vw;
  }
}
@media screen and (max-width: 500px) {
  .ny14-section1 .head {
    padding-top: 12.214vw;
    padding-bottom: 9.16vw;
  }
  .ny14-section1 .head .text1 {
    font-size: 8.142vw;
    line-height: 10.178vw;
  }
  .ny14-section1 .head .text2 {
    margin-top: 1.272vw;
    font-size: 3.562vw;
    line-height: 4.326vw;
  }
  .ny14-section1 .body {
    margin-top: 9.16vw;
    width: 100%;
  }
  .ny14-section1 .body .left {
    top: 15.776vw;
  }
  .ny14-section1 .body .left-item {
    font-size: 5.089vw;
    line-height: 7.634vw;
    padding: 4.326vw 5.089vw;
  }
  .ny14-section1 .body .left-item:after {
    height: 0;
  }
  .ny14-section1 .card-list {
    margin-top: 8.142vw;
    padding-left: 4.071vw;
    padding-right: 4.071vw;
  }
  .ny14-section1 .card-item {
    margin-bottom: 16.285vw;
  }
  .ny14-section1 .card-item .item {
    margin-bottom: 16.285vw;
  }
  .ny14-section1 .card-item .title {
    font-size: 3.562vw;
    line-height: 5.344vw;
    margin-bottom: 2.545vw;
  }
  .ny14-section1 .card-item .info-text1 {
    font-size: 3.05vw;
    line-height: 5.09vw;
    padding-left: 2.54vw;
    padding-right: 2.54vw;
    border-radius: 25.45vw;
    top: 2.04vw;
    left: 2.04vw;
  }
  .ny14-section1 .card-item .info {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  .ny14-section1 .card-item .info .info-text2 {
    font-size: 4.07vw;
    line-height: 6.11vw;
  }
  .ny14-section1 .card-item .info .desc {
    margin-top: 2.04vw;
    line-height: 5.09vw;
    font-size: 3.31vw;
  }
  .ny14-section1 .card-item .image {
    margin-bottom: 4.071vw;
    border-radius: 2.04vw;
  }
  .ny14-section1 .card-item .list {
    margin-top: 10.18vw;
  }
  .ny14-section1 .card-item .list-item {
    margin-bottom: 4.07vw;
  }
  .ny14-section1 .card-item .list-item .text1 {
    font-size: 3.05vw;
    line-height: 4.58vw;
  }
  .ny14-section1 .card-item .list-item .text2 {
    margin-top: 1.02vw;
    font-size: 3.56vw;
    line-height: 6.11vw;
  }
  .ny14-section1 .card-item .common-btn {
    margin-top: 7.63vw;
  }
}
/* ==================== 内页14 - 板块一 End ==================== */
