/*页面浮动*/
body {
  background: #f5f5f5;
}
.main-banenr {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-banenr .banner-hide {
  width: 1920px;
  height: 1006px;
  visibility: hidden;
  overflow: hidden;
}
.main-banenr .banner-show {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
/*内容板块*/
.content-box {
  width: 100%;
  height: auto;
  background: linear-gradient(#041038 0%, #0a2a93 40%, #0a2a93 50%, #701a60);
  overflow: hidden;
  position: relative;
  /*视频*/
  /*媒体报道*/
}
.content-box > div {
  position: relative;
  z-index: 1;
}
.content-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 1695px;
  height: 475px;
  transform: translate(-50%);
}
.content-box img {
  width: 100%;
  object-fit: scale-down;
}
.content-box img[imgurl] {
  background: #eee;
}
.content-box .xbkx-content {
  width: 100%;
  height: auto;
  max-height: 1581px;
  background: url("../images/xbkxContentBg.jpg");
  background-size: 100% 100%;
}
.content-box .xbkx-content .item-activity-con {
  width: 1240px;
}
.content-box .xbkx-content .item-content {
  width: 100%;
  overflow: hidden;
}
.content-box .xbcc-content {
  width: 100%;
  height: auto;
  max-height: 3089px;
  background: url("../images/xbccContentBg.jpg");
  background-size: 100% 100%;
}
.content-box .xbcc-content .all-base-content:nth-child(2) {
  margin-bottom: 120px;
}
.content-box .xbcc-content .link-bar {
  margin-top: 60px !important;
}
.content-box .ryqm-content {
  width: 100%;
  height: auto;
  max-height: 15600px;
  background: url("../images/ryqmContentBg.jpg");
  background-size: 100% 100%;
}
.content-box .ryqm-content .item-activity-con .all-base-content {
  margin-bottom: 100px;
}
.content-box .mtbd-content {
  width: 100%;
  height: auto;
  max-height: 940px;
  background: url("../images/mtbdContentBg.jpg");
  background-size: 100% 100%;
}
.content-box .mtbd-content .item-activity-con {
  display: flex;
  flex-direction: column;
  width: 1240px;
}
.content-box .mtbd-content .item-activity-con .content-text {
  width: 100%;
  margin: 118px auto 58px;
  position: relative;
  box-sizing: border-box;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  background: #fff;
  box-sizing: border-box;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list .content-l,
.content-box .mtbd-content .item-activity-con .content-text .content-list .content-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  flex-direction: column;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list .content-l span,
.content-box .mtbd-content .item-activity-con .content-text .content-list .content-r span {
  height: 30px;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list .content-c {
  width: 572px;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list a {
  position: relative;
  overflow: hidden;
  display: block;
}
.content-box .mtbd-content .item-activity-con .content-text .content-list a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.content-box .mtbd-content .item-activity-con .content-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -118px;
  left: 0;
  height: 118px;
  background: url("../images/mtbdCententTopbg.png") center top no-repeat;
}
.content-box .mtbd-content .item-activity-con .content-text:after {
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -58px;
  background: url("../images/contentBottomBg.png") center bottom no-repeat;
}
.content-box .footer-content-bar {
  width: 100%;
}
.content-box .footer-content-bar .banner-hide {
  width: 1920px;
  height: 558px;
  visibility: hidden;
  overflow: hidden;
}
.content-box .footer-content-bar .banner-show {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.content-box .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  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 .swiper-pagination .swiper-pagination-bullet-active {
  width: 21px;
  background: #cf1d6a;
}
.content-box .swiper-button-next,
.content-box .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  background: url(../images/icon_solide_btn1.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 .swiper-button-prev {
  transform: rotate(180deg);
}
.content-box .swiper-button-disabled {
  opacity: 1;
  background: url(../images/icon_solide_btn.png) center center no-repeat;
}
.content-box .item-activity-con {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
  /*每个板块主标题*/
}
.content-box .item-activity-con .all-base-content {
  width: 100%;
  overflow: hidden;
}
.content-box .item-activity-con .all-base-content .top-title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding-bottom: 20px;
  background: url("../images/boxTopTitleBg.png") center bottom no-repeat;
}
.content-box .item-activity-con .all-base-content .top-title-bar img {
  width: auto;
  height: 47px;
}
.content-box .item-activity-con .all-base-content .head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 163px;
  padding-top: 10px;
  background: url("../images/headTitleBg.png") center bottom no-repeat;
}
.content-box .item-activity-con .all-base-content .head-title img {
  width: auto;
}
.content-box .item-activity-con .all-base-content .content-text {
  margin: 40px 0 58px 0;
  background: #fff;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}
.content-box .item-activity-con .all-base-content .content-text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -40px;
  left: 0;
  height: 40px;
  background: url("../images/contentTopBg.png") center top no-repeat;
}
.content-box .item-activity-con .all-base-content .content-text:after {
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -58px;
  background: url("../images/contentBottomBg.png") center bottom no-repeat;
}
.content-box .item-activity-con .all-base-content .content-text .con-max-bar {
  width: 100%;
}
.content-box .item-activity-con .all-base-content .content-text .con-min-bar {
  width: 100%;
}
.content-box .item-activity-con .all-base-content .content-text .con-min-bar ul {
  display: inline-block;
}
.content-box .item-activity-con .all-base-content .content-text .con-min-bar ul li {
  float: left;
}
.content-box .item-activity-con .all-base-content .content-text .list-col-3 ul {
  margin-right: -24px;
}
.content-box .item-activity-con .all-base-content .content-text .list-col-3 ul li {
  margin: 24px 24px 0 0;
}
.content-box .item-activity-con .all-base-content .content-text .list-col-4 ul {
  margin-right: -20px;
}
.content-box .item-activity-con .all-base-content .content-text .list-col-4 ul li {
  margin: 20px 20px 0 0;
}
.content-box .item-activity-con .all-base-content .content-text .vide-list-bar ul li {
  width: 270px;
  height: 231px;
}
.content-box .item-activity-con .all-base-content .content-text .vide-list-bar ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #444;
  font-size: 22px;
  line-height: 1;
  background: #efefef;
}
.content-box .item-activity-con .all-base-content .link-bar {
  padding-top: 50px;
}
.content-box .item-activity-con .link-bar {
  width: 100%;
  height: 80px;
  margin-top: 50px;
}
.content-box .item-activity-con .link-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.content-box .item-activity-con .link-bar img {
  width: auto;
  height: 80px;
}
.content-box .item-activity-con .list-title {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.content-box .item-activity-con .list-title h2 {
  display: inline-block;
}
.content-box .item-activity-con .decoration-title-bar:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -10px;
  width: 150px;
  height: 146px;
  background: url("../images/lightSpeedMin.png") center no-repeat;
}
.content-box .item-activity-con .decoration-title-bar:after {
  content: "";
  position: absolute;
  right: -70px;
  top: -146px;
  width: 150px;
  height: 146px;
  background: url("../images/lightSpeedMin.png") center no-repeat;
}
.content-box .item-activity-con .item-info {
  width: 100%;
  overflow: hidden;
}
.content-box .item-activity-con .item-info:not(:last-of-type) {
  margin-bottom: 80px;
}
.content-box .item-activity-con .item-info .item-title {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.content-box .item-activity-con .item-info .con-box {
  margin-top: 39px;
  padding: 78px 27px 50px 27px;
  background-color: #ffffff;
  border-radius: 36px;
  border: solid 3px #cf1d6a;
  position: relative;
}
.content-box .item-activity-con .item-info .con-box .sub-title {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
.content-box .item-activity-con .item-info .con-box .sub-title strong {
  display: block;
  height: 84px;
}
.content-box .item-activity-con .item-info .con-box .sub-title strong img {
  width: 100%;
  height: 100%;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box20 {
  width: 100%;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box20 ul {
  margin-right: -20px;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box20 li {
  float: left;
  width: auto;
  min-width: 270px;
  flex-shrink: 0;
  margin-top: 20px;
  margin-right: 20px;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box24 {
  width: 100%;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box24 ul {
  margin-right: -24px;
}
.content-box .item-activity-con .item-info .con-box .flex-column-box24 li {
  float: left;
  width: auto;
  min-width: 364px;
  flex-shrink: 0;
  margin-top: 24px;
  margin-right: 24px;
}
.content-box .item-activity-con .item-info .sub_banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.content-box .slide-show-box {
  width: 100%;
  overflow: hidden;
}
.content-box .stu-video-box {
  width: 100%;
}
.content-box .stu-video-box ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content-box .stu-video-box li {
  width: auto;
  height: auto;
  margin: 20px 20px 0 0;
}
.content-box .stu-video-box li:nth-child(4n) {
  margin-right: 0;
}
.content-box .stu-video-box li p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #efefef;
  font-family: MiSans-Regular;
  font-size: 22px;
  line-height: 1;
  color: #444444;
}
.content-box .video-show-banner {
  width: 100%;
}
.content-box .video-show-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.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;
  z-index: 10;
  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-video-box1 {
  width: 100%;
  overflow: hidden;
}
.content-box .stu-video-box1 ul {
  justify-content: flex-start;
}
.content-box .stu-video-box1 li {
  height: auto;
}
.content-box .stu-video-box1 li:nth-child(4n) {
  margin-right: 0;
}
.content-box .stu-video-box1 li > div {
  overflow: hidden;
}
.content-box .stu-video-box1 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-box .stu-video-box1 li > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-family: MiSans-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.content-box .media-report-box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 16px;
}
.content-box .media-report-box .left {
  order: -1;
}
.content-box .media-report-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  width: 260px;
  align-items: flex-start;
  justify-content: space-between;
}
.content-box .media-report-box ul li {
  width: 100%;
  height: 194px;
}
.content-box .media-report-box .max {
  width: 572px;
  height: 412px;
}
.content-box .media-report-box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.content-box .media-report-box a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.content-box .media-report-box a span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  font-family: MiSans-Regular;
  font-size: 16px;
  color: #ffffff;
}
/*# sourceMappingURL=superStyle.css.map */