  
.body .school-swiper {
  position: relative;
}

.body .school-swiper .swiper-container {
  width: 673px;
  height: 160px;
}

body .school-swiper .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.body .school-swiper .slide-img {
  width: 100%;
  height: 100%;
}

.body .school-swiper .slide-down {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.body .school-swiper .slide-text {
  padding: 0 20px;
  width: 100%;
  height: 46px;
  background: rgba(0,0,0,0.7);
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.body .school-swiper .swiper-slide {
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 36px;
  text-align: center;
  width: 222px!important;
}

.body .school-swiper .pagination {
  position: absolute;
  right: 40px;
  text-align: right;
  bottom: 30px;
  width: 100%;
  z-index: 2;
}

.body .school-swiper .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2062B4;
  margin: 0 3px;
  cursor: pointer;
}

.body .school-swiper .swiper-active-switch {
  background: #fff;
}

.body .school-swiper .arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.body .school-swiper .s-left {
  left: 10px;
}

.body .school-swiper .s-right {
  right: 10px;
}
