@charset 'utf-8';

.banner-top .logo-container .logo {
  width: 5.4rem;
  height: .5rem;
}

.title-text {
  color: #17067D;
}

.title-more {
  color: #17067D;
  background: url(../img/icon-logo-small-purple.png) no-repeat center left/.45rem;
}

.swiper-news .swiper-pagination-bullet-active {
  background: #AF388F;
}

.activity-list .activity-item .activity-time {
  background: linear-gradient(45deg, #2D3993 0%, #C5388E 100%);
  color: #fff;
}

.activity-list .activity-item .activity-title:after {
  background: #AF388F;
}

.activity-list .activity-item:hover {
  background: linear-gradient(45deg, #2D3993 0%, #C5388E 100%);
  box-shadow: 0px 3px 18px 0px rgba(185, 194, 213, 0.27);
}

.activity-list .activity-item:hover .activity-time {
  background: #fff;
  color: #2D3993;
}

.activity-list .activity-item:hover .activity-title:after {
  background: #fff;
}

.swiper-6-grid-news .swiper-pagination-bullet-active {
  background: #AF388F;
}

.section-gallery {
  margin-top: .8rem;
}

.swiper-intro .intro-more {
  background: linear-gradient(45deg, #2D3993 0%, #C5388E 100%);
}

.swiper-intro .swiper-pagination-bullet-active {
  background: #AF388F;
}

.section-l-tab-r {
  background: url(../img/bg-new-left-purple.png) left center/contain no-repeat;
}

.section-l-tab-r .sub {
  background: linear-gradient(0deg, #2D3993 0%, #C5388E 100%);
}

.section-l-tab-r .tab .tab-item.cur {
  color: #fff;
}

.section-l-tab-r .tab .tab-item:after {
  background: #fff;
}

.dg-container .dg-prev {
  background: #fff url(../img/arr-left-purple.png) no-repeat center center/.18rem;
}

.dg-container .dg-next {
  background: #fff url(../img/arr-right-purple.png) no-repeat center center/.18rem;
}

.news-text-time-line-1 .news-text-item:before {
  background: #AF388F;
}