.section {
  padding: 60px 0 119px;
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
}

.section .wrap .list {
  margin: 0 0 6px;
}

.section .wrap .list .item {
  display: flex;
  margin-bottom: 86px;
}

.section .wrap .list .item .img {
  overflow: hidden;
  width: 520px;
  height: 364px;
}

.section .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .list .item .item-text {
  width: 880px;
  padding: 68px 58px 0 78px;
  position: relative;
  transition: 0.6s;
}

.section .wrap .list .item .item-text .date {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

.section .wrap .list .item .item-text .date .icon {
  width: 19px;
  margin-right: 20px;
}

.section .wrap .list .item .item-text .date p {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}

.section .wrap .list .item .item-text h5 {
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  transition: 0.6s;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 48px;
  transition: 0.6s;
}

.section .wrap .list .item .item-text>p {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 36px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section .wrap .list .item .item-text:after {
  content: "";
  width: 800px;
  height: 1px;
  background: #F2F2F2;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
}

.section .wrap .list .item:hover .img img {
  transform: scale(1.1);
}

.section .wrap .list .item:hover .item-text {
  background: #F8F8F8;
}

.section .wrap .list .item:hover .item-text h5 {
  color: #004EA2;
}

.section .wrap .list .item:hover .item-text:after {
  opacity: 0;
}

/*# sourceMappingURL=news.css.map */

@media screen and (max-width: 1919px) {
  .section {
    padding: 3.125vw 0px 6.1979166667vw;
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .list {
    margin: 0px 0px 0.3125vw;
  }

  .section .wrap .list .item {
    margin-bottom: 4.4791666667vw;
  }

  .section .wrap .list .item .img {
    width: 27.0833333333vw;
    height: 18.9583333333vw;
  }

  .section .wrap .list .item .item-text {
    width: 45.8333333333vw;
    padding: 3.5416666667vw 3.0208333333vw 0px 4.0625vw;
  }

  .section .wrap .list .item .item-text .date {
    margin-bottom: 1.9270833333vw;
  }

  .section .wrap .list .item .item-text .date .icon {
    width: 0.9895833333vw;
    margin-right: 1.0416666667vw;
  }

  .section .wrap .list .item .item-text .date p {
    font-size: 0.8333333333vw;
  }

  .section .wrap .list .item .item-text h5 {
    font-size: 1.25vw;
    margin-bottom: 2.5vw;
  }

  .section .wrap .list .item .item-text>p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
  }

  .section .wrap .list .item .item-text::after {
    width: 41.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .section{
    padding: 60px 0;
  }
  .section .wrap{
    width: 90%;
  }
  .news-links{
    margin-bottom: 30px;
  }
  .section .wrap .list .item .item-text .date p{
    font-size: 12px;
  }
  .section .wrap .list .item .item-text .date .icon{
    width: 16px;
    margin-right: 10px;
  }
  .section .wrap .list .item .item-text .date{
    margin-bottom: 20px;
  }
  .section .wrap .list .item .item-text h5{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section .wrap .list .item .img{
    width: 100%;
    height: auto;
  }
  .section .wrap .list .item{
    flex-direction: column;
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .section .wrap .list .item:not(:last-child){
    margin-bottom: 20px;
  }
  .section .wrap .list .item .item-text>p{
    font-size: 14px;
    line-height: 2;
  }
  .section .wrap .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section .wrap .list .item .item-text{
    padding: 20px;
    width: 100%;
    border: 1px solid #F2F2F2;
    border-top: none;
    flex: 1;
  }
  .section .wrap .list .item .item-text::after{
    display: none;
  }
  .section .wrap .list{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 820px) {
  .section .wrap .list .item{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
  .section .wrap .list .item .item-text h5 {
    font-size: 18px;
  }
}