@charset "utf-8";

body {
  -webkit-text-size-adjust: 100%;
  font-family: '微软雅黑' !important;
}

/* 加载动画开始 */
.loadingMask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 9999;
  display: none;
}
.loadingMask .loading {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 100px;
  animation: loading 1s ease infinite;
}
.loadingMask .iconfont-loading {
  color: #fff;
  font-size: 60px;
}
@keyframes loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* 加载动画结束 */

.newNav1 {
  width: 1280px;
  margin: 0 auto;
  background-color: #f2f2f2;
  height: 38px;
  line-height: 38px;
}
.navbar1 {
  width: 50%;
  height: 100%;
  background-image: none;
  height: 38px;
  font-size: 14px;
}
.navbar1 .navbox {
  width: 100%;
  margin: 0 auto;
  height: 100%;
} /**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar1 .navbox .wp_nav {
  height: 100%;
}
/**导航高度**/
.navbar1-1 .navbox .wp_nav li.nav-item {
  float: left;
}
.navbar1-2 .navbox .wp_nav li.nav-item {
  float: right;
}
.navbar1 .navbox .wp_nav li.nav-item a {
  font-size: 14px;
  color: #333;
} /**导航字体样式**/
.navbar1 .navbox .wp_nav li.nav-item a:hover .sub-nav {
  display: none;
}
.navbar1 .navbox .wp_nav li.nav-item a span.item-name {
  padding: 0 10px; /* height:40px; */
  line-height: 40px;
} /**导航栏目高度与边距**/
.navbar1 .navbox .wp_nav li.nav-item a span.item-name {
  color: #333;
}

/* 主导航开始 */
/* 下拉箭头 */
.dropDown,
.dropUp {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  display: none;
  cursor: pointer;
}
.dropDown i,
.dropUp span {
  font-size: 22px;
}
.dropUp {
  display: none;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index:120;
}
/* 少栏目的导航 */
.navbar .nav-item.selected,
.navbar .nav-item.parent {
  background-color: rgb(0, 157, 255);
}
.navbar .wp_nav {
  display: flex;
  width: 1280px;
  margin: 0 auto;
}
.navbar .nav-item {
  flex: 1;
  float: none;
}
/* 多栏目的导航 */
.navbar.long .nav-item.selected,
.navbar.long .nav-item.parent {
  background-color: rgb(0, 157, 255);
}
.navbar.long .wp_nav {
  display: block;
}
@media (min-width: 1441px) {
  .navbar.long .wp_nav {
    width: 100%;
    text-align: center;
  }
  .navbar.long .nav-item {
    float: none;
  }
  .dropDown,
  .dropUp {
    display: none;
  }
}
@media (max-width: 1440px) and (min-width: 1326px) {
  .navbar.long .wp_nav {
    width: auto;
    height: 50px;
    padding-left: 80px;
  }
  .navbar.long .wp_nav.showColumn {
    height: auto;
  }
  .navbar.long .nav-item {
    float: none;
    display: inline-block;
  }
  .navbar.long .wp_nav .nav-item:nth-child(n + 11) {
    display: none;
  }
  .navbar.long .dropDown {
    display: block;
  }
}
@media (max-width: 1325px) {
  .navbar.long .wp_nav {
    width: auto;
    height: 50px;
    padding-left: 80px;
  }
  .navbar.long .wp_nav.showColumn {
    height: auto;
  }
  .navbar.long .nav-item {
    float: none;
    display: inline-block;
  }
  .navbar.long .wp_nav .nav-item:nth-child(n + 10) {
    display: none;
  }
  .navbar.long .dropDown {
    display: block;
  }
}
/* 主导航结束 */

.wrapper {
  width: 100%;
  margin: 0 auto;
}
.wrapper .inner {
  width: 1280px;
  margin: 0 auto;
} /**页面全局宽度**/

.head {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/headbg1.jpg) no-repeat 50% 0;
} /**页头部分**/
.head .headLeft {
  display: flex;
  align-items: center;
}
.head .sitelogo {
  padding: 0;
  float: none;
  margin-right: 20px;
}
.head .sitelogo img {
  height: 90px;
}
.head .sitelogo .sitelogocon {
  width: 400px;
  height: 90px;
}
.head .sitelogo .sitelogocon img {
  width: 400px;
  height: 90px;
}

/*自定义搜索*/
.searchbox {
  width: 340px;
  display: inline-block;
  position: relative;
  height: 40px;
  border: 1px solid #0d64d0;
}
.searchbox table tr {
  height: 40px;
}
.searchbox form {
  width: auto;
  display: flex;
}
.searchbox table {
  width: 100%;
}
.searchbox #keyword {
  width: 300px !important;
  height: 40px;
  border: none;
  line-height: 20px;
  background: transparent;
  font-size: 16px;
  text-indent: 10px;
  color: #333;
}
.searchbox .search {
  width: 41px !important;
  height: 41px !important;
  padding: 5px;
  border: 0;
  background-image: url(../images/sous.png) !important;
  background-color: #0d64d0;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

/* banner图 */
.bg,
.bg2 {
  width: 1280px;
  position: relative;
  margin: 0 auto;
}
.bg > img {
  width: 100%;
  height: 100%;
}

.bg2 {
  display: none;
  max-width: 100%;
}
.bg2 img {
  width: 100%;
}

/* 主页banner开始 */
#banner .inner {
  width: 1280px;
  text-align: center;
  position: relative;
}
.bannerWrapper .orbit-wrapper a {
  cursor: default;
}
/* banner图宽度限制 */
.orbit-wrapper {
  margin: 0 auto;
}
.bannerWrapper {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  overflow-x: hidden;
}
.bannerWrapper .timer {
  display: none;
}
.mbanner .focus .focus-title-bar {
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
}
.mbanner .focus .focus-title-bg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}
.mbanner .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin-right: 0px;
  z-index: 60;
}
.mbanner .focus .focus-page {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: #fff;
}
.mbanner .focus .focus-page-active {
  width: 18px;
  background: #fff;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.mbanner .focus .focus-navigation {
  width: 58px;
  height: 53px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(../images/slide_next.png) no-repeat;
  text-indent: -999em;
}
.mbanner .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-prev {
  left: 0px;
}
.mbanner .focus .focus-next {
  right: 0px;
  background-position: right top;
}
/* 主页banner结束 */

#container {
  position: relative;
}
.inner.clearfix {
  position: relative;
  background-color: transparent !important;
}

/* 学历教育与非学历教育卡片开始 */
#container .inner .msg .msgdiv {
  width: 303px;
  margin-right: 20px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  border: 1px #dbdbdb solid;
  border-radius: 2px;
}
#container .inner .msg .msgdiv:last-child {
  margin-right: 0;
}
.msgdiv img {
  margin: 50px 0 40px 0;
}
#container .inner .msg .msgdiv .msgdivMain {
  width: 100%;
  text-align: left;
  padding: 0 30px 30px;
  box-sizing: border-box;
}
.msgdiv .msgdivMain .msgdivMain-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}
.msgdiv .msgdivMain .msgdivMain-cont {
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  word-wrap: break-word;
}
.msgdiv .msgdivMain .msgdivMain-line {
  width: 100%;
  margin: 30px 0;
  height: 1px;
  background-color: #ccc;
}
.msgdiv .msgdivMain .msgdivMain-btn {
  width: 140px;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #0078f9;
}
.msgdiv .msgdivMain .msgdivMain-bigbtn {
  width: 100%;
  line-height: 44px;
  text-align: center;
  background-color: #fafafa;
  margin-bottom: 20px;
  border: 1px #dbdbdb solid;
  cursor: pointer;
}
.msgdiv .msgdivMain .msgdivMain-bigbtn:hover {
  color: #fff;
  background-color: #0078f9;
}
.msgdiv .msgdivMain .msgdivMain-bigbtn:last-child {
  margin-bottom: 0;
}

/* 卡片模版 */
.fourCont .inner {
  background: #fff;
  width: 1280px;
  margin: 0 auto;
}
.fourCont .inner .msg {
  width: 1280px;
  height: 450px;
  padding: 60px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.fourCont .inner .msg .msgdiv2 {
  width: 303px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  border-radius: 2px;
}
.fourCont .inner .msg .msgdiv2 .img a img {
  width: 160px;
}
.fourCont .msgdiv2 {
  width: 303px;
  height: 450px;
  text-align: center;
  border: 1px #dbdbdb solid;
}
.fourCont .msgdiv2:hover {
  box-shadow: 1px 1px 4px 8px #f5f5f5;
  border: 1px #f5f5f5 solid;
}
.fourCont .msgdiv2 img {
  margin: 50px 0 40px;
  width: 160px;
  height: 91px;
}
.fourCont .msgdiv2 .contWrap {
  padding: 0 30px 30px;
  text-align: left;
}
.fourCont .msgdiv2 .contWrap .title {
  font-size: 22px;
  font-weight: bold;
}
.fourCont .msgdiv2 .contWrap .cont {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
  line-height: 30px;
  overflow: hidden;
  word-wrap: break-word;
}
.fourCont .msgdiv2 .contWrap .line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 30px 0;
}
.fourCont .inner .msg .msgdivMain-btn {
  width: 140px;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #0d64d0;
}
.fourCont .msgdiv2 .msgdivMain {
  padding: 0 30px 30px;
}
.fourCont .msgdiv2 .msgdivMain .msgdivMain-title {
  text-align: left;
  font-size: 22px;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}
.fourCont .msgdiv2 .msgdivMain .nav-item {
  line-height: 46px;
  border: 1px #dbdbdb solid;
  background-color: #f2f2f2;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  display: block;
  float: none;
}
.fourCont .msgdiv2 .msgdivMain .nav-item:hover {
  background-color: #0d64d0;
  color: #fff;
}
.fourCont .msgdiv2 .msgdivMain .nav-item:hover a span {
  color: #fff;
}
.fourCont .msgdiv2 .msgdivMain .nav-item:last-child {
  margin-bottom: 0;
}
/* 学历教育与非学历教育卡片结束 */

/* 水印 */
.watermask {
  position: absolute;
}

@media only screen and (max-width: 1280px) {
  .watermask {
    display: none;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1679px) {
  .watermask.flower {
    width: 235px;
    height: 210px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 20px;
    top: -70px;
    transform: rotateY(180deg);
    border: 0 !important;
    z-index: -1;
  }
  .watermask.font1,
  .watermask.font2 {
    display: none;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1800px) {
  .watermask.flower {
    width: 235px;
    height: 210px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 70px;
    top: -50px;
    transform: rotateY(180deg);
    border: 0 !important;
    z-index: -1;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1919px) {
  .watermask.flower {
    width: 235px;
    height: 210px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 120px;
    top: -100px;
    transform: rotateY(180deg);
    border: 0 !important;
    z-index: -1;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
  .watermask.font1 {
    width: 175px;
    height: 282px;
    top: 1000px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .watermask.font2 {
    width: 183px;
    height: 293px;
    top: 1650px;
    right: 0;
    background: url(../images/watermask-font.png) no-repeat bottom;
    background-size: 125%;
  }
}

@media only screen and (min-width: 1920px) {
  .watermask.flower {
    width: 320px;
    height: 280px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 90px;
    top: -110px;
    transform: rotateY(180deg);
    border: 0 !important;
    z-index: -1;
  }
  .watermask.font1 {
    width: 235px;
    height: 378px;
    top: 1000px;
    left: 40px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .watermask.font2 {
    width: 280px;
    height: 450px;
    top: 1585px;
    right: 0;
    background: url(../images/watermask-font.png) no-repeat bottom;
    background-size: 125%;
  }
}

/* 四个图文带点击 */
.msgtuWrap {
  width: 100%;
  height: 100%;
  background-color: #f7f9fa;
}
.msgtuWrap .msgtu {
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
}
.msgtuWrap .msgtu .msgtudiv {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.msgtuWrap .msgtu .msgtuCont {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.msgtuWrap .msgtu .msgtuCont ul li {
  flex: 1;
  font-size: 18px;
  color: #333333;
  border: 0;
}
.msgtuWrap .msgtu .msgtuCont ul li .Article_Title {
  float: none;
}
.msgtuWrap .msgtu .msgtuCont ul li a:hover {
  color: rgb(179, 58, 58);
}

#nav2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
}
.navbarBanner {
  width: 1280px;
  height: 70px;
}
.navbarBanner .navbox {
  height: 100%;
} /**导航窗口大小及位置**/
/**导航样式：后台绑定时也可以定义配置**/
.navbarBanner .navbox .wp_nav {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
/**导航高度**/
.navbarBanner .navbox .wp_nav li {
  flex: 1;
  height: 44px;
  margin-right: 30px;
  background-color: #0096ff;
  text-align: center;
  color: #fff;
}
.navbarBanner .navbox .wp_nav li:last-child {
  margin-right: 0;
}
.navbarBanner .navbox .wp_nav li:hover {
  background-color: #e34c4c;
}
.navbarBanner .navbox .wp_nav li:hover a span {
  color: #fff;
}

.navbarBanner .navbox .wp_nav li.nav-item a {
  height: 100%;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
} /**导航字体样式**/
.navbarBanner .navbox .wp_nav li.nav-item a span.item-name {
  padding: 0; /* height:40px; */
  line-height: 44px;
}
/**导航栏目高度与边距**/
.navbarBanner .navbox .wp_nav:after {
  content: '';
}

/* 学院新闻 */
.innertitle {
  font-size: 22px;
  color: #0d64d0;
  font-weight: bold;
  margin: 20px 0 20px;
}
.innerLineBox {
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.innerLineBox .innerLine {
  width: 40px;
  height: 6px;
  background-color: #ec982c;
  margin-right: 25px;
}
.innerLineBox span {
  font-size: 18px;
  color: #999999;
  font-family: Helvetica Neue;
  line-height: 14px;
}
.newsBox {
  display: flex;
  width: 100%;
  height: 536px;
  margin: 40px 0 60px;
  position: relative;
}
.newsBox > div {
  flex: 1;
  height: 536px;
  border: 1px #f5f5f5 solid;
}
.newsBox .newsBoxLeft {
  margin-right: 20px;
  box-shadow: 1px 1px 13px 2px #f5f5f5;
}
/* 学院新闻左边 */
.newsBox .newsBoxLeft .newsScroll {
  width: 630px;
}
.newsBox .newsBoxLeft .newsScroll .lookdetailCont {
  text-align: right;
  color: #0d64d0;
  font-size: 18px;
  padding-right: 30px;
  cursor: pointer;
}
.newsBox .newsBoxLeft .newsScroll .imgs img {
  width: 100%;
  height: 338px;
}
.newsBox .newsBoxLeft .newsScroll .title {
  margin-bottom: 20px;
}
.newsBox .newsBoxLeft .newsScroll .title a {
  font-size: 18px;
  color: #0d64d0;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
}
.newsBox .newsBoxLeft .newsScroll .intro {
  font-size: 15px;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
}
.newsBox .newsBoxLeft .newsScroll .intro a {
  line-height: 21px;
}
/* 学院新闻右边 */
.newsBox .newsBoxRight {
  position: relative;
  box-shadow: 1px 1px 13px 2px #f5f5f5;
}
.newsBox .newsBoxRight .newsChange {
  width: 630px;
  padding: 30px;
  box-sizing: border-box;
}
.newsBox .newsBoxRight .newsChange .newsTitle {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #f0f0f0 solid;
}
.newsBoxRight .newsChange .newsTitle .Titleleft {
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0d64d0;
  color: #fff;
  font-size: 18px;
}
.newsBoxRight .newsChange .newsTitle .more-btn a span {
  font-size: 18px;
  color: #0d64d0;
}
.newsBox .newsBoxRight .newsChange .Article_Index {
  display: none;
}
.newsBox .newsBoxRight .newsChange .wp_article_list .list_item {
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}
.newsBox .newsBoxRight .newsChange .wp_article_list .list_item:last-child {
  border-bottom: none;
}
.newsBox .newsBoxRight .newsChange .Article_Title {
  color: #333;
}
.newsBox .newsBoxRight .newsChange .Article_PublishDate {
  color: #999;
}

/* 通知公告 */
.noticeBg {
  width: 1280px;
  height: 240px;
  position: relative;
}
.noticeBg img {
  width: 100%;
  height: 100%;
}
.noticeBg .noticeBott {
  height: 80px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.noticeBg .noticeBott .noticeTitle {
  position: absolute;
  padding: 30px 20px 30px;
  z-index: 100;
  background-color: rgba(13, 100, 208, 0.9);
  bottom: 0;
  left: 30px;
  height: 50px;
  width: 200px;
}
.noticeTitle .innertitle_notice {
  display: inline-block;
  width: auto;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
  cursor: pointer;
}
.noticeBg .noticeBott .notiveNav {
  width: 1280px;
  height: 80px;
}
.notiveNav .navbarnotice .navbox .wp_nav {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.notiveNav .navbarnotice .navbox .wp_nav li.nav-item:hover {
  background-color: #0078f9;
  border: 0px #f5f5f5 solid;
}
.notiveNav .navbarnotice .navbox .wp_nav li.nav-item:hover a span {
  color: #fff;
  border: 0px #f5f5f5 solid;
}
.notiveNav .navbarnotice .navbox .wp_nav li.nav-item.selected {
  background-color: #0078f9;
  border: 0px #f5f5f5 solid;
}
.notiveNav .navbarnotice .navbox .wp_nav li.nav-item a span.selected {
  color: #fff;
  border: 0px #f5f5f5 solid;
}
.notiveNav .navbarnotice .navbox .wp_nav li.nav-item {
  padding: 0 10px;
  height: 50px;
  border: 1px #d9d9d9 solid;
  background-color: #fff;
  margin-right: 10px;
}
.notiveNav .navbarnotice .wp_nav li.nav-item a {
  height: 100%;
  width: 110px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
} /**导航字体样式**/
/* .notiveNav .navbarnotice .wp_nav li.nav-item a:hover{color:#fff;border: 0px #f5f5f5 solid} */
.notiveNav .navbarnotice .wp_nav .nav-item a span.item-name {
  line-height: 50px;
  padding: 0;
} /**a标签**/

.noticeTop {
  width: 1280px;
  padding: 40px 40px 30px;
  box-sizing: border-box;
  border: 1px #f5f5f5 solid;
  box-shadow: 0 0 3px #f5f5f5;
}

.noticeTop .noticeListNews {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.noticeTop .noticeListNews .noticeList_left {
  width: 100%;
}
.noticeListNews .noticeList_left tr {
  margin-right: 250px;
}
.noticeList_left .news_list {
  width: 100%;
  margin: 0;
  padding: 0 15px 0 15px;
}
.noticeTop .noticeListNews .noticeList_right {
  width: 10%;
}
.noticeTop .noticeListNews .noticeList_right td {
  text-align: center;
  font-size: 15px;
}
.noticeTop .noticeListNews .noticeList_right td p {
  height: 52px;
  line-height: 50px;
}
.noticeTop .noticeListNews .noticeList_right td .upload a {
  color: #0d64d0;
}
#noticetop {
  overflow: hidden;
  width: 95%;
  margin: auto;
  border-bottom: 1px #e6e6e6 solid;
  float: left;
  display: flex;
}
#noticetop::before {
  content: '■';
  color: #ccc;
  margin-right: 15px;
  line-height: 45px;
}
#noticetop > div {
  display: inline-block;
  line-height: 50px;
  flex: 1;
}
#noticetop .upload {
  float: right;
  color: #333;
  font-size: 15px;
  line-height: 50px;
}
#noticetop .title {
  color: #333;
  font-size: 15px;
}
#noticetop .time {
  color: #999;
  font-size: 15px;
  float: right;
}
.news_list li.news p {
  clear: none;
}
.news_list li.news {
  background: none;
}
.clearfix:after {
  content: '';
}
.noticeTop .noticeListNews .morebtn {
  margin-top: 20px;
  color: #0d64d0;
  text-align: right;
  position: relative;
}
.noticeTop .noticeListNews .morebtn .more_text {
  color: #0d64d0;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
}

/* 四个图内容 */
.imgCont {
  padding: 20px 0;
}
.imgCont .cardsTitleBox {
  width: 1280px;
  margin: 0 auto;
}
.cardsTitleBox .cardsImg {
  display: flex;
  justify-content: space-between;
}
.imgCont .cardsTitle .wp_nav {
  display: flex;
  justify-content: space-between;
}
.imgCont .cardsTitle .wp_nav:after {
  display: none;
}
.imgCont .cardsTitle .wp_nav > li {
  flex-basis: 297px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
}
.imgCont .cardsTitle .wp_nav > li .item-name {
  font-size: 22px;
  padding: 0;
  line-height: 80px;
}
.imgCont .cardsTitle .wp_nav > li .item-name:hover {
  color: #0d64d0;
}

/* 快速通道 */
.quick {
  width: 100%;
  margin: 40px 0 60px;
}
.degree tbody {
  display: flex;
  justify-content: space-between;
}
.degree tr {
  flex: 1;
  font-size: 16px;
  border-right: 1px solid #ccc;
  text-align: center;
}
.degree tr:last-child {
  border: 0;
}
.degree td {
  display: inline-block;
}

/* footer */
.footerWrap {
  width: 100%;
  height: 260px;
  background: url(../images/footbg.png) no-repeat center;
  background-size: 120%;
}
.footerWrap .footer {
  width: 1280px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.footerWrap .footer .footleft {
  color: #fff;
  font-family: '微软雅黑';
}
.footerWrap .footer .footright {
  display: flex;
}
.footerWrap .footer .footright > div {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.footerWrap .footer .footright .map {
  margin-right: 20px;
}
.footerWrap .footer .footright #mapWrap {
  cursor: pointer;
  width: 170px;
  height: 120px;
  margin-bottom: 15px;
}
.footerWrap .footer .footright #mapWrap img {
  width: 100%;
  height: 100%;
}
.footerWrap .footer .footright .maWrap {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.footerWrap .footer .footright .maWrap img {
  width: 100%;
  height: 100%;
}
#mapmapWrap {
  visibility: hidden;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#mapmap {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.amap-copyright {
  display: none !important;
}
.amap-toolbar {
  visibility: hidden !important;
}

/* 师资力量开始 */
.expert td:hover {
  background-color: #fff;
  box-shadow: 1px 1px 30px 4px #eaf1f8;
}
.expert {
  margin-top: 60px;
}
.expert tbody {
  display: flex;
  flex-wrap: wrap;
}
.expert tbody tr:nth-child(2n) td {
  margin-right: 0;
}
.expert td {
  display: flex;
  width: 620px;
  height: 302px;
  margin-right: 40px;
  margin-bottom: 40px;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f2f7fc;
}
.expert img {
  width: 200px;
  height: 242px;
  margin-right: 30px;
}
.expert .contWrap {
  width: 100%;
  height: 100%;
}
.expert .contWrap .title {
  margin: 20px 0;
}
.expert .contWrap .title a {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.expert .contWrap .title a:hover {
  color: #cd0200;
}
.expert .contWrap .futitle,
.expert .contWrap .intro {
  font-size: 15px;
  color: #666;
}
.expert .contWrap .futitle {
  line-height: 22px;
  overflow: hidden;
  word-wrap: break-word;
}
.expert .contWrap .intro {
  margin: 40px 0 10px;
  line-height: 24px;
}
.expert .contWrap .intro a {
  line-height: 24px;
}
.expert .contWrap .jtou {
  text-align: right;
  color: #cdcdcd;
}
/* 分页 */
.expert .wp_paging.clearfix {
  width: 820px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  float: none;
}
.expert .wp_paging li {
  float: none;
}
.expert .wp_paging li span,
.expert .wp_paging li a {
  float: none;
}
.expert .wp_paging.clearfix a {
  height: 30px;
  padding: 0 15px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border: 2px solid #dfedfe;
  text-decoration: none;
}
.expert .wp_paging.clearfix a span {
  color: #999;
}

.expert .wp_paging.clearfix .totalNum {
  margin: 0 3px;
}
.expert .wp_paging.clearfix .totalResult {
  margin-left: 15px;
}

/* 水印 */
@media only screen and (max-width: 1680px) {
  .watermask_szll {
    display: none;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .watermask_szll {
    position: absolute;
  }

  .font_szll {
    width: 170px;
    height: 500px;
    left: 20px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .flower_szll {
    width: 430px;
    height: 370px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .watermask_szll {
    position: absolute;
  }

  .font_szll {
    width: 170px;
    height: 500px;
    left: 40px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .flower_szll {
    width: 430px;
    height: 370px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0;
  }
}
/* 师资力量结束 */

/* 名师讲堂开始 */
/* 上方标题和选项卡 */
.innerLineBox.msjt {
  margin-bottom: 60px;
}
.topTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topTitle .right_msjt {
  margin-bottom: 60px;
}
.topTitle .right_msjt ul {
  display: flex;
  height: 18px;
  border-bottom: 0px solid #ccc !important;
}
.sudy-tab .tab-menu li {
  font-size: 16px;
  color: #666;
  font-weight: 200;
  padding: 0;
  margin-right: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topTitle .right_msjt li i {
  color: #0d64d0;
  visibility: hidden;
}
.sudy-tab .tab-menu li.selected {
  color: #0d64d0;
  background-color: #fff;
}
.sudy-tab .tab-menu li.selected i {
  visibility: visible;
}
/* 主题课程部分 */
.courst_msjt {
  width: 100%;
  margin-bottom: 26px;
}
.courst_msjt tbody {
  display: flex;
  justify-content: space-around;
}
.courst_msjt tr {
  flex: 1;
  margin: 0 20px;
  border: 1px #e6e6e6 solid;
  box-sizing: border-box;
}
.courst_msjt td .intro {
  line-height: 28px;
}
.courst_msjt .img {
  padding-top: 20px;
  text-align: center;
}
.courst_msjt .img img {
  width: 191px;
  height: 182px;
  box-shadow: 0 5px 10px #666;
}
.courst_msjt .contWrap {
  padding: 30px;
  box-sizing: border-box;
}
.courst_msjt .contWrap .title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.courst_msjt .contWrap .futitle {
  font-size: 15px;
  color: #0d64d0;
  margin: 20px 0 30px;
}
.courst_msjt .contWrap .futitle a {
  color: #0d64d0;
}
.courst_msjt .contWrap .intro {
  font-size: 15px;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
}
.courst_msjt td:nth-child(3n) {
  margin-right: 0;
}
/* 水印 */
@media only screen and (max-width: 1680px) {
  .watermask_msjt {
    display: none;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .watermask_msjt {
    position: absolute;
  }

  .watermask_msjt.font_msjt {
    width: 200px;
    height: 590px;
    top: 50px;
    left: 30px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .flower_msjt {
    width: 420px;
    height: 365px;
    background: url(../images/watermask-flower.png) repeat;
    background-size: 98%;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1920px) {
  .watermask_msjt {
    position: absolute;
  }

  .watermask_msjt.font_msjt {
    width: 200px;
    height: 590px;
    top: 50px;
    left: 50px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .flower_msjt {
    width: 420px;
    height: 365px;
    background: url(../images/watermask-flower.png) repeat;
    background-size: 98%;
    right: 0;
    bottom: 0;
  }
}
/* 名师讲堂结束 */

/* 学院荣誉开始 */
.innerLineBox.xyry {
  margin-bottom: 20px;
}
.topTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topTitle .right_xyry {
  margin-bottom: 60px;
}
.topTitle .right_xyry ul {
  display: flex;
  height: 18px;
  border-bottom: 0px solid #ccc !important;
}
.sudy-tab .tab-menu li {
  font-size: 16px;
  color: #666;
  font-weight: 200;
  padding: 0;
  margin-right: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.topTitle .right_xyry li i {
  color: #0d64d0;
  visibility: hidden;
}
.right_xyry .tab-menu li.selected {
  color: #0d64d0;
  background-color: #fff;
}
.right_xyry .tab-menu li.selected i {
  visibility: visible;
}
/* 主体部分 */
.develop {
  margin-bottom: 20px;
}
.develop .title {
  width: 100%;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 28px;
  background-color: #e8f2ff;
  color: #0d64d0;
  font-size: 18px;
}
.honour tbody {
  display: flex;
  flex-wrap: wrap;
}
.honour tbody tr {
  width: 406px;
  min-height: 304px;
  margin: 0 30px 30px 0;
  box-sizing: border-box;
}
.honour tbody tr:nth-child(3n) {
  margin-right: 0;
}
.honour tbody tr img {
  width: 406px;
  height: 290px;
}
.honour .title {
  width: 100%;
  line-height: 60px;
  box-sizing: border-box;
  background-color: #e8f2ff;
  color: #0d64d0;
  font-size: 18px;
  text-align: center;
}
.develop td {
  display: flex;
  align-items: center;
  min-height: 80px;
}
.develop td .img {
  margin-right: 40px;
}
.develop td .year,
.develop td .year a {
  font-size: 26px;
  color: #333;
  display: inline-block;
  line-height: 30px;
}
.develop td .year span {
  font-size: 14px;
  color: #333;
}
.develop td .line {
  width: 40px;
  height: 1px;
  background-color: #a8a8a8;
  margin: 0 70px;
}
.develop td .cont {
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honourImg {
  margin: 40px 0 60px;
  width: 100%;
}
/* 水印 */
@media only screen and (max-width: 1280px) {
  .watermask_xyry {
    display: none;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
  .watermask_xyry {
    position: absolute;
  }

  .watermask_xyry.flower_xyry {
    width: 710px;
    height: 610px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 360px;
    border: 0 !important;
  }

  .watermask_xyry.font_xyry {
    display: none;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .watermask_xyry {
    position: absolute;
  }

  .watermask_xyry.flower_xyry {
    width: 850px;
    height: 725px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0;
    border: 0 !important;
  }

  .watermask_xyry.font_xyry {
    width: 226px;
    height: 680px;
    top: 50px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  .watermask_xyry {
    position: absolute;
  }

  .watermask_xyry.flower_xyry {
    width: 850px;
    height: 725px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    bottom: 0;
    border: 0 !important;
  }

  .watermask_xyry.font_xyry {
    width: 226px;
    height: 680px;
    top: 50px;
    left: 20px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }
}
/* 学院荣誉结束 */

/* 资源建设开始 */
/* 课程建设 */
.innerLineBox.zyjs {
  margin-bottom: 60px;
}
.newsChange_zyjs {
  width: 620px;
  height: 510px;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  margin-right: 40px;
  border: 1px #e8f2ff solid;
  margin-bottom: 40px;
}
.newsChange_zyjs:hover {
  box-shadow: 1px 1px 20px 3px #e8f2ff;
}
.newsChange_zyjs:nth-child(2n) {
  margin-right: 0;
}
.newsChange_zyjs .newsTitle {
  display: flex;
  background-color: #e8f2ff;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #f0f0f0 solid;
}
.newsChange_zyjs .newsTitle .Titleleft {
  height: 50px;
  line-height: 50px;
  text-align: left;
  color: #0d64d0;
  font-size: 18px;
  font-weight: bold;
}
.newsChange_zyjs .newsTitle .more-btn a span {
  font-size: 18px;
  color: #0d64d0;
}
.wp_article_list .list_item .Article_Index {
  display: none;
}
.newsChange_zyjs .wp_article_list {
  padding: 30px;
  box-sizing: border-box;
}
.newsChange_zyjs .wp_article_list .list_item {
  font-size: 15px;
  margin-bottom: 22px;
  border-bottom: 0;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.newsChange_zyjs .Article_Title {
  color: #333;
}
.newsChange_zyjs .wp_article_list .list_item .Article_PublishDate {
  color: #999;
}
.newsChange_zyjs .butt {
  width: 160px;
  line-height: 50px;
  text-align: center;
  background-color: #0d64d0;
  font-size: 15px;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  margin: 40px auto 0;
}

.butt a {
  color: #fff;
}

/* 精品课程 */
.courst {
  width: 100%;
  margin-bottom: 26px;
  overflow-x: hidden;
}
.courst .img {
  padding-top: 20px;
  text-align: center;
}
.courst .img img {
  width: 191px;
  height: 182px;
  box-shadow: 0 5px 10px #666;
}
.courst tr {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 0 40px 0;
  overflow-x: hidden;
}
.courst td {
  flex: 1;
  margin: 0 20px;
  box-sizing: border-box;
  border: 1px #e6e6e6 solid;
}
.courst tr:nth-child(3n) {
  margin-right: 0 !important;
}
.courst .contWrap {
  padding: 30px;
  box-sizing: border-box;
}
.courst .contWrap .title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.courst .contWrap .futitle {
  font-size: 15px;
  color: #0d64d0;
  margin: 20px 0 30px;
}
.courst .contWrap .futitle a {
  color: #0d64d0;
}
.courst .contWrap .intro {
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
}
.courst .contWrap .intro a {
  line-height: 28px;
}
/* 水印 */
.watermask_zyjs {
  position: absolute;
}

@media only screen and (min-width: 1280px) and (max-width: 1680px) {
  .watermask_zyjs.flower_zyjs {
    width: 235px;
    height: 220px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 1080px;
    border: 0 !important;
  }
  .watermask_zyjs.font1_zyjs,
  .watermask_zyjs.font2_zyjs {
    display: none;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .watermask_zyjs.flower_zyjs {
    width: 320px;
    height: 300px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 1080px;
    border: 0 !important;
  }
  .watermask_zyjs.font1_zyjs {
    width: 235px;
    height: 378px;
    top: 0;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .watermask_zyjs.font2_zyjs {
    width: 235px;
    height: 378px;
    right: 0;
    bottom: 50px;
    background: url(../images/watermask-font.png) no-repeat bottom;
    background-size: 125%;
  }
}

@media only screen and (min-width: 1920px) {
  .watermask_zyjs.flower_zyjs {
    width: 450px;
    height: 400px;
    background: url(../images/watermask-flower.png) no-repeat;
    background-size: 100%;
    right: 0;
    top: 1080px;
    border: 0 !important;
  }
  .watermask_zyjs.font1_zyjs {
    width: 235px;
    height: 378px;
    top: 0;
    left: 40px;
    background: url(../images/watermask-font.png) no-repeat;
    background-size: 100%;
  }

  .watermask_zyjs.font2_zyjs {
    width: 235px;
    height: 378px;
    right: 40px;
    bottom: 50px;
    background: url(../images/watermask-font.png) no-repeat bottom;
    background-size: 125%;
  }
}
/* 资源建设结束 */

/* 文化建设开始 */
/* 主要内容 */
.topTitle_whjs {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #e6e6e6 solid;
}
.topTitle_whjs .left ul {
  display: flex;
}
.topTitle_whjs .left li {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 16px;
}
.topTitle_whjs .left li:hover {
  background-color: #0d64d0 !important;
  color: #fff !important;
}
.topTitle_whjs .right {
  font-size: 15px;
  color: #999;
}

/* 校友动态 */
.innertitle_whjs {
  font-size: 22px;
  color: #0d64d0;
  font-weight: bold;
  margin: 60px 0 20px;
}
.innerLineBox.whjs {
  display: flex;
  align-items: center;
  align-items: flex-end;
}
.innerLineBox.whjs .innerLine {
  width: 40px;
  height: 6px;
  background-color: #ec982c;
  margin-right: 25px;
}
.innerLineBox.whjs span {
  font-size: 18px;
  color: #999999;
  font-family: Helvetica Neue;
  line-height: 14px;
}
.newsBox_whjs {
  display: flex;
  width: 100%;
  height: 552px;
  margin: 40px 0 60px;
}
.newsBox_whjs > div {
  height: 552px;
}
.newsBox_whjs .newsBoxLeft {
  margin-right: 50px;
}
/* 校友动态左边 */
.newsBox_whjs .newsBoxLeft .newsScroll {
  width: 580px;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  background-color: #f5f7fa;
}
.newsBox_whjs .newsBoxLeft .newsScroll .topTime {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.newsBox_whjs .newsBoxLeft .newsScroll .topTime span {
  font-size: 34px;
  color: #ccc;
}
.newsBox_whjs .newsBoxLeft .newsScroll .topTime i {
  background-color: #0d64d0;
  color: #fff;
  cursor: pointer;
  width: 50px;
  line-height: 30px;
  text-align: center;
}
.newsBox_whjs .newsBoxLeft .newsScroll .imgs img {
  width: 100%;
  height: 295px;
}
.newsBox_whjs .newsBoxLeft .newsScroll .title {
  margin-bottom: 20px;
}
.newsBox_whjs .newsBoxLeft .newsScroll .title a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.newsBox_whjs .newsBoxLeft .newsScroll .intro {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word;
}
.newsBox_whjs .newsBoxLeft .newsScroll .intro a {
  line-height: 21px;
}
/* 校友动态右边 */
.newsBox_whjs .newsBoxRight {
  flex: 1;
}
.newsBox_whjs .newsBoxRight .newsChange {
  width: 100%;
  box-sizing: border-box;
}
.newsBoxRight .newsChange .titleAndTime,
.newsBoxRight .newsChange .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxRight .newsChange .cont span {
  line-height: 20px;
  overflow: hidden;
  word-wrap: break-word;
}
.newsBoxRight .newsChange .cont span a {
  color: #999;
}
.newsBoxRight .newsChange .cont i {
  padding: 0 10px;
  cursor: pointer;
  margin: 0 15px;
  color: #999;
}
.newsBoxRight .newsChange .titleAndTime {
  margin-bottom: 20px;
  position: relative;
}
.newsBoxRight .newsChange td {
  padding: 0 0 0 20px;
  height: 135px;
  border-top: 1px #e6e6e6 solid;
}
.newsBoxRight .newsChange .titleAndTime .title {
  line-height: 25px;
}
.newsBoxRight .newsChange .titleAndTime .title a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  width: 520px;
  display: inline-block;
}
.newsBoxRight .newsChange .titleAndTime span {
  font-size: 16px;
  color: #ccc;
}
.newsBoxRight .newsChange .titleAndTime .point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0d64d0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.newsBox_whjs .newsBoxRight .newsChange .Article_Index {
  display: none;
}
.newsBox_whjs .newsBoxRight .newsChange .wp_article_list .list_item {
  font-size: 15px;
  margin-bottom: 15px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.newsBox_whjs .newsBoxRight .newsChange .Article_Title {
  color: #333;
}
.newsBox_whjs .newsBoxRight .newsChange .Article_PublishDate {
  color: #999;
}
.newsBox_whjs .newsBoxRight .newsChange .more-btn {
  position: absolute;
  top: -60px;
  right: 0;
}
.newsBox_whjs .newsBoxRight .newsChange .more-btn a span {
  font-size: 16px;
  color: #0d64d0;
}

/* 学院文化 */
.cultureWrap {
  margin: 40px 0 0;
}
.cultureWrap td {
  width: 400px;
  margin-right: 40px;
  float: left;
  background-color: #fff;
  box-shadow: 0px 0px 3px 2px #fafafa;
}
.cultureWrap td:last-child {
  margin-right: 0;
}
.cultureWrap .suoImg img {
  width: 400px;
  height: 300px;
}
.cultureWrap .title {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.cultureWrap .title p a {
  font-size: 22px;
  color: #333;
}
.cultureWrap .title i {
  color: #999;
  cursor: pointer;
}
.icon-play {
  color: #0d64d0;
  font-size: 20px;
}
/* 文化建设结束 */

/* qq浏览器弹出框 */
#mb_box_wrapper {
  width: 100%;
  height: 100%;
}
#mb_box {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
}
#mb_con {
  width: 800px;
  position: fixed;
  border-radius: 15px;
  background: white;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mb_tit {
  display: block;
  color: #444;
  font-size: 24px;
  padding: 25px 25px;
  background: #ddd;
  border-radius: 15px 15px 0 0;
  border-bottom: 8px solid #009bfe;
  font-weight: bold;
}
#mb_ico {
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  border: 1px solid gray;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  border-radius: 100%;
  font-size: 25px;
}
#mb_msg {
  padding: 20px;
  line-height: 60px;
  border-bottom: 1px dashed #ddd;
  font-size: 30px;
  text-indent: 50px;
}
#mb_btnbox {
  margin: 35px 30px 35px 0;
  text-align: right;
}
#mb_btnbox label {
  margin-left: 28px;
  font-size: 28px;
}
#mb_btnbox input[type='checkbox'] {
  transform: scale(3);
}

/* 图片弹窗 */
.imgBox {
  width: auto;
  height: auto;
  border: 5px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 9px rgb(37, 37, 37);
}
.imgBox .closeMask {
  position: absolute;
  right: -25px;
  top: -30px;
  font-weight: 600;
  color: rgb(187, 187, 187);
  border-radius: 100%;
  border: 1px solid;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.imgSee img {
  width: 100%;
  height: 100%;
  border-radius: 1px;
}
.imgSee {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
