/* nyNewsRec start */
.nyNewsRec {
  margin: 80px auto;
}

.nyNewsRec ul {
  margin: 0 -20px;
}

.nyNewsRec ul li {
  width: 33.333333%;
  padding: 0 20px;
  float: left;
}

.nyNewsRec ul li .nyNewsRec_con {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 4px solid #dfdfdf;

}

.nyNewsRec ul li .nyNewsRec_con:hover {
  background-color: #00a662;
  border-bottom: 4px solid #008c53;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text {
  padding: 24px 32px;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_text a.nyNewsRec_name {
  color: #fff;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_name em {
  display: block;
  width: 3px;
  height: 22px;
  margin: 5px 10px 5px 0;
  background-color: #00a662;
  float: left;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_text a.nyNewsRec_name em {
  background-color: #fff;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_more {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_text a.nyNewsRec_more {
  color: rgba(255, 255, 255, .65);
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_text a.nyNewsRec_more i {
  margin: -2px 0 0 24px;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_more i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyNewsRec ul li .nyNewsRec_con .nyNewsRec_text a.nyNewsRec_more i svg path {
  fill: #00a662;
}

.nyNewsRec ul li .nyNewsRec_con:hover .nyNewsRec_text a.nyNewsRec_more i svg path {
  fill: #ffffff;
}

/* nyNewsRec end */


/* nyNewsList start */
.nyNewsList {
  margin: 80px auto;
}

.nyNewsList ul {
  margin-bottom: 40px;
}

.nyNewsList ul li {
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #fff;

  border-bottom: 3px solid #dfdfdf;
}

.nyNewsList ul li:hover {
  background-color: #00a662;
  border-bottom: 3px solid #008c53;
}

.nyNewsList ul li .nyNewsList_con {
  position: relative;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_time {
  width: 160px;
  height: 130px;
  overflow: hidden;
  padding: 20px 40px;
  border-right: 1px solid #e6e6e6;
  float: left;
}

.nyNewsList ul li:hover .nyNewsList_con .nyNewsList_time {
  border-right: 1px solid #008c53;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_time em {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 18px;
  font-family: "OutfitRegular";
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 68px;
  font-family: "OutfitRegular";
  text-align: center;
}

.nyNewsList ul li:hover .nyNewsList_con .nyNewsList_time em,
.nyNewsList ul li:hover .nyNewsList_con .nyNewsList_time span {
  color: #fff;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_text {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  padding: 0 60px;
  float: right;
}

.nyNewsList ul li .nyNewsList_con a.nyNewsList_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyNewsList ul li:hover .nyNewsList_con a.nyNewsList_name {
  color: #fff;
}

.nyNewsList ul li .nyNewsList_con p {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin: 12px auto 24px;
}

.nyNewsList ul li:hover .nyNewsList_con p {
  color: rgba(255, 255, 255, .45);
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_more a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
}

.nyNewsList ul li:hover .nyNewsList_con .nyNewsList_more a {
  color: #fff;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.nyNewsList ul li .nyNewsList_con:hover .nyNewsList_more a i {
  margin: -2px 0 0 24px;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyNewsList ul li .nyNewsList_con .nyNewsList_more a i svg path {
  fill: #00a662;
}

.nyNewsList ul li:hover .nyNewsList_con .nyNewsList_more a i svg path {
  fill: #ffffff;
}

/* nyNewsList end */


@media (max-width:1680px) {
  .nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
    font-size: 24px;
  }

  .nyNewsList ul li .nyNewsList_con p {
    font-size: 16px;
    margin: 12px auto 24px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .nyNewsList ul li .nyNewsList_con a.nyNewsList_name {
    font-size: 22px;
  }

  .nyNewsList ul li .nyNewsList_con p {
    max-height: 60px;
    line-height: 30px;
    font-size: 15px;
    margin: 10px auto 20px;
  }

}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .nyNewsList {
    margin: 60px auto 30px;
  }

  .nyNewsList ul {
    margin-bottom: 30px;
  }

  .nyNewsList ul li .nyNewsList_con {
    padding: 30px 0;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_text {
    width: calc(100% - 110px);
  }
}

@media (max-width:1080px) {
  .nyNewsList ul li .nyNewsList_con .nyNewsList_time {
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time em {
    margin-bottom: 2px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
    font-size: 22px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_text {
    width: calc(100% - 100px);
  }

  .nyNewsList ul li .nyNewsList_con a.nyNewsList_name {
    font-size: 20px;
  }

  .nyNewsList ul li .nyNewsList_con p {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin: 10px auto 20px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {

  .nyNewsList ul {
    margin-bottom: 40px;
  }

  .nyNewsList ul li .nyNewsList_con {
    padding: 24px 0;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
    font-size: 20px;
  }

  .nyNewsList ul li .nyNewsList_con a.nyNewsList_name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width:820px) {

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time {
    width: 64px;
    height: 64px;
    padding: 10px 0;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time em {
    height: 18px;
    line-height: 18px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
    height: 26px;
    line-height: 26px;
    font-size: 20px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_text {
    width: calc(100% - 88px);
  }

  .nyNewsList ul li .nyNewsList_con p {
    margin: 8px auto 18px;
  }
}

@media (max-width:767px) {
  .nyNewsList {
    margin: 0 auto 20px;
  }

  .nyNewsList ul {
    margin-bottom: 20px;
  }

  .nyNewsList ul li .nyNewsList_con {
    padding: 20px 0;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_text {
    width: calc(100% - 84px);
  }

  .nyNewsList ul li .nyNewsList_con a.nyNewsList_name {
    height: auto;
    white-space: inherit;
    text-overflow: inherit;
    word-break: break-all;
  }

  .nyNewsList ul li .nyNewsList_con p {
    margin: 8px auto 16px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time {
    width: auto;
    height: auto;
    padding: 4px 10px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time em,
  .nyNewsList ul li .nyNewsList_con .nyNewsList_time span {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-right: -2px;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_time em::after {
    content: '-';
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    vertical-align: top;
  }

  .nyNewsList ul li .nyNewsList_con .nyNewsList_text {
    width: 100%;
    margin-top: 10px;
  }
}