/* ==================== 内页21 - 板块一 Start ==================== */
.ny21-section1 {
  background-color: #F8F9FC;
  padding-bottom: 7.5vw;
}
.ny21-section1 .body {
  display: flex;
  align-items: flex-start;
}
.ny21-section1 .left {
  min-width: 0;
  flex-grow: 1;
  padding: 2.5vw;
  background-color: #fff;
  border-radius: 0.625vw;
}
.ny21-section1 .left .title {
  font-size: 1.625vw;
  color: #000000;
  line-height: 1.1;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 3.438vw;
}
.ny21-section1 .left .itembox {
  display: flex;
  flex-wrap: wrap;
}
.ny21-section1 .left .item {
  width: 32%;
  padding: 2.5vw 1.875vw;
  box-shadow: 0vw 0vw 2.375vw 1vw rgba(0, 0, 0, 0.02);
  border-radius: 0.625vw;
}
.ny21-section1 .left .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.ny21-section1 .left .item:nth-child(3) ~ .item {
  margin-top: 2%;
}
.ny21-section1 .left .item .info {
  display: block;
  width: 100%;
}
.ny21-section1 .left .item .text1 {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.938vw;
}
.ny21-section1 .left .item .text2 {
  font-size: 1vw;
  color: #888888;
  line-height: 1.8;
  height: 3.6em;
}
.ny21-section1 .left .item .image {
  margin-top: 1.25vw;
  width: 100%;
}
.ny21-section1 .left .item .image img {
  width: 100%;
}
.ny21-section1 .left .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ny21-section1 .left .item .price {
  font-size: 1.125vw;
  color: #333;
}
.ny21-section1 .left .item .index-btn:hover .icon {
  background-color: #4cb848;
}
.ny21-section1 .left .item .index-btn:hover .icon:after {
  color: #fff;
}
.ny21-section1 .left .item .index-btn .icon {
  background-color: #dfdfdf;
}
.ny21-section1 .right {
  position: sticky;
  top: 0;
  right: 0;
  width: 21.875vw;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.625vw;
  padding: 1.875vw;
  min-height: 40.625vw;
  margin-left: 2.5vw;
}
.ny21-section1 .right .text1 {
  font-size: 1.625vw;
  color: #000;
  line-height: 1.1;
  margin-bottom: 1.875vw;
}
.ny21-section1 .right .list-item {
  display: block;
  color: #000000;
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
  font-size: 1vw;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.4s;
}
.ny21-section1 .right .list-item:hover, .ny21-section1 .right .list-item.active {
  color: #4cb848;
}
@media screen and (min-width: 1600px) {
  .ny21-section1 {
    padding-bottom: 120px;
  }
  .ny21-section1 .left {
    padding: 40px;
    border-radius: 10px;
  }
  .ny21-section1 .left .title {
    font-size: 26px;
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .ny21-section1 .left .item {
    padding: 40px 30px;
    box-shadow: 0px 0px 38px 16px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
  }
  .ny21-section1 .left .item .text1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ny21-section1 .left .item .text2 {
    font-size: 16px;
  }
  .ny21-section1 .left .item .image {
    margin-top: 20px;
  }
  .ny21-section1 .left .item .price {
    font-size: 18px;
  }
  .ny21-section1 .right {
    width: 350px;
    border-radius: 10px;
    padding: 30px;
    min-height: 650px;
    margin-left: 40px;
  }
  .ny21-section1 .right .text1 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .ny21-section1 .right .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny21-section1 {
    padding-bottom: 60px;
  }
  .ny21-section1 .body {
    display: block;
  }
  .ny21-section1 .left {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .ny21-section1 .left .title {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .ny21-section1 .left .item {
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0px 0px 19px 8px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    margin: 0 !important;
  }
  .ny21-section1 .left .item:nth-child(1) ~ .item {
    margin-top: 20px !important;
  }
  .ny21-section1 .left .item .text1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ny21-section1 .left .item .text2 {
    font-size: 14px;
  }
  .ny21-section1 .left .item .image {
    margin-top: 20px;
  }
  .ny21-section1 .left .item .price {
    font-size: 16px;
  }
  .ny21-section1 .right {
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    min-height: inherit;
    margin-left: 0;
    position: static;
    margin-top: 30px;
  }
  .ny21-section1 .right .text1 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .ny21-section1 .right .list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}
/* ==================== 内页21 - 板块一 End ==================== */
