@charset 'utf-8';

.section-6-grid-news {
  margin-top: 0.6rem;
}

.section-6-grid-news .tab-container {
  font-size: 0;
  position: static;
  text-align: center;
  margin-bottom: 0.5rem;
}

.section-6-grid-news .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-6-grid-news .tab-container .tab-item.cur {
  color: #004eb9;
  background: none;
}

.section-6-grid-news .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: #004eb9;
}

.section-6-grid-news .tab-container .tab-item:nth-of-type(1)::after {
  display: none;
}

.section-gallery {
  margin-top: 0.6rem;
}

/* 教师风采 */
.section-teacher {
  height: 4.54rem;
  background: #fff;
  margin-top: 0.6rem;
  padding-top: 1rem;
  box-sizing: border-box;
}

.section-teacher .title-container {
  float: left;
  margin-top: 0.84rem;
}

.section-teacher .swiper-teacher {
  width: 13.66rem;
  height: 2.4rem;
  float: right;
  padding: 0 0.5rem;
  position: relative;
}

.section-teacher .swiper-teacher:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #004eb9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.section-teacher .swiper-teacher .swiper-slide {
  width: 2rem;
  text-align: center;
}

.section-teacher .swiper-teacher .swiper-slide a {
  display: block;
  margin-top: 0.64rem;
}

.section-teacher .swiper-teacher .swiper-slide .pic-box {
  width: 0.34rem;
  height: 0.34rem;
  padding: 0.05rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  border: 0.01rem dashed #004eb9;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.section-teacher .swiper-teacher .swiper-slide .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.section-teacher .swiper-teacher .swiper-slide .news-pic-title {
  font-size: 0.24rem;
  color: #004eb9;
  width: 2rem;
  text-align: center;
  margin: 0 auto 0.15rem;
}

.section-teacher .swiper-teacher .swiper-slide.swiper-slide-active a {
  margin-top: 0.1rem;
}

.section-teacher .swiper-teacher .swiper-slide.swiper-slide-active .pic-box {
  width: 0.848rem;
  height: 0.848rem;
  padding: 0.19rem;
}

.section-teacher
  .swiper-teacher
  .swiper-slide.swiper-slide-active
  .pic-box:before,
.section-teacher
  .swiper-teacher
  .swiper-slide.swiper-slide-active
  .pic-box:after {
  width: 0.98rem;
  height: 0.98rem;
  content: "";
  border: 1px dashed #004eb9;
  border-radius: 50%;
  position: absolute;
  top: -0.66rem;
  right: -0.66rem;
  bottom: -0.66rem;
  left: -0.66rem;
  margin: auto;
}

.section-teacher
  .swiper-teacher
  .swiper-slide.swiper-slide-active
  .pic-box:after {
  width: 1.16rem;
  height: 1.16rem;
  top: -0.83rem;
  right: -0.83rem;
  bottom: -0.83rem;
  left: -0.83rem;
}

.section-teacher .swiper-teacher .swiper-slide .pic {
  width: 100%;
  height: 100%;
}

.section-teacher
  .swiper-teacher
  .swiper-slide.swiper-slide-active
  .news-pic-title {
  font-size: 0.32rem;
  margin-bottom: 0.35rem;
}

.swiper-teacher .swiper-button-prev,
.swiper-teacher .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  top: 1.18rem;
  background: #004eb9;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .section-teacher .swiper-container:after {
    margin: auto !important;
  }
  .section-teacher .swiper-container .swiper-slide .pic-box {
    width: 0.848rem !important;
    height: 0.848rem !important;
  }
  .section-teacher .swiper-teacher .swiper-slide a {
    margin-top: 0.4rem;
  }
  .section-teacher .swiper-container .swiper-button-prev {
    top: 1.2rem !important;
  }
  .section-teacher .swiper-container .swiper-button-next {
    top: 1.2rem !important;
  }
}

@media (max-width: 768px) {
  .section-teacher .swiper-container {
    height: 2.4rem !important;
  }
  .section-teacher .swiper-teacher .swiper-slide .news-pic-title{
    width: 1rem;
  }
  .section-teacher .swiper-container .swiper-slide .pic-box {
    width: 0.848rem !important;
    height: 0.848rem !important;
  }
  .section-teacher .swiper-teacher .swiper-slide a {
    margin-top: 0.4rem;
  }
  .section-teacher .swiper-container .swiper-button-prev {
    top: 1.2rem !important;
  }
  .section-teacher .swiper-container .swiper-button-next {
    top: 1.2rem !important;
  }
}
