@charset "utf-8";

body {
  background-color: #f3f4f7;
}

.swiper-pagination-bullet-active {
  background: #004eb8;
}

/*reset*/
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: "Microsoft Yahei", sans-serif, "SimSun", "SimHei";
}

li {
  list-style: none;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  color: #004eb9;
}

.auto-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wrapper-full {
  width: 100%;
  position: relative;
}

.wrapper {
  width: 15.6rem;
  margin: 0 auto;
  position: relative;
}

* html .clearfix {
  zoom: 1;
}

/*ie6*/
*:first-child + html .clearfix {
  zoom: 1;
}

/*ie7*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}

.undis {
  display: none;
}

.dis {
  display: block;
}

/*float*/
.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  zoom: 1;
}

.col-sub,
.col-a,
.mod-a {
  float: left;
}

.col-b,
.mod-b {
  float: left;
}

.col-main,
.col-c,
.mod-c {
  float: right;
}

/*margin*/
.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt45 {
  margin-top: 45px;
}

.mgt50 {
  margin-top: 50px;
}

.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

/*font-size*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.banner-top {
  width: 100%;
  height: 2.97rem;
  background: url(../img/bg-home-top-banner.png) no-repeat center center/contain;
  padding: 1.22rem 0 0 0;
  box-sizing: border-box;
}

.banner-top .logo-container {
  display: inline;
}

.banner-top .logo-container .logo {
  width: 4.88rem;
}

.banner-top .menu-container {
  float: right;
  position: relative;
  padding-right: 0.55rem;
  display: flex;
}

.banner-top .search-container {
  width: 3.2rem;
  height: 0.48rem;
  border: 1px solid #004eb9;
  border-radius: 0.25rem;
  background: #fff;
  padding: 0 0.1rem 0 0.2rem;
  box-sizing: border-box;
  display: inline-block;
}

.banner-top .search-container .keyword {
  float: left;
  background: transparent;
  width: 2.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
}

.banner-top .search-container .keyword:focus {
  outline: none;
}

.banner-top .search-container .btn-search {
  cursor: pointer;
  float: right;
  width: 0.48rem;
  height: 0.48rem;
  background: url(../img/icon-search.png) no-repeat center center/.2rem;
}

.banner-top .share-container {
  display: flex;
  font-size: 0;
  margin: 0 0.2rem;
  position: relative;
}

.banner-top .share-container::after {
  width: 1px;
  height: 0.4rem;
  background: #004eb9;
  content: "";
  position: absolute;
  top: 0.04rem;
  right: -0.13rem;
}

/* .banner-top .share-container .share-item {
  width: .48rem;
  height: .48rem;
  display: inline-block;
  background-position: center center;
  background-size: .3rem;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 .04rem;
} */

.banner-top .share-container .a {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.banner-top .share-container .a > img {
  width: 0.3rem;
  height: 0.3rem;
}

.banner-top .share-container .a .icon-sclm {
  width: 0.3rem;
}

.banner-top .share-container .a .ewm {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(1rem);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  width: 1.27rem;
  height: 1.27rem;
  background: #fff;
  box-shadow: 0 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);
  padding: 0;
  border-radius: 0.06rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.banner-top .share-container .a .ewm:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.08rem;
  margin-left: -0.08rem;
  border-bottom: #fff 0.08rem solid;
  border-left: transparent 0.08rem solid;
  border-right: transparent 0.08rem solid;
}

.banner-top .share-container .a:hover .ewm {
  transform: translateX(-50%) translateY(0.5rem);
  opacity: 1;
  visibility: visible;
  padding: 0.06rem;
}

.banner-top .share-container .a .ewm img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}

.banner-top .share-container .share-item.wechat {
  background-image: url(../img/icon-wechat.png);
}

.banner-top .share-container .share-item.douyin {
  background-image: url(../img/icon-douyin.png);
}

.banner-top .share-container .share-item.weibo {
  background-image: url(../img/icon-weibo.png);
}

.banner-top .share-container .share-item.rednote {
  background-image: url(../img/icon-rednote.png);
}

.banner-top .share-container .share-item.bilibili {
  background-image: url(../img/icon-bilibili.png);
}

.banner-top .share-container .share-item.xmly {
  background-image: url(../img/icon-xmly.png);
}

.banner-top .nav-container {
  width: 0.44rem;
  height: 0.44rem;
  background-image: url(../img/icon-menu.png);
  background-position: right top;
  background-size: 0.44rem;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: 0.35s;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-top .nav-container:hover {
  width: 2.44rem;
  height: 2.44rem;
}

.banner-top .nav-container.on {
  background-image: url(../img/icon-menu-close.png);
}

.banner-top .nav-container .nav {
  position: absolute;
  z-index: 99;
  left: auto;
  right: 0.6rem;
  top: 0;
  bottom: auto;
  width: 2rem;
  display: none;
  /* min-height: 5.9rem; */
  /* opacity: 0; */
  /* visibility: hidden; */
  background: #004eb9;
  padding: 0.22rem 0px;
}

.banner-top .nav-container .nav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.15rem;
  right: -0.06rem;
  width: 0.16rem;
  height: 0.16rem;
  transform: rotate(45deg);
  /* background: rgb(112, 26, 168); */
  background: #004eb9;
}

.banner-top .nav-container .nav .name {
  display: block;
  font-size: 0.16rem;
  line-height: 0.44rem;
  color: rgb(255, 255, 255);
  padding-left: 0.39rem;
  position: relative;
}

.banner-top .nav-container .nav .name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.35rem;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  transition: 0.5s;
}

.banner-top .nav-container .nav .nav-item:last-child .name:before {
  display: none;
}

.banner-top .nav-container .nav .name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0px;
  height: 2px;
  margin-top: -1px;
  background: #aacd06;
}

.banner-top .nav-container .nav-item:hover .name {
  color: #aacd06;
}

.banner-top .nav-container .nav-item:hover .name:after,
.banner-top .nav-container .nav-item:hover .name.on:after {
  width: 0.2rem;
}

/* 顶部全屏幻灯 */
.swiper-main-full {
  width: 100%;
  height: 10.8rem;
  overflow: hidden;
  position: relative;
}

.swiper-main-full .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.swiper-main-full .swiper-slide .layer {
  width: 100%;
  height: 1rem;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-main-full .swiper-slide .swiper-title {
  color: #fff;
  font-size: 0.32rem;
  line-height: 1rem;
  padding: 0 2rem;
}

.swiper-main-full .swiper-pagination {
  bottom: 40px;
  text-align: right;
  padding-right: 1rem;
}

.swiper-main-full .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  position: relative;
  background: url("../img/icon_dot_kx.png") no-repeat;
}

.swiper-main-full .swiper-pagination .swiper-pagination-bullet-active {
  background: url("../img/icon-logo-small-blue.png") no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 14px;
}

/* .swiper-main-full .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  margin: -0.065rem 0 0 -0.065rem;
} */

/* 正常区块标题 */

.section-title-container {
  font-size: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 0 1.4rem 0 2rem;
}

.section-title-container:before {
  content: "";
  height: 1px;
  background: #dedede;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.4rem;
  left: 2rem;
  margin: auto;
}

.section-title-container .section-title {
  padding-left: 0.55rem;
  font-size: 0.32rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #004eb9;
  background: url(../img/icon-logo-small-blue.png) no-repeat center left/.45rem;
  position: absolute;
  left: 0;
  top: 0;
}

.section-title-container .section-title-more {
  padding-left: 0.5rem;
  float: right;
  font-size: 0.14rem;
  height: 0.5rem;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon-logo-small.png) no-repeat center left/.45rem;
  position: absolute;
  right: 0;
  top: 0;
}

/* 带切换 区块标题 */
.section-title-container.tab {
  padding-left: 3.55rem;
}

.section-title-container.tab:before {
  left: 3.55rem;
}

.tab-container {
  font-size: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.tab-container .tab-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.2rem;
  font-size: 0.26rem;
  margin-right: 0.1rem;
  color: #333;
  cursor: pointer;
  position: relative;
}

.tab-container .tab-item.cur {
  padding-left: 0.55rem;
  font-size: 0.32rem;
  font-weight: bold;
  background: url(../img/icon-logo-small-blue.png) no-repeat center left/.45rem;
  color: #004eb9;
}

.tab-container .tab-item:nth-of-type(1)::after {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: #004eb9;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0.13rem;
}
.section-media .tab-container .tab-item:nth-of-type(2)::after {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: #004eb9;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0.13rem;
}
.section-media .tab-container .tab-item:nth-of-type(3)::after {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: #004eb9;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0.13rem;
}

.tab-container .tab-item.cur:last-child {
  margin-left: 0.2rem;
}

/* 文本折行 */

.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 普通标题 英文副标题 */
.title-container {
  height: 0.6rem;
  position: relative;
}

.title-text {
  color: #004eb9;
  float: left;
  padding-top: 0.04rem;
}
.title-text a {
  color: #004eb9;
}

.title-text-main {
  font-size: 0.32rem;
  font-weight: bold;
}

.title-text-sub {
  font-size: 0.16rem;
  margin-top: 0.05rem;
}

.title-more {
  padding-left: 0.5rem;
  background: url(../img/icon-logo-small-blue.png) no-repeat center left/.45rem;
  font-size: 0.14rem;
  height: 0.26rem;
  line-height: 0.26rem;
  color: #004eb9;
  float: right;
  position: absolute;
  right: 0;
  top: 0.17rem;
}

/* 居中标题 英文副标题*/
.title-container.center {
  text-align: center;
  margin-bottom: 0.4rem;
}

.title-container.center .title-text {
  display: inline-block;
  float: none;
  margin: 0 auto;
}

/* 导航 带二级子导航 */
.nav-menu {
  font-size: 0;
  height: 0.5rem;
  line-height: 0.5rem;
  position: relative;
}

.nav-menu .nav-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.nav-menu .nav-link {
  color: #fff;
}

.nav-menu .nav-sub {
  display: none;
  position: absolute;
  top: 0.49rem;
  left: -0.4rem;
  right: -0.4rem;
  background: #fff;
  z-index: 999;
  border-top: 0.05rem solid #aacd06;
}

.nav-menu .nav-sub .nav-link {
  color: #004eb9;
}

.nav-menu .nav-sub .nav-sub-item:hover {
  background: #ededed;
}

/* banner 面包屑导航 */
.banner-top .bread-menu {
  font-size: 0;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: right;
}

.banner-top .bread-menu .bread-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.banner-top .bread-menu .bread-item::after {
  content: "|";
  color: #fff;
  margin: 0 0.2rem;
  position: absolute;
}

.banner-top .bread-menu .bread-item:last-child::after {
  content: "";
}

.banner-top .bread-menu .bread-item .bread-link {
  color: #fff;
}

.banner-top.abs {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 2.97rem;
  background: none;
  padding: 0.35rem 0.5rem 0 0.4rem;
  box-sizing: border-box;
}

/* 6格图集带图标布局 */

.gallery-list {
  font-size: 0;
}

.gallery-list .gallery-item {
  width: 5.05rem;
  height: 2.84rem;
  display: inline-block;
  position: relative;
  margin: 0 0.2rem 0.2rem 0;
  overflow: hidden;
}

.gallery-list .gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.gallery-list .gallery-item .gallery-pic {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.35s;
}

.gallery-list .gallery-item:hover .gallery-pic {
  transform: scale(1.1);
}

.gallery-list .gallery-item .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.72rem;
  height: 0.72rem;
  background: url(../img/icon-play.png) center center/contain no-repeat;
}

/* 6格新闻布局 */
/* 学生活动 */
.section-6-grid-news {
  background: url(../img/dep_bg01.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.5rem 0 0.7rem;
}

.section-6-grid-news .wrapper {
  width: 16.54rem;
}

.section-6-grid-news .activity-list {
  width: 16.54rem;
  font-size: 0;
}

.activity-list {
  text-align: center;
}

.activity-list .activity-item {
  width: 4.8rem;
  height: 2.26rem;
  background: #ffffff url(../img/bg-activity-card.png) 283px top/118px no-repeat;
  box-shadow: 0px 3px 18px 0px rgba(185, 194, 213, 0.27);
  display: inline-block;
  margin: 0 0.5rem 0.36rem 0;
  position: relative;
  cursor: pointer;
  padding: 0.35rem 0.7rem;
}

.activity-list .activity-item:nth-of-type(3n) {
  margin-right: 0;
}

.activity-list .activity-item .activity-time {
  position: absolute;
  top: 0.3rem;
  left: -0.18rem;
  width: 0.66rem;
  height: 0.78rem;
  background: linear-gradient(135deg, #004eb9 0%, #1297d2 100%);
  color: #fff;
  text-align: center;
  padding-top: 0.15rem;
  transition: background 0.5s;
}

.activity-list .activity-item .activity-time .day {
  font-weight: bold;
  font-size: 0.24rem;
}

.activity-list .activity-item .activity-time .year {
  font-size: 0.14rem;
  margin-top: 0.06rem;
}

.activity-list .activity-item:hover {
  background: #004eb9 url(../img/bg-activity-card.png) 283px top/118px no-repeat;
}

.activity-list .activity-item .activity-title {
  font-size: 0.2rem;
  line-height: 0.26rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.25rem;
  box-sizing: content-box;
  text-align: left;
}

.activity-list .activity-item .activity-text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.1rem;
  text-align: left;
  position: relative;
  padding-top: 0.1rem;
  box-sizing: border-box;
}

.activity-list .activity-item:hover {
  color: #fff;
}

.activity-list .activity-item:hover .activity-time {
  background: #aacd06;
}

.activity-list .activity-item:hover .activity-title {
  color: #fff;
}

.activity-list .activity-item .activity-text:after {
  width: 0.67rem;
  height: 0.02rem;
  background: #004eb9;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.activity-list .activity-item:hover .activity-text:after {
  background: #aacd06;
}

.activity-list .activity-item:hover .activity-text {
  color: #fff;
}

/* 新闻列表 单行 带时间 */
.news-text-time-line-1 {
}

.news-text-time-line-1 .news-text-item {
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  padding-left: 0.15rem;
  border-bottom: 1px solid #f1f1f1;
}

.news-text-time-line-1 .news-text-item:last-child {
  border-bottom: none;
}

.news-text-time-line-1 .news-text-item:before {
  content: "";
  width: 0.04rem;
  height: 0.18rem;
  background: #004eb9;
  position: absolute;
  top: 0.23rem;
  left: 0;
}

.news-text-time-line-1 .news-text-link {
  display: inline;
}

.news-text-time-line-1 .news-text-title {
  color: #333;
  width: 5rem;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}

.news-text-time-line-1 .news-text-time {
  font-size: 0.15rem;
  color: #999;
  display: inline-block;
  margin-left: 0.45rem;
}

/* 3D 幻灯样式 */
.section-dg {
  background: #fff url(../img/bg_001.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.6rem 0;
  box-sizing: content-box;
}

.dg-banner {
  position: relative;
  /* height: 6rem; */
  margin: 0 auto;
  text-align: center;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.dg-wrapper {
  width: 7.56rem;
  height: 4.25rem;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  perspective: 10rem;
}

.dg-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.dg-wrapper a:first-child {
  z-index: 2;
}

.dg-wrapper a .item-pic {
  display: block;
  box-shadow: 0px 0.27rem 0.72rem 1px rgba(130, 133, 140, 0.52);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background: #fff;
}

.dg-wrapper a .item-title {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

.dg-wrapper a.dg-center .item-title {
  display: block;
}

.dg-wrapper a.dg-transition {
  transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
  transition: all 0.2s ease-in-out;
}

.dg-container nav {
  /* display: none; */
  display: block;
}

.dg-container .button {
  display: none;
}

.dg-container .dg-prev,
.dg-container .dg-next {
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background: #fff url(../img/arr-left-blue.png) no-repeat center center/.18rem;
  position: absolute;
  left: 23%;
  top: 1.6rem;
  cursor: pointer;
}

.dg-container .dg-next {
  background: #fff url(../img/arr-right-blue.png) no-repeat center center/.18rem;
  right: 23%;
  left: auto;
}

.dg-container nav span:hover {
  opacity: 1;
}

.dg-container nav span.dg-next {
  background-position: top right;
  margin-left: 10px;
}

.dg-container #lightButton2 {
  bottom: 20px;
}

.dg-container .button {
  position: relative;
  z-index: 5;
}

.dg-container .button li {
  cursor: pointer;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.dg-container .button .light {
  background: #01bdff;
}

/* 系部新闻 左幻灯右切换 */
.section-l-tab-r {
  margin-top: 0.8rem;
}

.section-l-tab-r .wrapper {
  /* width: 16.54rem; */
  /* background: #fff; */
}

.section-l-tab-r .main {
  width: 8.45rem;
  height: 6.15rem;
  float: left;
  background: #fff;
}

.section-l-tab-r .headline {
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
}

.section-l-tab-r .headline .headline-title {
  font-size: 0.2rem;
  color: #004eb9;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 0.11rem;
}

.section-l-tab-r .headline .headline-title:after {
  content: "";
  width: 0.04rem;
  height: 0.24rem;
  background: #004eb9;
  position: absolute;
  top: 0.33rem;
  left: 0;
}

.section-l-tab-r .headline .headline-text {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 0.18rem;
  max-width: 5rem;
  margin-left: 0.5rem;
}

.section-l-tab-r .headline .headline-text a {
  color: #333;
}

.swiper-news {
  /* width: 7.06rem;
  height: 4.37rem;
  margin-left: -.87rem; */
  width: 7.74rem;
  height: 4.8rem;
  margin-left: -0.6rem;
}

.swiper-news .swiper-wrapper,
.swiper-news .swiper-slide,
.swiper-news .swiper-slide a,
.swiper-news .swiper-slide .pic-box {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}

.swiper-news .swiper-slide .pic-box .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.swiper-news .swiper-slide .opa {
  width: 100%;
  height: 0.9rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.36rem;
  box-sizing: border-box;
  color: #fff;
}

.swiper-news .swiper-slide .news-pic-title {
  font-size: 0.22rem;
  font-weight: bold;
}

.swiper-news .swiper-slide .news-pic-detail {
  font-size: 0.15rem;
  border-top: 1px solid #fff;
  padding-top: 0.1rem;
  margin-top: 0.15rem;
}

.swiper-news.swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: right;
  padding-right: 0.3rem;
}

.xb-news{
  position: relative;
}
.xb-news .swiper-button-next{
  position: absolute;
  top: 90%;
  right: 50px;
  background: url(/img/arr-right-purple.png) no-repeat;
}
.xb-news .swiper-button-prev{
  position: absolute;
  top: 90%;
  left: auto;
  right: 80px;
  background: url(/img/arr-left-purple.png) no-repeat;
}

.section-l-tab-r .sub {
  /* width: 8.92rem; */
  width: 7.15rem;
  height: 6.15rem;
  box-sizing: border-box;
  float: right;
  background: #004eb9;
  padding: 0 0 0 0.35rem;
}

.section-l-tab-r .tab {
  height: 0.9rem;
  line-height: 0.9rem;
}

.section-l-tab-r .tab .tab-item {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  opacity: 0.7;
  font-size: 0.24rem;
  cursor: pointer;
  position: relative;
  padding-left: 0.18rem;
  margin-right: 0.6rem;
}

.section-l-tab-r .tab .tab-item:after {
  width: 0.04rem;
  height: 0.24rem;
  background: #aacd06;
  position: absolute;
  top: 0.33rem;
  left: 0;
  content: "";
  display: none;
}

.section-l-tab-r .tab .tab-item.cur {
  opacity: 1;
  color: #aacd06;
}

.section-l-tab-r .tab .tab-item.cur:after {
  display: block;
}

.section-l-tab-r .sub .news-pic {
  width: 3.1rem;
  color: #fff;
}

.section-l-tab-r .sub .news-pic .pic-box {
  width: 100%;
  height: 1.74rem;
}

.section-l-tab-r .sub .news-pic .pic-box .pic {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.section-l-tab-r .sub .news-pic .news-pic-title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}

.section-l-tab-r .sub .news-pic .news-pic-time {
  font-size: 0.16rem;
  opacity: 0.7;
  margin-top: 0.15rem;
}

.section-l-tab-r .sub .news-pic .news-pic-detail {
  font-size: 0.16rem;
  line-height: 0.3rem;
  opacity: 0.7;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.section-l-tab-r .sub .news-text {
  margin-left: 0.64rem;
  float: left;
}

.section-l-tab-r .sub .news-text-item {
  width: 3rem;
  margin-bottom: 0.15rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.section-l-tab-r .sub .news-text-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.section-l-tab-r .sub .news-text-item a {
  color: #fff;
}

.section-l-tab-r .sub .news-text-item .news-text-title {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

.section-l-tab-r .sub .news-text-item .news-text-time {
  font-size: 0.15rem;
  margin-top: 0.1rem;
}

/* 两列新闻栏目 */
/* 党建活动 教学科研 */
.section-2-col {
  height: 6.66rem;
  margin-top: 0.8rem;
}

.section-2-col .wrapper {
  padding: 0.5rem 0.88rem;
  height: 100%;
  background: #fff;
}

.section-2-col .wrapper .fl,
.section-2-col .wrapper .fr {
  width: 6.5rem;
}

.section-2-col .pic-only {
  width: 100%;
  height: 1.82rem;
  margin-top: 0.2rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2-col .pic-only .pic {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.section-2-col .news-single {
  width: 100%;
  height: 1.82rem;
  margin-top: 0.2rem;
  background: #f3f4f7;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.1rem;
}

.section-2-col .news-single .news-single-title {
  color: #333;
  font-size: 0.2rem;
  line-height: 0.3rem;
}

.section-2-col .news-single .news-single-text {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0.15rem;
}

/* 精彩视频 */
.section-gallery {
  margin-top: 0.6rem;
}

/* 底部 教师风采 左右布局 幻灯样式 */
.section-teacher {
  height: 4.54rem;
  background: #fff url(../img/bg-teacher.png) no-repeat right center/contain;
  margin-top: 0.6rem;
  padding-top: 1rem;
  box-sizing: border-box;
}

.section-teacher .title-container {
  float: left;
  margin-top: 0.7rem;
}

.section-teacher .swiper-container {
  width: 13.66rem;
  height: 2.4rem;
  float: right;
  padding: 0 0.5rem;
  position: relative;
}

.section-teacher .swiper-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #004eb9;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 1rem;
}

.section-teacher .swiper-container .swiper-slide {
  width: 2rem;
  text-align: center;
}

.section-teacher .swiper-container .swiper-slide .pic-box {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 21px 38px 0px rgba(158, 159, 167, 0.28);
  border-radius: 50%;
  border: 1px solid #07378d;
}

.section-teacher .swiper-container .swiper-slide .pic {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.section-teacher .swiper-container .swiper-slide .news-pic-title {
  font-size: 0.18rem;
  color: #333;
  width: 2rem;
  text-align: center;
  margin: 0.15rem auto 0;
}

.swiper-teacher .swiper-button-prev,
.swiper-teacher .swiper-button-next {
  width: 0.44rem;
  height: 0.44rem;
  top: 1rem;
  background: #004eb9;
  border-radius: 50%;
}

.section-teacher .swiper-button-prev {
  background-image: url(../img/arrow_prev.png) !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section-teacher .swiper-button-next {
  background-image: url(../img/arrow_next.png) !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* 底部学院介绍样式 */
.section-intro {
  height: 4.42rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
  background: #dbe8f6 url(../img/bg-school-color.png) left 100%/50% no-repeat;
}

.swiper-container-outer {
  width: 8.78rem;
  height: 3.24rem;
  padding: 0.4rem 0.5rem;
  background: #fff;
  float: right;
}

.swiper-intro {
  width: 100%;
  height: 100%;
}

.swiper-intro .intro-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #004eb9;
  margin-bottom: 0.2rem;
}

.swiper-intro .intro-detail {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  /* width: 7.6rem; */
  margin: 0 auto;
  text-align: justify;
}

.swiper-intro .intro-more {
  float: right;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #fff;
  font-size: 0.14rem;
  background: #004eb9;
  text-align: center;
  margin-top: 0.05rem;
}

.swiper-intro .intro-more a {
  color: #fff;
}

.page-news-list .main-body .news-main {
  width: 10.45rem !important;
}
.news-detail-body {
  background: url("../img/bg_news_info.png") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.news-detail-cont {
  padding: 0.5rem 0 0;
}

.news-detail-cont h1 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.46rem;
  text-align: center;
}

.news-detail-cont .source-date {
  font-size: 0.14rem;
  color: #999999;
  padding: 0.4rem 0 0.3rem;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  margin-bottom: 0.42rem;
}

.news-detail-cont .source-date span {
  margin-right: 0.4rem;
}

.news-detail-cont .news-desc p,
.news-detail-cont .news-desc div {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.34rem;
}

.news-detail-cont .news-desc img {
  max-width: 100%;
  height: auto;
}

.news-detail-cont .news-desc video {
  width: 100%;
  height: auto;
}

.news-detail-cont .news-desc audio {
  width: 100%;
  height: 0.4rem;
  margin-top: 0.1rem;
}

.news-detail-cont .news-desc .video-main {
  max-width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}
.news-detail-cont .news-desc .video-main .video-js {
  width: 100% !important;
}

.news-detail-cont .news-desc .audio-main {
  max-width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.news-detail-cont .news-footer {
  padding: 0.7rem 0 0.8rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail-cont .news-footer img {
  width: 0.4rem;
  margin-right: 0.2rem;
}

.news-detail-body .sub {
  position: sticky;
  top: 0;
}
.aside-part-one {
  padding: 0.3rem 0.3rem 0.2rem;
  background: #f4f9ff;
  margin-bottom: 0.4rem;
}
.aside-title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  border-left: 0.04rem solid #3961c7;
  padding-left: 0.1rem;
  margin-bottom: 0.15rem;
}
.aside-part-one li {
  padding: 0.2rem 0 0.2rem;
  border-bottom: 1px solid #dfe3ea;
  font-size: 0.16rem;
  color: #333333;
}
.aside-part-one li:last-child {
  border-bottom: none;
}

.aside-part-one .img-wrap {
  width: 1.16rem;
  height: 0.75rem;
  margin-right: 0.16rem;
  flex-shrink: 0;
}
.aside-part-one .img-wrap img {
  width: 100%;
  height: 100%;
}
.aside-part-one .pw-li .a {
  display: flex;
}
.aside-part-one .pw-li .a .title {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.24rem;
}
.aside-part-one .pw-li .a .date {
  font-size: 14px;
  margin-top: 0.1rem;
}
.aside-part-one .pw-li:hover .title {
  color: #004eb9;
}

footer a {
  color: #fff;
}

.ej-sub-nav {
  height: 0.7rem;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0.16rem 0.29rem 0px rgba(69, 10, 66, 0.11);
}
.ej-sub-nav ul {
  height: 0.7rem;
  display: flex;
  align-items: center;
}
.ej-sub-nav ul li {
  height: 100%;
}
.ej-sub-nav ul li a {
  height: 100%;
  color: #333;
  transition: 0.5s;
  padding: 0 0.28rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ej-sub-nav ul li.active a {
  color: #fff;
  background: #004eb9;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
