/* ==================== 内页26 - 板块一 Start ==================== */
.ny26-section1 {
  padding-bottom: 5vw;
  background-color: #F8F9FC;
}
.ny26-section1 .body {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.left{
  width:100%;
}
.ny26-section1 .card {
  padding: 1.875vw;
  background-color: #fff;
  border-radius: 0.625vw;
  overflow: hidden;
}
.ny26-section1 .card:nth-child(1) ~ .card {
  margin-top: 1.25vw;
}
.ny26-section1 .card1 {
  padding-bottom: 5vw;
}
.ny26-section1 .card1 .head {
  padding-bottom: 1.875vw;
  border-bottom: 1px solid #f5f5f5;
}
.ny26-section1 .card1 .head h1 {
  font-size: 1.625vw;
  color: #000000;
  line-height: 1.2;
}
.ny26-section1 .card1 .head .time {
  margin-top: 0.625vw;
  font-size: 0.875vw;
  color: #666666;
  line-height: 1.4;
}
.ny26-section1 .card1 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
}
.ny26-section1 .card1 .top .user {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny26-section1 .card1 .top .avatar, .ny26-section1 .card3 .top .avatar {
  width: 3.438vw;
  height: 3.438vw;
  line-height: 1;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.625vw;
}
.ny26-section1 .card1 .top .name {
  font-size: 1.125vw;
  color: #000000;
  line-height: 1.2;
}
.ny26-section1 .card1 .top .reply {
  width: 3.75vw;
}
.ny26-section1 .card1 .desc {
  font-size: 1vw;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 2.813vw;
}
.ny26-section1 .card1 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ny26-section1 .card1 .item {
  width: 19%;
  margin-right: 1.25%;
}
.ny26-section1 .card1 .item:nth-child(5n) {
  margin-right: 0;
}
.ny26-section1 .card1 .item:nth-child(5) ~ .item {
  margin-top: 1.25%;
}
.ny26-section1 .card2 {
  padding-bottom: 3.125vw;
}
.ny26-section1 .card2 .text1 {
  font-size: 1.125vw;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 3.75vw;
}
.ny26-section1 .card2 .itembox {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.ny26-section1 .card2 .itembox .item {
  width: 25%;
  text-align: center;
  position: relative;
}
.ny26-section1 .card2 .itembox .item.active:after {
  background-color: #4cb848;
}
.ny26-section1 .card2 .itembox .item:after {
  content: "";
  display: block;
  width: 78%;
  height: 0.188vw;
  background-color: #F4F4F4;
  position: absolute;
  top: 0.625vw;
  left: 60%;
}
.ny26-section1 .card2 .itembox .item.active .icon {
  background-image: url(../images/ny26/img004@60x60.png);
}
.ny26-section1 .card2 .itembox .item:last-child {
  margin-right: 0;
}
.ny26-section1 .card2 .itembox .item:last-child:after {
  display: none;
}
.ny26-section1 .card2 .itembox .item .icon {
  width: 1.625vw;
  height: 1.625vw;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/ny26/img005@60x60.png) no-repeat center;
  background-size: 100%;
  position: relative;
}
.ny26-section1 .card2 .itembox .item .info {
  margin-top: 0.625vw;
}
.ny26-section1 .card2 .itembox .item .title {
  font-size: 1vw;
  line-height: 1.1;
  color: #000000;
}
.ny26-section1 .card2 .itembox .item .time {
  margin-top: 0.313vw;
  line-height: 1.1;
  font-size: 0.875vw;
  color: #666666;
}
.ny26-section1 .card2 .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75vw;
}
.ny26-section1 .card2 .btn-group .btn {
  width: 20.625vw;
  height: 2.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25vw;
  border: solid 1px #333333;
  margin-right: 1.875vw;
  font-size: 1vw;
  color: #333;
  cursor: pointer;
}
.ny26-section1 .card2 .btn-group .btn:first-child {
  border-color: #4cb848;
  color: #4cb848;
}
.ny26-section1 .card2 .btn-group .btn:last-child {
  margin-right: 0;
}
.ny26-section1 .card2 .number {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2.5vw;
}
.ny26-section1 .card2 .number .text {
  margin-left: 0.625vw;
  font-size: 1vw;
  color: #272727;
  line-height: 1.1;
}
.ny26-section1 .card2 .itembox2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ny26-section1 .card2 .itembox2 .item {
  width: 2.125vw;
  height: 2.125vw;
  border-radius: 100%;
  overflow: hidden;
}
.ny26-section1 .card2 .itembox2 .item:first-child ~ .item {
  margin-left: -0.75vw;
}
.ny26-section1 .card2 .line-list {
  margin-top: 2.5vw;
  width: 36.25vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ny26-section1 .card2 .line-list .line-item {
  display: block;
  white-space: nowrap;
}
.ny26-section1 .card2 .line-list .line-item:first-child {
  margin-right: 0.188vw;
}
.ny26-section1 .card2 .line-list .line-item:first-child .line {
  border-top-left-radius: 0.188vw;
  border-bottom-left-radius: 0.188vw;
}
.ny26-section1 .card2 .line-list .line-item:nth-child(2) {
  text-align: right;
}
.ny26-section1 .card2 .line-list .line-item:nth-child(2) .line {
  background-color: #3782fe;
  border-top-right-radius: 0.188vw;
  border-bottom-right-radius: 0.188vw;
}
.ny26-section1 .card2 .line-list .line-item .line {
  height: 0.438vw;
  background-color: #46b035;
  min-width: 100%!important;
}
.ny26-section1 .card2 .line-list .line-item .text {
  font-size: 0.875vw;
  color: #272727;
  margin-top: 0.625vw;
}
.ny26-section1 .card3 .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.875vw;
}
.ny26-section1 .card3 .top .icon {
  flex-shrink: 0;
  width: 3.438vw;
  height: 3.438vw;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4cb848;
  margin-right: 0.5vw;
}
.ny26-section1 .card3 .top .icon img {
  width: 1.875vw;
  display: block;
  line-height: 1;
}
.ny26-section1 .card3 .top .info {
  min-width: 0;
  flex-grow: 1;
}
.ny26-section1 .card3 .top .info .text1 {
  font-size: 1.125vw;
  color: #000000;
  line-height: 1.1;
}
.ny26-section1 .card3 .top .info .text2 {
  margin-top: 0.5vw;
  color: #666666;
  font-size: 0.875vw;
}
.ny26-section1 .card3 .top .reply {
  padding: 0.375vw 1.375vw;
  border-radius: 6.25vw;
  background-color: #F4F4F4;
  font-size: 0.875vw;
  color: #000;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.4s;
}
.ny26-section1 .card3 .top .reply:hover {
  color: #fff;
  background-color: #4cb848;
}
.ny26-section1 .card3 .desc {
  font-size: 1vw;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 1600px) {
  .ny26-section1 {
    padding-bottom: 80px;
  }
  .ny26-section1 .card {
    padding: 30px;
    border-radius: 10px;
  }
  .ny26-section1 .card:nth-child(1) ~ .card {
    margin-top: 20px;
  }
  .ny26-section1 .card1 {
    padding-bottom: 80px;
  }
  .ny26-section1 .card1 .head {
    padding-bottom: 30px;
  }
  .ny26-section1 .card1 .head h1 {
    font-size: 26px;
  }
  .ny26-section1 .card1 .head .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny26-section1 .card1 .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ny26-section1 .card1 .top .avatar {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
  .ny26-section1 .card1 .top .name {
    font-size: 18px;
  }
  .ny26-section1 .card1 .top .reply {
    width: 60px;
  }
  .ny26-section1 .card1 .desc {
    font-size: 16px;
    margin-bottom: 45px;
  }
  .ny26-section1 .card2 {
    padding-bottom: 50px;
  }
  .ny26-section1 .card2 .text1 {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .ny26-section1 .card2 .itembox .item:after {
    height: 3px;
    top: 10px;
  }
  .ny26-section1 .card2 .itembox .item .icon {
    width: 26px;
    height: 26px;
  }
  .ny26-section1 .card2 .itembox .item .info {
    margin-top: 10px;
  }
  .ny26-section1 .card2 .itembox .item .title {
    font-size: 16px;
  }
  .ny26-section1 .card2 .itembox .item .time {
    margin-top: 5px;
    font-size: 14px;
  }
  .ny26-section1 .card2 .btn-group {
    margin-top: 60px;
  }
  .ny26-section1 .card2 .btn-group .btn {
    width: 330px;
    height: 40px;
    border-radius: 100px;
    margin-right: 30px;
    font-size: 16px;
  }
  .ny26-section1 .card2 .number {
    margin-top: 40px;
  }
  .ny26-section1 .card2 .number .text {
    margin-left: 10px;
    font-size: 16px;
  }
  .ny26-section1 .card2 .itembox2 .item {
    width: 34px;
    height: 34px;
  }
  .ny26-section1 .card2 .itembox2 .item:first-child ~ .item {
    margin-left: -12px;
  }
  .ny26-section1 .card2 .line-list {
    margin-top: 40px;
    width: 580px;
  }
  .ny26-section1 .card2 .line-list .line-item:first-child {
    margin-right: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item:first-child .line {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item:nth-child(2) .line {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item .line {
    height: 7px;
    min-width: 100%!important;
  }
  .ny26-section1 .card2 .line-list .line-item .text {
    font-size: 14px;
    margin-top: 10px;
  }
  .ny26-section1 .card3 .top {
    margin-bottom: 30px;
  }
  .ny26-section1 .card3 .top .icon {
    width: 55px;
    height: 55px;
    margin-right: 8px;
  }
  .ny26-section1 .card3 .top .icon img {
    width: 30px;
  }
  .ny26-section1 .card3 .top .info .text1 {
    font-size: 18px;
  }
  .ny26-section1 .card3 .top .info .text2 {
    margin-top: 8px;
    font-size: 14px;
  }
  .ny26-section1 .card3 .top .reply {
    padding: 6px 22px;
    border-radius: 100px;
    font-size: 14px;
  }
  .ny26-section1 .card3 .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ny26-section1 {
    padding-bottom: 20px;
  }
  .ny26-section1 .body {
    display: block;
  }
  .ny26-section1 .card {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .ny26-section1 .card:nth-child(1) ~ .card {
    margin-top: 20px;
  }
  .ny26-section1 .card1 {
    padding-bottom: 20px;
  }
  .ny26-section1 .card1 .head {
    padding-bottom: 20px;
  }
  .ny26-section1 .card1 .head h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  .ny26-section1 .card1 .head .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny26-section1 .card1 .top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ny26-section1 .card1 .top .avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .ny26-section1 .card1 .top .name {
    font-size: 14px;
  }
  .ny26-section1 .card1 .top .reply {
    width: 40px;
  }
  .ny26-section1 .card1 .desc {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .ny26-section1 .card1 .item {
    width: 48%;
    margin: 0 !important;
  }
  .ny26-section1 .card1 .item:nth-child(2n) {
    margin-left: 4% !important;
  }
  .ny26-section1 .card1 .item:nth-child(2) ~ .item {
    margin-top: 4% !important;
  }
  .ny26-section1 .card2 {
    padding-bottom: 30px;
  }
  .ny26-section1 .card2 .text1 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ny26-section1 .card2 .itembox {
    display: block;
  }
  .ny26-section1 .card2 .itembox .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ny26-section1 .card2 .itembox .item:first-child ~ .item {
    margin-top: 20px;
  }
  .ny26-section1 .card2 .itembox .item::after {
    display: none;
  }
  .ny26-section1 .card2 .itembox .item:after {
    height: 3px;
    top: 10px;
  }
  .ny26-section1 .card2 .itembox .item .icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  .ny26-section1 .card2 .itembox .item .info {
    min-width: 0;
    flex-grow: 1;
    margin-top: 10px;
    text-align: left;
  }
  .ny26-section1 .card2 .itembox .item .title {
    font-size: 14px;
  }
  .ny26-section1 .card2 .itembox .item .time {
    margin-top: 10px;
    font-size: 14px;
  }
  .ny26-section1 .card2 .btn-group {
    margin-top: 30px;
    display: block;
  }
  .ny26-section1 .card2 .btn-group .btn {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    margin-right: 30px;
    font-size: 14px;
  }
  .ny26-section1 .card2 .btn-group .btn:first-child {
    margin-bottom: 10px;
  }
  .ny26-section1 .card2 .number {
    margin-top: 40px;
  }
  .ny26-section1 .card2 .number .text {
    margin-left: 10px;
    font-size: 14px;
  }
  .ny26-section1 .card2 .itembox2 .item {
    width: 30px;
    height: 30px;
  }
  .ny26-section1 .card2 .itembox2 .item:first-child ~ .item {
    margin-left: -6px;
  }
  .ny26-section1 .card2 .line-list {
    margin-top: 40px;
    width: 100%;
    display: block;
  }
  .ny26-section1 .card2 .line-list .line-item {
    min-width: inherit;
    margin-bottom: 20px;
    width: 100%!important;
  }
  .ny26-section1 .card2 .line-list .line-item:last-child {
    margin-bottom: 0;
  }
  .ny26-section1 .card2 .line-list .line-item:first-child {
    margin-right: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item:first-child .line {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item:nth-child(2) {
    text-align: left;
  }
  .ny26-section1 .card2 .line-list .line-item:nth-child(2) .line {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .ny26-section1 .card2 .line-list .line-item .line {
    height: 4px;
    min-width: inherit!important;
  }
  .ny26-section1 .card2 .line-list .line-item .text {
    font-size: 14px;
    margin-top: 5px;
  }
  .ny26-section1 .card3 .top {
    margin-bottom: 30px;
  }
  .ny26-section1 .card3 .top .icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .ny26-section1 .card3 .top .icon img {
    width: 25px;
  }
  .ny26-section1 .card3 .top .info .text1 {
    font-size: 16px;
  }
  .ny26-section1 .card3 .top .info .text2 {
    margin-top: 8px;
    font-size: 12px;
  }
  .ny26-section1 .card3 .top .reply {
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
  }
  .ny26-section1 .card3 .desc {
    font-size: 14px;
  }
}
/* ==================== 内页26 - 板块一 End ==================== */
