@charset 'utf-8';

.banner-top .logo-container .logo {
  width: 5.4rem;
  height: 0.5rem;
}

.section-l-tab-r {
  background: url(../img/bg-yszzx-left-part.png) top left/contain no-repeat,
    url(../img/bg-yszzx-right-part.png) right bottom/50% 6.15rem no-repeat;
}

.section-l-tab-r .sub {
  /* background: url(../img/bg-yszzx-right-part.png) center center/contain no-repeat; */
  background: none;
}

.section-6-grid-news {
  margin: 0;
  padding: 0.5rem 0;
  background: url(../img/bg-yszzx-huawenpng.png) center center/100% 100%
    no-repeat;
}

.activity-list .activity-item .activity-title:after {
  background: #7214a8;
}

.activity-list .activity-item:hover {
  background: linear-gradient(45deg, #2d3993 0%, #c5388e 100%),
    url(../img/bg-activity-card.png) 283px top/118px no-repeat;
  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;
}

.section-dg {
  margin-top: 0;
}

.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;
}

.section-teacher {
  padding-top: 0.5rem;
}

.section-teacher .tab-container {
  font-size: 0;
  position: static;
  text-align: center;
  margin-bottom: 0.5rem;
}

.section-teacher .tab-container .tab-item {
  font-size: 0.32rem;
  font-weight: bold;
  color: #a8aab1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4rem;
  line-height: 0.5rem;
}

.section-teacher .tab-container .tab-item.cur {
  color: #07378d;
  background: none;
}

.section-teacher .tab-container .tab-item.cur:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  top: auto;
  left: 0;
  right: 0;
  width: 0.64rem;
  margin: auto;
  height: 0.04rem;
  background: #07378d;
}

.section-teacher .tab-container .tab-item:nth-of-type(1)::after {
  display: none;
}

.section-teacher .swiper-container {
  float: none;
  width: 100%;
}

.section-teacher .swiper-container .swiper-button-prev{
  width: 0.44rem;
  height: 0.44rem;
  top: 1rem;
  background: #1432a3 url(../img/arrow_prev.png) no-repeat !important;
  border-radius: 50%;
  background-position: 50% !important;
  background-size: 50% !important;
}

.section-teacher .swiper-container .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  top: 1rem;
  background: #1432a3 url(../img/arrow_next.png) no-repeat !important;
  border-radius: 50%;
  background-position: 50% !important;
  background-size: 50% !important;
}

.swiper-intro .intro-title {
  color: #07378d;
}

.swiper-intro .intro-more {
  background: linear-gradient(90deg, #1432a3 0%, #0177da 100%);
}

.section-l-tab-r .tab .tab-item.cur {
  color: #fff;
}

.section-l-tab-r .tab .tab-item:after {
  background: #fff;
}


