.news .swiper-button-prev,
.news .swiper-button-next {
  width: 56px;
  height: 56px;
  background-image: url("./vendor/Common/images/home/lbt-left-btn.png");
  background-size: 100%;
}
.news .swiper-button-next {
  transform: rotate(180deg);
}
.news .list-wrap .con .li {
  position: relative;
  margin-top: 40px;
  flex: 1;
  height: 480px;
  color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s ease;
  margin-right: 20px;
}
.news .list-wrap .con .li .p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  opacity: 0;
  transition: all 0.4s ease 0.4s;
}
.news .list-wrap .con .li .h5 {
  margin-top: 4px;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 28px;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.news .list-wrap .con .li .h4 {
  font-size: 24px;
  font-weight: 700 !important;
  line-height: 32px;
  transition: all 0.4s ease;
}
.news .list-wrap .con .li:last-child {
  margin-right: 0;
}
.news .list-wrap .con .li .pad {
  padding: 0 32px;
  transition: 0.4s ease-in-out;
  position: absolute;
  bottom: -376px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.news .list-wrap .con .current {
  flex: 1.2;
}
.news .list-wrap .con .current .pad {
  bottom: 0px;
  justify-content: flex-end;
}
.news .list-wrap .con .current .p {
  opacity: 1;
}
.news .list-wrap .con .current .tit {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news .list-wrap .con .current .tit .h5 {
  margin-left: 10px;
  opacity: 1;
  margin-bottom: 0;
}
.news .banner-wrap,
.news .news-banner {
  height: 440px;
}
.news .banner-wrap .swiper-slide .p,
.news .news-banner .swiper-slide .p {
  width: 50%;
  margin-top: 24px;
  font-size: 18px;
  color: #505463;
  line-height: 26px;
}
.news .banner-wrap .swiper-slide .p::before,
.news .news-banner .swiper-slide .p::before {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  vertical-align: top;
  background: linear-gradient(180deg, #53a3ff, #296afd);
}
.news .banner-wrap .swiper-slide .h2,
.news .news-banner .swiper-slide .h2 {
  margin-bottom: 8px;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 60px;
}
.news .banner-wrap .c,
.news .news-banner .c {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 767px) {
  .news .banner-wrap,
.news .news-banner {
    height: 260px;
  }
  .news .banner-wrap .swiper-slide,
.news .news-banner .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .news .banner-wrap .swiper-slide .h2,
.news .news-banner .swiper-slide .h2 {
    font-size: 24px;
  }
  .news .banner-wrap .swiper-slide .p,
.news .news-banner .swiper-slide .p {
    font-size: 14px;
  }
  .news .w100 .f-32 {
    font-size: 20px;
  }
  .news .list-wrap .con .li {
    height: auto;
    margin-right: 0;
  }
  .news .list-wrap .con .li .pad {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: 0px;
    justify-content: flex-end;
  }
  .news .list-wrap .con .li .pad .p {
    opacity: 1;
  }
  .news .list-wrap .con .li .pad .tit {
    display: block;
  }
  .news .list-wrap ul {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=news.css.map */