@charset "UTF-8";
.banner {
  height: 550px;
}
.banner .banner-swiper .banner-swiper-slide {
  background: url("/public/home/img/news/banner.png");
  height: 500px;
}
.banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.banner .banner-swiper .banner-swiper-slide .banner-text .dev-banner-text2 {
  font-size: 20px;
}

.news .news-nav {
  text-align: center;
  margin: 38px 0;
  font-size: 20px;
}
.news .news-nav-item {
  cursor: pointer;
}
.news .news-nav-item:hover {
  color: #0061FE;
}
.news .news-nav .item-active {
  color: #0061FE;
}
.news .news-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news .news-content > div {
  cursor: pointer;
  margin-left: -1px;
  margin-bottom: -1px;
  border: 1px solid rgba(25, 21, 42, 0.5);
  padding: 3%;
  width: 26%;
  min-width: 300px;
}
.news .news-content > div img {
  width: 100%;
  margin: 0;
}
.news .news-content > div .bsn-item-name {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.news .news-content > div .bsn-item-text {
  color: #908E98;
  font-size: 16px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
}

#pagination-box {
  margin: 80px 0 100px;
}/*# sourceMappingURL=news.css.map */<!--0.00025391578674316-->