<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  overflow: hidden;
}

.banner-360 {
  height: 360px;
}

.banner img {
  width: 100%;
  height: 100%;
}

.swiper-banner {
  height: 576px;
}

.swiper-banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-banner .swiper-pagination-bullet-active {
  background-color: #791f20;
}

.swiper-news .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-news .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-news .swiper-news-pagination {
  bottom: 36px;
}

.swiper-slide a,
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-college .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-college .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.swiper-college .swiper-college-pagination {
  bottom: 30px;
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
	
.swiper-slide {
  position: relative;
}

.swiper-slide h3 {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: rgb(255, 255, 255, 0.85);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: fit-content;
  padding: 30px 20px;
}</pre></body></html>