.body .bg-grey {
  background: #f9f9fb;
}

.body .section-wraper {
  flex: 1;
  padding-bottom: 60px;
}

.body .section-wraper .title {
  height: 60px;
  padding: 0 18px;
  background: #018dd6;
  align-items: center;
}

.body .section-wraper .title h2 {
  font-size: 20px;
  color: #fff;
}

.body .section-wraper .title a {
  font-size: 15px;
  color: #fff100;
}

.body .section-wraper .content {
  background: #fff;
}

.body .banner-wraper {
  width: 840px;
  margin-right: 17px;
  position: relative;
}

.body .banner-wraper img {
  width: 100%;
  height: 100%;
}

.body .banner-wraper .top .item {
  height: 440px;
  display: none;
}

.body .banner-wraper .top .item.active {
  display: block;
}

.body .banner-wraper .bottom {
  height: 95px;
  background: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

.body .banner-wraper .bottom li {
  width: 95px;
  height: 68px;
  margin-right: 20px;
}

.body .banner-wraper .bottom li:last-child {
  margin-right: 0;
}

.body .section-news {
  width: 403px;
}

.body .section-news ul li {
  height: 38px;
  border-bottom: 1px dashed #999;
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.body .section-news ul li a {
  width: 100%;
}

.body .section-arrange ul {
  padding: 60px 0 70px;
  align-items: flex-end;
}

.body .section-arrange ul li {
  flex-direction: column;
}

.body .section-arrange ul li p {
  text-align: center;
}

.body .section-arrange ul li img {
  width: 100%;
}

.body .section-arrange ul li span {
  height: 42px;
  text-align: center;
}

.body .section-arrange ul li span a {
  color: #018dd6;
}

.body .section-demeanor ul {
  padding: 30px 20px 0;
}

.body .section-demeanor ul li {
  width: 285px;
  flex-direction: column;
  margin-bottom: 30px;
}

.body .section-demeanor ul li img {
  height: 140px;
  margin-bottom: 8px;
}

.body .section-universities {
  padding: 42px 65px 60px;
}

.body .section-universities .swiper-container .swiper-wrapper .swiper-slide {
  flex-direction: column;
}

.body .section-universities .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100px;
  height: 100px;
}
