/* ==================== 内页24 - 板块一 Start ==================== */
.ny24-section1 {
  padding-top: 3.75vw;
  padding-bottom: 3.75vw;
}
.ny24-section1 .title {
  text-align: center;
  font-size: 2vw;
  color: #eefe3f;
  font-weight: bold;
  line-height: 1.1;
}
.ny24-section1 .itembox {
  width: 86.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #2B3F7B;
  border-top: 0;
  margin-top: 2.875vw;
  padding: 1.125vw;
}
.ny24-section1 .itembox:before {
  content: "";
  display: block;
  background: url(../images/ny24/img003@1384x46.png) no-repeat center;
  background-size: 100%;
  width: 86.5vw;
  height: 2.875vw;
  position: absolute;
  top: -2.875vw;
  left: 0;
}
.ny24-section1 .item {
  background: url(../images/ny24/img002@1343x109.jpg) repeat center;
  background-size: 100%;
  padding: 1.875vw 2.5vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.625vw;
}
.ny24-section1 .item:last-child {
  margin-bottom: 0;
}
.ny24-section1 .item .text1 {
  flex-shrink: 0;
  padding: 0.875vw 1.25vw;
  border-radius: 6.25vw;
  background-color: #4cb848;
  color: #fff;
  font-size: 1.125vw;
  margin-right: 2.813vw;
}
.ny24-section1 .item .info {
  font-size: 1.125vw;
  color: #ffffff;
  line-height: 1.8;
}
.ny24-section1 .item .info h5 {
  width: 1.688vw;
  height: 1.688vw;
  border-radius: 100%;
  background-color: #4cb848;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625vw;
  margin-left: 3.125vw;
}
@media screen and (min-width: 1600px) {
  .ny24-section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ny24-section1 .title {
    font-size: 32px;
  }
  .ny24-section1 .itembox {
    width: 1384px;
    margin-top: 46px;
    padding: 18px;
  }
  .ny24-section1 .itembox:before {
    width: 1384px;
    height: 46px;
    top: -46px;
  }
  .ny24-section1 .item {
    padding: 30px 40px;
    margin-bottom: 10px;
  }
  .ny24-section1 .item .text1 {
    padding: 14px 20px;
    border-radius: 100px;
    font-size: 18px;
    margin-right: 45px;
  }
  .ny24-section1 .item .info {
    font-size: 18px;
  }
  .ny24-section1 .item .info h5 {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ny24-section1 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 30px;
  }
  .ny24-section1 .title {
    font-size: 22px;
  }
  .ny24-section1 .itembox {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-top: 1px solid #2B3F7B;
  }
  .ny24-section1 .itembox:before {
    width: 100%;
    height: 23px;
    top: -23px;
  }
  .ny24-section1 .item {
    padding: 20px 10px;
    margin-bottom: 10px;
    display: block;
    background-size: cover;
  }
  .ny24-section1 .item .text1 {
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 14px;
    margin-right: 0;
    width: auto;
    display: table;
    margin-bottom: 15px;
  }
  .ny24-section1 .item .info {
    font-size: 14px;
  }
  .ny24-section1 .item .info h5 {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-left: 20px;
  }
}
/* ==================== 内页24 - 板块一 End ==================== */
/* ==================== 内页24 - 板块二 Start ==================== */
.ny24-section2 {
  background-color: #F8F9FC;
  padding-bottom: 5vw;
}
.ny24-section2 .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ny24-section2 .left {
  min-width: 0;
  flex-grow: 1;
  background-color: #fff;
  padding: 1.875vw;
  padding-bottom: 6.25vw;
  border-radius: 0.625vw;
}
.ny24-section2 .left .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny24-section2 .left .head .info {
  min-width: 0;
  flex-grow: 1;
}
.ny24-section2 .left .head .info .text1 {
  font-size: 1.625vw;
  font-weight: bold;
  color: #000;
}
.ny24-section2 .left .head .info .text2 {
  margin-top: 0.625vw;
  font-size: 1vw;
  color: #999999;
  line-height: 1.1;
}
.ny24-section2 .left .head .release {
  margin-left: 1.25vw;
  padding: 0.875vw 1.875vw;
  background-color: #4cb848;
  color: #fff;
  border-radius: 6.25vw;
  display: table;
}
.ny24-section2 .left .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4.125vw;
  padding-bottom: 3.125vw;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1.5vw;
}
.ny24-section2 .left .tabs .tab-item {
  margin-right: 6.25vw;
  font-size: 1.25vw;
  color: #888888;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
}
.ny24-section2 .left .tabs .tab-item.active {
  color: #000;
  font-weight: bold;
}
.ny24-section2 .left .tabs .tab-item.active:after {
  width: 1.875vw;
}
.ny24-section2 .left .tabs .tab-item:after {
  content: "";
  display: block;
  width: 0;
  height: 0.188vw;
  background-color: #4cb848;
  position: absolute;
  bottom: -1.25vw;
  left: 50%;
  transform: translateX(-50%);
}
.ny24-section2 .left .list-item {
  display: none;
}
.ny24-section2 .left .list-item.active {
  display: block;
}
.ny24-section2 .left .list-item .view {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.875vw;
  color: #999999;
  margin-right: 0.75vw;
}
.ny24-section2 .left .list-item .view:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: 1.25vw;
  line-height: 1;
  background: url(../images/ny24/img005@50x50.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.625vw;
}
.ny24-section2 .left .list-item .item {
  margin-bottom: 2.5vw;
}
.ny24-section2 .left .list-item .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.25vw;
  padding-bottom: 2.5vw;
}
.ny24-section2 .left .list-item .top .avatar {
  width: 3.25vw;
  height: 3.25vw;
  display: block;
  flex-shrink: 0;
  margin-right: 1.25vw;
  overflow: hidden;
  border-radius: 100%;
}
.ny24-section2 .left .list-item .top .info {
  min-width: 0;
  flex-grow: 1;
}
.ny24-section2 .left .list-item .top .title {
  font-size: 1vw;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  padding-top: 0.313vw;
}
.ny24-section2 .left .list-item .top .title:hover {
  color: #4cb848;
}
.ny24-section2 .left .list-item .top .time {
  margin-top: 0.625vw;
  font-size: 0.875vw;
  color: #666666;
  line-height: 1.1;
}
.ny24-section2 .left .list-item .bottom {
  background-color: #F7F8F9;
  padding: 1.25vw 1.625vw;
  display: flex;
  align-items: flex-start;
}
.ny24-section2 .left .list-item .bottom .icon {
  flex-shrink: 0;
  width: 2.125vw;
  height: 2.125vw;
  background-color: #4cb848;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25vw;
  margin-right: 1.25vw;
}
.ny24-section2 .left .list-item .bottom .icon img {
  display: block;
  line-height: 1;
  width: 1.563vw;
}
.ny24-section2 .left .list-item .bottom .info2 {
  min-width: 0;
  flex-grow: 1;
  padding-top: 0.313vw;
}
.ny24-section2 .left .list-item .bottom .text1 {
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.2;
}
.ny24-section2 .left .list-item .bottom .text2 {
  margin-top: 0.625vw;
  line-height: 1.8;
  font-size: 1vw;
  color: #888888;
}
@media screen and (min-width: 1600px) {
  .ny24-section2 .left {
    padding: 30px;
    border-radius: 10px;
    padding-bottom: 100px;
  }
  .ny24-section2 .left .head .info .text1 {
    font-size: 26px;
  }
  .ny24-section2 .left .head .info .text2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .ny24-section2 .left .head .release {
    margin-left: 20px;
    padding: 14px 30px;
    border-radius: 100px;
  }
  .ny24-section2 .left .tabs {
    padding-top: 66px;
    padding-bottom: 50px;
    margin-bottom: 24px;
  }
  .ny24-section2 .left .tabs .tab-item {
    margin-right: 100px;
    font-size: 20px;
  }
  .ny24-section2 .left .tabs .tab-item.active:after {
    width: 30px;
  }
  .ny24-section2 .left .tabs .tab-item:after {
    height: 3px;
    bottom: -20px;
  }
  .ny24-section2 .left .list-item .view {
    font-size: 14px;
    margin-right: 12px;
  }
  .ny24-section2 .left .list-item .view:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .ny24-section2 .left .list-item .item {
    margin-bottom: 40px;
  }
  .ny24-section2 .left .list-item .top {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .ny24-section2 .left .list-item .top .avatar {
    width: 52px;
    height: 52px;
    margin-right: 20px;
  }
  .ny24-section2 .left .list-item .top .title {
    font-size: 16px;
    padding-top: 5px;
  }
  .ny24-section2 .left .list-item .top .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny24-section2 .left .list-item .bottom {
    padding: 20px 26px;
  }
  .ny24-section2 .left .list-item .bottom .icon {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    margin-right: 20px;
  }
  .ny24-section2 .left .list-item .bottom .icon img {
    width: 25px;
  }
  .ny24-section2 .left .list-item .bottom .info2 {
    padding-top: 5px;
  }
  .ny24-section2 .left .list-item .bottom .text1 {
    font-size: 16px;
  }
  .ny24-section2 .left .list-item .bottom .text2 {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny24-section2 .body {
    display: block;
  }
  .ny24-section2 .left {
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .ny24-section2 .left .head {
    display: block;
  }
  .ny24-section2 .left .head .info .text1 {
    font-size: 20px;
  }
  .ny24-section2 .left .head .info .text2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny24-section2 .left .head .release {
    margin-left: 0;
    padding: 8px 20px;
    border-radius: 100px;
    margin-top: 20px;
  }
  .ny24-section2 .left .tabs {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .ny24-section2 .left .tabs .tab-item {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 50%;
    margin-right: 0;
    font-size: 16px;
    text-align: center;
  }
  .ny24-section2 .left .tabs .tab-item.active:after {
    width: 30px;
  }
  .ny24-section2 .left .tabs .tab-item:after {
    height: 3px;
    bottom: 0;
  }
  .ny24-section2 .left .list-item .view {
    font-size: 14px;
    margin-right: 0;
  }
  .ny24-section2 .left .list-item .view:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .ny24-section2 .left .list-item .item {
    margin-bottom: 20px;
  }
  .ny24-section2 .left .list-item .item:last-child {
    margin-bottom: 0;
  }
  .ny24-section2 .left .list-item .top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .ny24-section2 .left .list-item .top .avatar {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .ny24-section2 .left .list-item .top .title {
    font-size: 16px;
    padding-top: 0;
    line-height: 1.6;
  }
  .ny24-section2 .left .list-item .top .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny24-section2 .left .list-item .bottom {
    padding: 20px 10px;
  }
  .ny24-section2 .left .list-item .bottom .icon {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    margin-right: 20px;
  }
  .ny24-section2 .left .list-item .bottom .icon img {
    width: 25px;
  }
  .ny24-section2 .left .list-item .bottom .info2 {
    padding-top: 5px;
  }
  .ny24-section2 .left .list-item .bottom .text1 {
    font-size: 16px;
  }
  .ny24-section2 .left .list-item .bottom .text2 {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* ==================== 内页24 - 板块二 End ==================== */
/* ==================== 内页24 - 板块三 Start ==================== */
/* ==================== 内页24 - 板块三 End ==================== */
/* ==================== 内页24 - 板块四 Start ==================== */
/* ==================== 内页24 - 板块四 End ==================== */
/* ==================== 内页24 - 板块五 Start ==================== */
/* ==================== 内页24 - 板块五 End ==================== */
/* ==================== 内页24 - 板块六 Start ==================== */
/* ==================== 内页24 - 板块六 End ==================== */
/* ==================== 内页24 - 板块七 Start ==================== */
/* ==================== 内页24 - 板块七 End ==================== */
/* ==================== 内页24 - 板块八 Start ==================== */
/* ==================== 内页24 - 板块八 End ==================== */
