/*页面浮动*/
body {
  background: #fff;
}
.main-banenr {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-banenr .banner-hide {
  width: 1920px;
  visibility: hidden;
  overflow: hidden;
}
.main-banenr .banner-show {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
/*内容板块*/
.content-box {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #12023a 0%, #92237f 50%, #6d1a48 90%);
  overflow: hidden;
  /*视频*/
  /*颁奖典礼轮播图*/
  /*媒体报道*/
  /*媒体轮播图*/
}
.content-box .content-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.content-box .content-list:not(:last-of-type) {
  margin-bottom: 100px;
}
.content-box .cur-title {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  bottom: -6px;
}
.content-box .cur-title img {
  width: auto;
}
.content-box .content-text {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding: 82px 30px 22px;
  margin-top: 42px;
  background: #f1f1f1;
  border: 6px solid #d5356b;
  border-radius: 30px;
  position: relative;
}
.content-box .content-text .sub-title {
  position: absolute;
  top: -48px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-box .content-text .sub-title:before {
  content: '';
  width: 41px;
  height: 47px;
  box-sizing: border-box;
  background: #2e06ab;
  border: 6px solid #d5356b;
  border-radius: 21px;
  position: absolute;
  z-index: 1;
  left: -20px;
}
.content-box .content-text .sub-title:after {
  content: '';
  width: 41px;
  height: 47px;
  box-sizing: border-box;
  background: #2e06ab;
  border: 6px solid #d5356b;
  border-radius: 21px;
  position: absolute;
  z-index: 1;
  right: -20px;
}
.content-box .content-text h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 60px;
  background: #fff;
  border: 6px solid #d5356b;
  border-radius: 23px;
  box-sizing: border-box;
  color: #2e06ab;
  line-height: 1;
  font-size: 54px;
  font-family: AlibabaPuHuiTiR, '阿里巴巴普惠体';
  font-weight: bold;
  z-index: 9;
}
.content-box .slide-show-box {
  width: 100%;
  padding-bottom: 18px;
  overflow: hidden;
}
.content-box .other-show-list {
  width: 100%;
}
.content-box .other-show-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-box .other-show-list ul:after {
  content: "";
  display: inline-block;
  width: 270px;
  height: 0;
}
.content-box .other-show-list li {
  width: auto;
  flex-shrink: 0;
  margin-bottom: 18px;
}
.content-box .video-show-banner {
  width: 100%;
}
.content-box .video-show-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
}
.content-box .video-show-banner a:before {
  content: "";
  width: 120px;
  height: 120px;
  background: url("../images/icon_show_logo.png") center center no-repeat;
  background-size: 100%  auto;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content-box .video-show-banner a:hover:before {
  opacity: 1;
}
.content-box .stu-rites-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-box .stu-rites-box .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
  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;
}
.content-box .stu-rites-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 29px;
}
.content-box .stu-rites-box .swiper-button-next,
.content-box .stu-rites-box .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background: url(../images/icon_solide_btn.png) center center no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content-box .stu-rites-box .swiper-button-next:hover,
.content-box .stu-rites-box .swiper-button-prev:hover {
  background: url(../images/icon_solide_btn1.png) center center no-repeat;
}
.content-box .stu-rites-box .swiper-button-prev {
  transform: rotate(180deg);
}
.content-box .stu-video-box li > a {
  position: relative;
}
.content-box .stu-video-box li > a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -20px;
  background: url(../images/icon_sub_video.png) center center no-repeat;
  background-size: 100% auto;
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content-box .stu-video-box li > a:hover:before {
  opacity: 1;
}
.content-box .stu-video-box li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  background-color: #91227c;
}
.content-box .media-report-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
.content-box .media-report-box .left-column {
  width: 817px;
  height: 570px;
}
.content-box .media-report-box .right-column {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  width: 296px;
}
.content-box .media-report-box .right-column a {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  padding: 12px 10px ;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.content-box .media-report-box .right-column a > p {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  color: #808080;
  font-size: 14px;
  line-height: 17px;
  font-family: AlibabaPuHuiTiR, '阿里巴巴普惠体';
}
.content-box .media-report-box .right-column dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 10px;
}
.content-box .media-report-box .right-column dl dt {
  flex-shrink: 0;
  width: 89px;
  height: 62px;
  margin-right: 10px;
  overflow: hidden;
}
.content-box .media-report-box .right-column dl img {
  width: 100%;
  height: 100%;
}
.content-box .media-report-box .right-column dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}
.content-box .media-report-box .right-column dl p {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  word-break: break-all;
  overflow: hidden;
  color: #212121;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}
.content-box .media-report-box .right-column dl span {
  color: #999;
  line-height: 14px;
  font-size: 14px;
}
.content-box .left-column {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.content-box .left-column .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
  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;
}
.content-box .left-column .swiper-pagination .swiper-pagination-bullet-active {
  width: 29px;
}
.content-box .left-column .swiper-pagination {
  bottom: 30px;
}
/*底部咨询按钮*/
.consult-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0;
  background: url("../images/consult_bg.jpg") center bottom no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}
.consult-btn .consult-con {
  display: flex;
  align-items: end;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 858px;
  height: 160px;
  border-radius: 30px;
  background-color: #be0c60;
  border: solid 5px #2e06ab;
}
.consult-btn p {
  font-size: 52px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
  font-family: AlibabaPuHuiTiR, '阿里巴巴普惠体';
  text-shadow: 5px 2px 0px rgba(92, 23, 64, 0.32);
}
.consult-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
}
.consult-btn a:before {
  content: "";
  width: 23px;
  height: 15px;
  margin: 0 13px;
  background: url("../images/icon_left_jt.png") center center no-repeat;
  background-size: 100% 100%;
}
.consult-btn a:after {
  content: "";
  width: 23px;
  height: 15px;
  margin: 0 13px;
  background: url("../images/icon_left_jt.png") center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*# sourceMappingURL=superStyle.css.map */