<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-banner-box {
  position: relative;
  width: 100%;
  min-width: 1200px;
}

.header-swiper-container {
  height: 480px;
  width: 100%;
}
.swiper-one {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background: url(https://s2.wangxiaobao.com/www/about/news-bg.png) no-repeat
    center center;
  background-size: cover;
}

.swiper-text-white {
  position: absolute;
  z-index: 1;
  top: 169px;
  left: 0;
}

.swiper-text-white h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 6px;
}

.swiper-text-white p {
  font-weight: 500;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}

.swiper-content {
  position: relative;
  width: 1200px;
}
.swiper-content h1 {
  font-size: 52px;
  color: #fff;
}
.swiper-content span {
  font-size: 26px;
  color: #fff;
}

.news-list {
  width: 1220px;
  margin: 22px 0 40px 0;
  flex-wrap: wrap;
}

.news-item {
  position: relative;
  overflow: hidden;
  width: 384px;
  height: 344px;
  margin: 10px;
  border-radius: 6px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
}

.news-item:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.news-item:hover .new-img {
  transform: scale(1.24);
}
.news-desc {
  position: absolute;
  bottom: 0;
  width: 384px;
  height: 128px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
}

.new-img {
  transition: all 0.5s;
  width: 100%;
  height: 216px;
  object-fit: cover;
}
.news-desc p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  margin-top: 8px;
  font-weight: 500;

  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-desc span {
  color: rgba(0, 0, 0, 0.32);
  font-size: 14px;
  font-weight: 400;
}

/* 新闻详情页面 */
.state-detail-box {
  width: 1200px;
  margin: auto;
  padding: 76px 0 72px 0;
}

.state-detail-bread {
  margin-top: 20px;
}
.state-detail-bread .state-detail-link {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 400;
}

.state-detail-box .state-detail-content {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.state-detail-box .state-detail-content h2 {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.64);
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.state-detail-box .state-detail-content div {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.64);
  margin: 24px 0 40px 0;
}
.state-detail-box .state-detail-content p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.64);
}
.state-detail-box .state-detail-content img {
  margin: 0 auto;
  max-width: 800px;
  height: auto;
}

.more-news {
  width: 354px;
  margin-left: 48px;
  box-sizing: border-box;
  padding: 16px 24px;
  background: #fafafa;
}

.more-news .more {
  margin-bottom: 20px;
}

.more-news .more img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.more-news-item .news-item-img {
  width: 306px;
  height: 172px;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.more-news-item:hover .news-item-img img {
  transform: scale(1.24);
}
.more-news-item .news-item-img img {
  transition: all 0.5s;
  background: #fff;
  width: 306px;
  height: 172px;
  border-radius: 6px;
  object-fit: cover;
}
.more-news-item div {
  width: 306px;
  color: #333333;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
</pre></body></html>