.swiper-button-next,
.swiper-button-prev {
  width: 0.96rem;
  height: 2rem;
  background: url(../images/icon_swiper_btn.png) center center no-repeat;
  background-size: 100%  100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-button-next {
  right: 1.2rem;
}
.swiper-button-prev {
  left: 1.2rem;
}
.swiper-pagination span {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background-color: #fff;
  opacity: 1;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.service-banner {
  width: 100%;
  height: 4.72rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.service-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.service-banner a img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
/*banner*/
.header_banner {
  margin-top: -1px;
  margin-bottom: 0;
  background: #1b55ad;
  overflow: hidden;
}
.header_banner img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
/*内容部分*/
.stuGoodWall-content {
  width: 100%;
  padding: 0 1.2rem 0.8rem;
  background: linear-gradient(to bottom, #04102a, #af0a67 30%, #5b193e);
  overflow: hidden;
  /*顶部标题*/
  /*块列表标题*/
  /*优秀学员轮播*/
}
.stuGoodWall-content img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.stuGoodWall-content .head-title {
  width: 100%;
  margin-bottom: 2.72rem;
  overflow: hidden;
}
.stuGoodWall-content .head-title h2 {
  padding-bottom: 0.48rem;
  text-align: center;
  font-family: MiSans-Heavy;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  color: #ffd0a3;
}
.stuGoodWall-content .head-title p {
  font-family: MiSans-Normal;
  text-align: center;
  color: #ffd0a3;
  font-size: 0.96rem;
  line-height: 1.44rem;
  letter-spacing: -0.05em;
}
.stuGoodWall-content .head-title span {
  font-family: MiSans-Semibold;
  font-weight: bold;
}
.stuGoodWall-content .box-list-title {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
  overflow: hidden;
}
.stuGoodWall-content .box-list-title h3 {
  width: 100%;
  display: inline-block;
  padding: 0.48rem 2.2rem;
  border-radius: 1rem;
  color: #fff;
  background: #0b2e67;
  font-size: 2.72rem;
  text-shadow: 0rem -0.12rem 0.04rem #c08c65;
  border: 0.2rem solid #f6d19f;
  position: relative;
}
.stuGoodWall-content .box-list-title h3 img {
  height: 3rem;
  background: transparent;
}
.stuGoodWall-content .box-list-title h3:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -0.16rem;
  right: 0;
  bottom: 0;
  left: -0.16rem;
  z-index: 0;
  display: block;
  width: 100.5%;
  height: 103%;
  border: 0.08rem solid #c08c65;
  border-radius: 1rem;
}
.stuGoodWall-content .all-list-box {
  padding: 0.4rem 0.48rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  background: #fff;
  border: 0.2rem solid #f6d19f;
  position: relative;
}
.stuGoodWall-content .all-list-box img {
  background: transparent;
}
.stuGoodWall-content .all-list-box:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -0.16rem;
  right: 0;
  bottom: 0;
  left: -0.16rem;
  z-index: 0;
  display: block;
  width: 100.5%;
  height: 100%;
  padding-bottom: 0.12rem;
  border: 0.08rem solid #c08c65;
  border-radius: 1rem;
}
.stuGoodWall-content .all-list-box .sub-title {
  width: 100%;
}
.stuGoodWall-content .all-list-box .sub-title h4 {
  line-height: 4rem;
  text-align: center;
  font-family: MiSans-Heavy;
  font-size: 1.68rem;
  font-weight: normal;
  letter-spacing: -0.08rem;
  color: #c08c65;
  font-weight: bold;
}
.stuGoodWall-content .all-list-box .sub-title span {
  position: relative;
  top: 0.08rem;
  display: inline-block;
  font-size: 1.84rem;
  line-height: 1;
}
.stuGoodWall-content .awards_slide_box {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.stuGoodWall-content .more-list-show {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.stuGoodWall-content .more-list-show ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}
.stuGoodWall-content .more-list-show ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  flex-shrink: 0;
  width: 12.8rem;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.stuGoodWall-content .more-list-show ul li > * {
  width: 100%;
  text-align: center;
}
.stuGoodWall-content .more-list-show ul li img {
  flex-shrink: 0;
  object-fit: cover;
}
.stuGoodWall-content .more-list-show ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0.4rem;
  font-family: MiSans-Regular;
  font-size: 0.8rem;
  color: #666;
}
.stuGoodWall-content .more-list-show ul li a {
  display: block;
  position: relative;
}
.stuGoodWall-content .more-list-show ul li a:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: url("../images/iconVideoTips.png") center no-repeat;
  background-size: 3.96rem auto;
}
.stuGoodWall-content .video-box {
  width: 100%;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.stuGoodWall-content .video-box img {
  object-fit: cover;
}
.stuGoodWall-content .art-good-student {
  width: 100%;
  overflow: hidden;
}
.stuGoodWall-content .art-good-student strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  font-family: MiSans-Semibold;
  font-size: 1.28rem;
  line-height: 3.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-weight: 600;
  color: #666;
}
.stuGoodWall-content .art-good-student strong:before,
.stuGoodWall-content .art-good-student strong:after {
  content: '';
  width: 0.8rem;
  height: 0.16rem;
  margin: 0 0.4rem;
  background: #666;
}
/*媒体报道我校*/
.media-report-box {
  width: 100%;
}
.media-report-box .head-hot-news {
  width: 100%;
  margin-bottom: 1.6rem;
  padding-top: 0.8rem;
  overflow: hidden;
}
.media-report-box .more-list-news {
  width: 100%;
  position: relative;
  z-index: 9;
}
.media-report-box .more-list-news li {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.media-report-box .more-list-news li a:first-child {
  flex-shrink: 0;
  width: 8rem;
  min-height: 4.4rem;
  margin-right: 0.8rem;
  background: #eee;
}
.media-report-box .more-list-news li a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}
.media-report-box .more-list-news li strong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  font-family: MiSans-Medium;
  font-weight: 500;
  font-size: 1.04rem;
  line-height: 1.44rem;
  color: #666;
}
.media-report-box .more-list-news li span {
  font-family: MiSans-Regular;
  font-size: 0.8rem;
  line-height: 1.1;
  color: #999999;
}
/*# sourceMappingURL=olbiandaoStyle.css.map */