/* 轮播图 */
#banner {
  width: 100%;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: 5rem;
  margin: 0 auto;
  object-fit: cover;
}
.swiper-slide .banner-content {
  position: absolute;
  top: 2.2rem;
  left: 19.4vw;
  z-index: 100;
  color: #FFF;
  text-align: left;
}
.swiper-slide .banner-content .banner-title {
  height: 0.48rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.44rem;
  color: #FFFFFF;
  line-height: 0.48rem;
  text-shadow: 0 0 0 rgba(0,0,0,0.5);
}
.swiper-slide .banner-content .banner-des {
  margin-top: 0.27rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.44rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
.swiper-slide .banner-content .banner-sub-des {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.44rem;
  text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
#banner .swiper-slide:first-child .banner-title {
  color: #34818A;
}
#banner .swiper-slide:first-child .banner-des {
  color: #105263;
}
#banner .swiper-pagination {
  text-align: left;
  padding-left: 75.3vw;
}
#banner .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: transparent;
}
#banner .swiper-pagination-bullet-active {
  border-color: #B8BEC5;
}
#banner .swiper-pagination-bullet .circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 0.07rem;
  background: #B8BEC5;
}
/* 关于我们 */
.news-wrapper {
  padding-top: 0.4rem;
  text-align: center;
}
.news-wrapper .header {
  width: 8.8rem;
  margin: 0 auto;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-wrapper .header .title {
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #2DA0BC;
}
.news-wrapper .header .title .line {
  height: 0.04rem;
  background: linear-gradient( 163deg, #0FC5B6 0%, #5172C3 100%);
}
.tab {
  margin-top: 0.36rem;
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
}
.tab-content {
  width: 8.8rem;
  height: 0.52rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.tab-item {
  margin-left: 0.16rem;
  padding: 0.12rem 0.2rem;
  background: #D8D8D8;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #333333;
  list-style: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tab-item:first-child {
  margin-left: 0;
}
.tab-item.active, .tab-item:hover {
  background: linear-gradient( 145deg, #0FC5B6 0%, #5172C3 100%);
  color: #FFFFFF;
}
.rich-text, .file-list, .news-list {
  width: 8.8rem;
  /* min-height: 8.01rem; */
  margin: 0 auto;
}
.rich-text {
  display: none;
}
/* 新闻列表 */
.news-list {
  padding-top: 0.32rem;
}
.news-item {
  position: relative;
  list-style: none;
  padding: 0.14rem 0;
}
.news-item::after {
  content: "";
  position: absolute;
  left: 1.2rem;
  bottom: 0;
  width: calc(100% - 1.2rem);
  height: 1px;
  background: #F0F0F0;
  z-index: 1;
}
.news-item-content {
  width: 100%;
  height: 1.63rem;
  display: flex;
  padding: 0.18rem 0 0.18rem 0.16rem;
  box-sizing: border-box;
}
.news-item-content:hover {
  background: #F9F9F9;
}
.news-date {
  width: 0.7rem;
}
.news-year-month {
  height: 0.24rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.24rem;
  text-align: left;
  padding-bottom: 0.07rem;
  border-bottom: 1px solid #979797;
  box-sizing: content-box;
}
.news-day {
  margin-top: 0.1rem;
  height: 0.24rem;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999;
  line-height: 0.24rem;
  text-align: left;
}
.news-content {
  flex: 1;
  display: flex;
  width: 0;
  height: 100%;
  margin-left: 0.34rem;
  text-decoration: none;
  cursor: pointer;
}
.news-img {
  width: 2.08rem;
  height: 100%;
  margin-left: 0.34rem;
}
.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info {
  flex: 1;
  width: 0;
  margin-left: 0.24rem;
}
.news-title {
  height: 0.44rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
  text-align: left;
  font-style: normal;
  /* 超出两行省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .2s;
}
.news-item-content:hover .news-title {
  color: #2DA0BC;
}
.news-des {
  margin-top: 0.12rem;
  height: 0.36rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #666666;
  line-height: 0.18rem;
  text-align: left;
  /* 超出两行省略 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}