/* nyArticleRec start */
.nyArticleRec {
  margin: 80px auto;
}

.nyArticleRec ul {
  margin: 0 -20px;
}

.nyArticleRec ul li {
  width: 33.333333%;
  padding: 0 20px;
  float: left;
}

.nyArticleRec ul li .nyArticleRec_con {
  overflow: hidden;
  background-color: #fff;
  border-bottom: 4px solid #dfdfdf;
  border-radius: 8px;
}

.nyArticleRec ul li .nyArticleRec_con:hover {
  background-color: #fbcc30;
  border-bottom: 4px solid #2d8780;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
  width: 100%;
  height: 284px;
  overflow: hidden;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nyArticleRec ul li .nyArticleRec_con:hover .nyArticleRec_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img a em {
  display: block;
  width: 100px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  background-color: rgba(45, 135, 128, .6);
  border-radius: 0 0 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
  padding: 24px 32px;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_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;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
  display: block;
  width: 3px;
  height: 22px;
  margin: 5px 10px 5px 0;
  background-color: #fbcc30;
  float: left;
}

.nyArticleRec ul li .nyArticleRec_con:hover .nyArticleRec_text a.nyArticleRec_name em {
  background-color: #2d8780;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
}

.nyArticleRec ul li .nyArticleRec_con:hover .nyArticleRec_text a.nyArticleRec_more {
  color: #2d8780;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.nyArticleRec ul li .nyArticleRec_con:hover .nyArticleRec_text a.nyArticleRec_more i {
  margin: -2px 0 0 24px;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more i svg path {
  fill: #fbcc30;
}

.nyArticleRec ul li .nyArticleRec_con:hover .nyArticleRec_text a.nyArticleRec_more i svg path {
  fill: #2d8780;
}

/* nyArticleRec end */


/* nyArticleList start */
.nyArticleList {
  margin: 80px auto;
}

.nyArticleList ul {
  margin-bottom: 40px;
}

.nyArticleList ul li {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 8px;
  border-bottom: 3px solid #dfdfdf;
  position: relative;
}

.nyArticleList ul li:hover {
  background-color: #fbcc30;
  border-bottom: 3px solid #2d8780;
}

.nyArticleList ul li .nyArticleList_con {
  position: relative;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_time {
  width: 160px;
  height: 130px;
  overflow: hidden;
  padding: 20px 40px;
  border-right: 1px solid #e6e6e6;
  float: left;
}

.nyArticleList ul li:hover .nyArticleList_con .nyArticleList_time {
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_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;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_time span {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #222;
  font-size: 68px;
  font-family: "OutfitRegular";
  text-align: center;
}

.nyArticleList ul li:hover .nyArticleList_con .nyArticleList_time em,
.nyArticleList ul li:hover .nyArticleList_con .nyArticleList_time span {
  color: #222;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_text {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  padding: 0 60px;
  float: right;
}

.nyArticleList ul li .nyArticleList_con a.nyArticleList_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;
}

.nyArticleList ul li:hover .nyArticleList_con a.nyArticleList_name {
  color: #222;
}

.nyArticleList ul li .nyArticleList_con p {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: justify;
  margin: 12px auto 24px;
}

.nyArticleList ul li:hover .nyArticleList_con p {
  color: rgba(0, 0, 0, .65);
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_more a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
  vertical-align: top;
}

.nyArticleList ul li:hover .nyArticleList_con .nyArticleList_more a {
  color: #2d8780;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_more a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
}

.nyArticleList ul li .nyArticleList_con:hover .nyArticleList_more a i {
  margin: -2px 0 0 24px;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.nyArticleList ul li .nyArticleList_con .nyArticleList_more a i svg path {
  fill: #fbcc30;
}

.nyArticleList ul li:hover .nyArticleList_con .nyArticleList_more a i svg path {
  fill: #2d8780;
}

.nyArticleList ul li .tips {
  width: 90px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.nyArticleList ul li:hover .tips {
  background-color: rgba(0, 0, 0, .45);
}

/* nyArticleList end */


@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {

  .nyArticleRec,
  .nyArticleList {
    margin: 60px auto;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 255px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
    padding: 20px 30px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
    height: 20px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more,
  .nyArticleList ul li .nyArticleList_con .nyArticleList_more a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more i,
  .nyArticleList ul li .nyArticleList_con .nyArticleList_more a i {
    width: 15px;
    height: 15px;
  }


  .nyArticleList ul li .nyArticleList_con .nyArticleList_time {
    width: 160px;
    height: 120px;
    padding: 20px 30px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time em {
    font-size: 16px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time span {
    height: 50px;
    line-height: 50px;
    font-size: 60px;
  }

  .nyArticleList ul li .nyArticleList_con a.nyArticleList_name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .nyArticleList ul li .nyArticleList_con p {
    font-size: 15px;
    margin: 10px auto 20px;
  }

}

@media (max-width:1366px) {
  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 240px;
  }
}

@media (max-width:1280px) {
  .nyArticleRec ul li .nyArticleRec_con {
    border-bottom: 3px solid #dfdfdf;
  }

  .nyArticleRec ul li .nyArticleRec_con:hover {
    border-bottom: 3px solid #2d8780;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 225px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
    padding: 16px 20px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name {
    font-size: 18px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
    height: 18px;
    margin: 6px 10px 6px 0;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more,
  .nyArticleList ul li .nyArticleList_con .nyArticleList_more a {
    font-size: 14px;
  }

  .nyArticleList ul li {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 2px solid #dfdfdf;
  }

  .nyArticleList ul li:hover {
    border-bottom: 2px solid #2d8780;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time {
    width: 140px;
    height: auto;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time em {
    font-size: 14px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time span {
    height: 44px;
    line-height: 44px;
    font-size: 52px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 140px);
    padding: 0 40px;
  }

  .nyArticleList ul li .nyArticleList_con p {
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1200px) {
  .nyArticleRec ul {
    margin: 0 -16px;
  }

  .nyArticleRec ul li {
    padding: 0 16px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 220px;
  }


}

@media (max-width:1080px) {
  .nyArticleRec ul {
    margin: 0 -12px;
  }

  .nyArticleRec ul li {
    padding: 0 12px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 196px;
  }

}

@media (max-width:1024px) {
  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 182px;
  }
}

@media (max-width:920px) {

  .nyArticleRec,
  .nyArticleList {
    margin: 40px auto;
  }

  .nyArticleRec ul {
    margin: 0 -10px;
  }

  .nyArticleRec ul li {
    padding: 0 10px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 180px;
  }

  .nyArticleList ul {
    margin-bottom: 20px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time {
    width: 120px;
    height: auto;
    padding: 10px 20px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 120px);
    padding: 0 30px;
  }
}

@media (max-width:820px) {

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 160px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
    padding: 12px 20px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
    height: 16px;
    margin: 7px 10px 7px 0;
  }

  .nyArticleList ul li { padding: 40px 0 20px;}

  .nyArticleList ul li .nyArticleList_con a.nyArticleList_name {
    font-size: 16px;
  }

  .nyArticleList ul li .nyArticleList_con p {
    margin: 5px auto 15px;
  }

}

@media (max-width:767px) {

  .nyArticleRec {
    margin: 40px auto 20px;
  }

  .nyArticleList {
    margin: 20px auto 40px;
  }

  .nyArticleRec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .nyArticleRec ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 230px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
    padding: 16px 20px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
    height: 20px;
    margin: 5px 10px 5px 0;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more {
    font-size: 15px;
  }


  .nyArticleList ul li .nyArticleList_con .nyArticleList_time {
    width: 100px;
    height: auto;
    padding: 0 20px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_text {
    width: calc(100% - 100px);
    padding: 0 20px;
  }

  .nyArticleList ul li .nyArticleList_con p {
    overflow: hidden;
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_more a {
    font-size: 14px;
  }
}

@media (max-width:390px) {
  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 200px;
  }
}

@media (max-width:320px) {

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 180px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text {
    padding: 12px 20px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_name em {
    height: 18px;
    margin: 6px 10px 6px 0;
  }

  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_text a.nyArticleRec_more {
    font-size: 14px;
  }


  .nyArticleList ul li .nyArticleList_con .nyArticleList_time {
    width: auto;
    height: auto;
    padding: 0 20px;
    border-right: 0 !important;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time em,
  .nyArticleList ul li .nyArticleList_con .nyArticleList_time span {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin-right: -2px;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time em {
    margin-bottom: 0;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_time em::after {
    content: '-';
    display: inline-block;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 0;
    vertical-align: top;
  }

  .nyArticleList ul li:hover .nyArticleList_con .nyArticleList_time em,
  .nyArticleList ul li:hover .nyArticleList_con .nyArticleList_time span {
    color: #222;
  }

  .nyArticleList ul li .nyArticleList_con .nyArticleList_text {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width:280px) {
  .nyArticleRec ul li .nyArticleRec_con .nyArticleRec_img {
    height: 160px;
  }
}