@charset "utf-8";

/**** 首页模块通用样式 ****/
.module {
  margin-bottom: 24px;
}

.module-name {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #E1E1E1;
  position: relative;
}

.module-name:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  border-top: 1px dotted #3488EA;
}

.module-name span {
  display: inline-block;
  font-size: 2em;
  color: #4290EB;
  position: relative;
  padding-left: 30px;
  background: url(../img/index/title.png) no-repeat left center;
}

.module-name a {
  float: right;
  color: #a0a0a0;
  line-height: 20px;
  width: 55px;
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  border: 1px solid #e5e6e6;
  background: #fff;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0;
}

.module-name a:hover {
  background: #57bc4c;
  color: #fff;
  border-color: #57bc4c;
  ;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .module {
    margin-bottom: 0 !important;
  }

  .notice-box {
    margin-top: 0 !important;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/**** 首页模块 ****/
/*全屏广告图*/
.full-pic,
.full-pic img {
  width: 100%;
  display: block;
}

/* 页脚信息 */
.footer-wrap .footer-info {
  text-align: center;
  padding: 20px 0 30px;
  max-width: 1188px;
  margin: 0 auto;
  position: relative;
  background: url(../img/common/footer_logo.png) no-repeat left top;
}

.footer-wrap .info-box {
  display: inline-block;
  max-width: 50%;
}

.footer-wrap .info-box p {
  line-height: 2;
  margin-top: 10px;
}

.footer-wrap .info-box p span,
.footer-wrap .info-box p a {
  font-size: 1.4em;
  color: #666666;
  display: inline-block;
  margin: 0 8px;
}

.footer-wrap .footer-copyright {
  background-color: #2C2C2C;
  line-height: 38px;
  text-align: center;
}

.footer-wrap .footer-copyright span {
  color: #999999;
  font-size: 1.4em;
}

.footer-wrap .footer-copyright a {
  color: #999999;
  margin: 0 8px;
}

.footer-wrap .code-box {
  max-width: 30%;
  float: right;
}

.footer-wrap .code-box a,.footer-wrap .code-box .blue{
  display: inline-block;
  height: 100px;
  width: 100px;
  padding: 3px;
  border: 1px solid #E7E7E7;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.footer-wrap .code-box .tdcode img {
  display: block;
  width: 100%;
}

.footer-wrap .code-box .blue {
  margin-right: 20px;
  padding: 0;
  border: none;
}

.footer-wrap .code-box .blue img {
  display: inline-block;
  padding-top: 5px;
}

.footer-wrap .code-box a:after {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 1.4em;
  color: #666666;
  position: absolute;
  bottom: -25px;
  text-align: center;
  left: 0;
}
.footer-wrap .code-box .blue:after {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 1.4em;
  color: #666666;
  position: absolute;
  bottom: -25px;
  text-align: center;
  left: 0;
}

.footer-wrap .code-box .tdcode:after {
  content: "官方微信";
}

.footer-wrap .code-box .blue:after {
  content: "事业单位";
}

.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 48px;
  cursor: pointer;
  background: #3A91E2 url("../img/gotop.png") center center no-repeat;
  background-size: 60%;
  border-radius: 5px;
  transition: all .5s ease;
}

.scroll-top:hover {
  background-color: #21a9ff;
  border-radius: 50% 50% 4px 4px;
}

.scroll-top:active {
  border-radius: 50%;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .footer-wrap {
    padding-top: 20px;
    border-top: 10px solid #0185D8;
  }

  .footer-wrap .footer-info {
    padding: 20px;
    background: url(/static/img/footer_logo.5a00976.png) no-repeat 30px top;
  }

  .footer-wrap .info-box p {
    margin-top: 0;
  }
}

/*768 - 991*/
@media (max-width: 991px) {
  .footer-wrap .code-box {
    display: none;
  }

  .footer-wrap .info-box {
    max-width: 80%;
    padding-left: 80px;
    text-align: left;
    margin-top: -15px;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .footer-wrap {
    padding-top: 0;
    border: none;
  }

  .footer-wrap .footer-copyright {
    display: none;
  }

  .footer-wrap .footer-info {
    background: #007DD9;
    padding: 10px;
  }

  .footer-wrap .footer-info .footer-icp,
  .footer-wrap .footer-info .tel,
  .footer-wrap .footer-info .email {
    display: none;
  }

  .footer-wrap .info-box {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding-left: 0;
  }

  .footer-wrap .info-box p span {
    color: #fff;
  }

}

/*头部*/
.header-bg {
  background:#EDFAFE url('../img/common/header_bg.png') 60% center no-repeat;
}

.header-top {
  padding: 25px 0 0;
  height: 150px;
  position: relative;
}

.header-top .logo {
  display: block;
  float: left;
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 106px;
  margin: 0 auto;
}

.header-top .split {
  float: left;
  width: 0;
  height: 51px;
  border-left: 1px solid #d3d3d3;
  margin-left: 18px;
  margin-right: 18px;
}

.header-top .slogan {
  float: left;
  font-size: 3em;
  font-family: '隶书';
  color: #44a4ff;
  height: 51px;
  line-height: 51px;
}

.header-top .phone {
  float: right;
  padding-left: 45px;
  background: url('../img/pic_phone.png') left center no-repeat;
  color: #000000;
  font-size: 1.8em;
  line-height: 26px;
  text-align: left;
}

.header-top .phone span {
  display: block;
  font-family: 'Arial';
  font-size: 1.375em;
  color: #44a4ff;
}

.header-top .nav-open,
.header-nav .nav-close {
  display: none;
}

.search-box {
  width: 240px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 33.33%;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #57BC4C;
}

.search-box input {
  width: 84%;
  height: 35px;
  border: none;
  line-height: 35px;
  color: #333;
  padding-left: 10px;
  background: none;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  font-family: "宋体"
}

.search-box a {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/common/search_btn.png');
  z-index: 10;
  outline: none;
}

.welcome {
  position: absolute;
  right: 10px;
  top: 70%;
  font-size: 1.6em;
  color: #444444;
}

@media only screen and (min-width: 1200px) {


  .header-nav {
    background-color: #007DD9;
  }

  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99;
  }

  .nav-bar>li {
    display: inline-block;
    height: 54px;
    width: 12.5%;
    /* position: relative; */
  }

  .nav-bar>li:hover,
  .nav-bar>li.active {
    background-color: #57BC4C;
    border-color: #57BC4C;
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.6em;
    color: #fff;
    position: relative;
    line-height: 54px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    border-right: 1px solid #4A9DFD;
  }

  .nav-bar>li:first-child>a {
    border-left: 1px solid #4A9DFD;
  }

  .nav-bar>li:hover>a:after,
  .nav-bar>li.active>a:after {
    left: 20px;
    right: 20px;
  }

  .nav-bar>li>ul {
    /* display: none; */
    position: absolute;
    top: 54px;
    right: 4px;
    left: 4px;
    overflow: hidden;
    max-height: 0;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left;
    background: rgba(255, 255, 255, .6);
    z-index: 1000;
  }

  .nav-bar>li:hover>ul {
    max-height: 50px;
  }

  .nav-bar>li>ul>li {
    display: inline-block;
    margin: 10px;
  }

  .nav-bar>li>ul>li>ul {
    display: none;
  }

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.6em;
    line-height: 30px;
    padding: 0 10px;
    color: #0e0e0e;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #fff;
    background: #ff7815;
  }
}

@media (max-width: 1199px) {

  /*导航*/
  .header-bg {
    background: #EDFAFE;
  }

  .header-top {
    padding: 13px 12px 0;
    height: 100px;
  }

  .header-top .logo img {
    height: 65px;
    margin-top: 5px;
  }

  .search-box {
    right: 100px;
    top: 28%;
  }

  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 43%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    background: url('../img/nav_open.png') right center no-repeat;
  }

  .welcome {
    font-size: 1.2em;
  }

  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1;
  }

  .header-nav.show {
    right: 0;
  }

  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 2px #CCC;
    font-size: 1.4rem;
  }

  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/frame/return.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }


  .header-nav .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }

  .nav-bar>li {
    background: #FFF;
    box-shadow: 0 0 4px #CCC;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .nav-bar>li>a {
    font-size: 1.6rem;
    display: block;
    background: #3490EA;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;

  }

  .nav-bar>li:first-child>a {
    display: none;
  }

  .nav-bar>li>ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }


  .nav-bar>li>ul>li {
    display: block;
    margin: 10px;
  }

  .nav-bar>li>ul>li>a {
    font-size: 1.6rem;
    width: 23%;
    float: left;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #E7EEFC;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #3490EA;
  }


  .nav-bar>li>ul>li>ul {
    display: block;
    background: #F3F3F3;
  }

  .nav-bar>li>ul>li>ul>li>a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px;
  }

  .nav-bar>li>ul>li>ul>li.active>a {
    background: #007DD9;
    color: #FFF;
  }
}

@media (max-width: 767px) {
  .header-top .logo {
    display: none;
  }

  .header-top {
    height: 60px;
  }

  .header-bg {
    background: #007DD9;
  }

  .search-box {
    width: 80%;
    left: 10px;
    top: 20%;
  }

  .welcome {
    display: none;
  }

  .header-top .nav-open {
    top: 50%;
  }
}

@media (max-width: 479px) {
  .header-top .nav-open {
    font-size: 0;
  }

  .nav-bar>li>ul>li>a {
    width: 48%;
  }
}

/*焦点图轮播*/
.focus-box {
  width: 388px;
  height: 395px;
}

.focus-content {
  padding-left: 500px;
  position: relative;
}

.focus-module {
  position: relative;
}

.focus-container {
  width: 480px;
  height: 395px;
  left: 0;
  top: 0;
  position: absolute !important;
  overflow: hidden;
}

.focus-container .focus-slide {
  height: 395px;
  position: relative;
  background: #F8F8F8;
}

.focus-container .focus-slide img {
  display: block;
  width: 100%;
  max-height: 288px;
}

.focus-title {
  width: 100%;
  display: block;
  line-height: 34px;
  color: #333;
  font-size: 1.4em;
  text-indent: 10px;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.focus-container .slick-dots {
  width: auto;
  line-height: 34px;
  position: absolute;
  right: 6px;
  bottom: 26%;
  z-index: 10;
  text-align: right;
}

.focus-container .slick-dots li {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  background: none;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #5EBE24;
  width: 10px;
  height: 10px;
}

.focus-container .slick-dots li button {
  display: none;
}

.focus-container .focus-slide a {
  display: block;
  padding: 10px;
}

.focus-container .focus-slide a .news-time {
  width: 68px;
  height: 68px;
  display: table-cell;
  position: relative;
  vertical-align: top;
}

.focus-container .focus-slide a .news-time .day {
  text-align: center;
  width: 100%;
  font-size: 3.2em;
  font-family: "Arial";
  color: #57BC4C;
  display: block;
  padding-top: 2px;
}

.focus-container .focus-slide a .news-time .year {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #57BC4C;
  text-align: center;
  font-size: 1.4em;
  font-family: "Arial";
  display: block;
}

.focus-container .focus-slide a .info {
  display: table-cell;
  padding-left: 6px;
  vertical-align: top;
}

.focus-container .focus-slide a .info h3 {
  color: #57BC4C;
  font-size: 1.8em;
  font-family: "思源黑体";
  line-height: 2;
  margin-bottom: 3px;
  border-bottom: 1px solid #57BC4C;
}

.focus-container .focus-slide a .info p {
  color: #9F9F9F;
  line-height: 21px;
  font-size: 1.4em;
}

.focus-container .focus-slide a:hover {
  border-color: #5EBE24
}

.focus-container .focus-slide a:hover .news-time .year,
.focus-container .focus-slide a:hover .news-time .day,
.focus-container .focus-slide a:hover .info h3 {
  color: #57BC4C;
}

.focus-container .focus-slide a:hover .news-time .day {
  color: #57BC4C;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .focus-module {
    margin-top: 20px !important;
  }

  .focus-content {
    padding-left: 0;
  }

  .focus-container {
    display: none;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/* 日期文字列表 */
.time-txt-list a {
  display: block;
  margin-top: 16px;
  background: #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
  padding: 9px;
}

.time-txt-list li:first-child a {
  margin-top: 0;
}

.time-txt-list a .news-time {
  width: 68px;
  height: 68px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.time-txt-list a .news-time .day {
  text-align: center;
  width: 100%;
  font-size: 2.2em;
  font-family: "Arial";
  color: #999999;
  display: block;
  padding-top: 2px;
}

.time-txt-list a .news-time .year {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #A7A7A7;
  text-align: center;
  font-size: 1.4em;
  font-family: "Arial";
  display: block;
}

.time-txt-list a .info {
  display: table-cell;
  padding-left: 6px;
  vertical-align: middle;
}

.time-txt-list a .info h3 {
  color: #666666;
  font-size: 1.6em;
  font-family: "思源黑体";
  line-height: 25px;
  margin-bottom: 3px;
}

.time-txt-list a .info p {
  color: #9F9F9F;
  line-height: 21px;
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.time-txt-list a:hover {
  border-color: #5EBE24
}


.time-txt-list a:hover .news-time .year,
.time-txt-list a:hover .news-time .day,
.time-txt-list a:hover .info h3 {
  color: #57BC4C;
}


.time-txt-list a:hover .news-time .day {
  color: #57BC4C;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .time-txt-list a .info p {
    white-space: normal;
    overflow: visible;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {
  .time-txt-list a {
    padding: 0 9px;
  }

  .time-txt-list a .info p {
    display: none;
  }
}

/*图文内容样式*/
.img-module {
  width: 100%;
  height: 192px;
  overflow: hidden;
  position: relative;
}

.img-module ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.img-module li {
  width: 288px;
  margin: 10px;
  display: inline-block;
  position: relative;
}

.img-module a {
  display: block;
}

.img-module a img {
  display: block;
  width: 100%;
  height: 172px;
}

.img-module .img {
  position: relative;
}

.img-module .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .5s ease;
  background: rgba(0, 0, 0, .6) url("../img/view.png") center 80% no-repeat;
}

.img-module .img:hover .ico {
  opacity: 1;
  background-position: center 50%;
}

.img-module h3 {
  margin-top: 10px;
  font-size: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  color: #fff;
  line-height: 30px;
}

.img-module .time {
  font-size: 1.4em;
  color: #373737;
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/* 新闻类模块 */
.news-box .module-name {
  margin-bottom: 0;
}

.news-module li {
  position: relative;
  padding-right: 84px;
  border-bottom: 1px dotted #CCCCCC;
  height: 40px;
}

.news-module .module-name {
  margin-bottom: 0;
}

.news-module li:hover a {
  color: #3381EA;
}

.news-module li a {
  display: block;
  font-size: 1.4em;
  color: #555555;
  line-height: 43px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: url(../img/index/list.png) no-repeat left center;
  padding-left: 10px;
}

.news-module li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 43px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
}

.news-module li a:hover {
  background: url(../img/index/list_on.png) no-repeat left center;
  color: #62C058;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .news-box {
    margin-top: 20px !important;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}


/*通知类模块*/
.notice-box {
  position: relative;
  background: #F5F7FA;
  padding: 10px 0;
}

.notice-box .content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.notice-news {
  position: relative;
  height: 40px;
  border-bottom: 1px dashed #D5D5D5;
  padding-left: 120px;
  margin-bottom: 0 !important;
  padding-right: 70px;
}

.notice-module-name {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 0;
  line-height: 40px;
  font-size: 1.6em;
  background: #57BC4C;
  color: #FFF;
  text-align: center;
}

.notice-module-name span {
  color: #FFF;
}

.notice-module li a {
  display: block;
  font-size: 16px;
  color: #7F7F7F;
  line-height: 40px;
  padding-left: 15px;
  background: url(../img/index/notice.png) no-repeat left center;
  transition: all .3s ease;
}

.notice-module .slick-slide {
  text-align: left;
}

.notice-module li a:hover {
  background: url(../img/index/notice_on.png) no-repeat left center;
  color: #60BF55;
}

.notice-box .more {
  position: absolute;
  right: 0;
  color: #A0A0A0;
  line-height: 20px;
  width: 55px;
  text-align: center;
  font-size: 1.4em;
  border: 1px solid #E5E6E6;
  background: #fff;
  top: 50%;
  margin-top: -12px;
  transition: all .3s ease;
}

.notice-box .more:hover {
  background: #57BC4C;
  color: #fff;
  border-color: #57BC4C;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .notice-box .content {
    width: 92%;
  }
}

/*768 - 991*/
@media (max-width: 991px) {
  .notice-box .content {
    width: 94%;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .notice-module li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .notice-box .content {
    width: 96%;
  }
}

@media (max-width: 767px) {
  .notice-box .content {
    width: 94%;
  }
}

.module-bg {
  background: #F5F7FA;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 20px;
}

.module-bg .content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.module-bg .module {
  margin-bottom: 0;
}

/*数字校园平台登录*/
.loginBox {
  width: 100%;
  height: 240px;
  float: left;
  border: 6px solid #E5F1E8;
  background: url(../img/index/ynedut_link.png) no-repeat center;
  background-size: cover;
  /* background: #fff url(../img/index/login.png) 3px 3px no-repeat; */
}
.loginBox a{
  display: block;
  width: 100%;
  height: 100%;
}
.loginBox .loginBox-title {
  display: block;
  width: 320px;
  height: 60px;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #F2F2F2;
  color: #000;
  font-weight: bold;
  font-size: 2em;
  line-height: 60px;
  text-align: center;
}

.loginBox form {
  display: block;
  position: relative;
}

.loginBox .username-box,
.loginBox .password-box {
  width: 320px;
  height: 36px;
  margin: 0 auto 15px auto;
}

.loginBox input {
  display: block;
  width: 318px;
  height: 36px;
  text-indent: 45px;
  border: 1px solid #EEEEEE;
  font-size: 1.4em;
  color: #999999;
  border-radius: 34px;
  outline: none;
}

.loginBox input:focus {
  border: 1px solid #81C423;
  color: #81C423;
}

.loginBox .username-box input {
  background: #FFF url(../img/index/user.png) 17px center no-repeat;
}

.loginBox .password-box input {
  background: #FFF url(../img/index/pwd.png) 17px center no-repeat;
}

.loginBox .username-box input:focus {
  background: #FFF url(../img/index/user_on.png) 17px center no-repeat;
}

.loginBox .pwd-box input:focus {
  background: #FFF url(../img/index/pwd_on.png) 17px center no-repeat;
}

.loginBox input#login {
  width: 128px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 34px;
  font-size: 2.0em;
  background: url(../img/index/submit_bg.png) no-repeat left center;
  margin: 0 auto 10px auto;
}


.video-list-wrap {
  position: relative;
  height: 240px;
}

.video-list-wrap .video {
  width: 100%;
 height: 100%;
  margin: 0 auto;
  position: absolute;
left: 0;
top: 0;
}

.video-list-wrap .play-box {
  display: block;
  height: 240px;
  position: relative;
}

.video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-list-wrap .play-box .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/index/play.png") center 50% no-repeat;
  /* opacity: 0; */
  transition: opacity .5s ease;
}

.video-list-wrap .play-box .title {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 20px;
  right: 20px;
  font-size: 1.6em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
  opacity: 0;
}


.video-list-wrap .play-box:hover .title {
  opacity: 1;
}

.video-module {
  margin-left: -1%;
  margin-right: -1%;
  white-space: nowrap;
}

.video-module .video-item {
  display: inline-block;
  width: 31.3333%;
  height: 75px;
  margin: 8px 1% 0;
  box-sizing: border-box;
  cursor: pointer;
}

.video-module .video-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.video-module .video-item.active {
  border: 2px solid #FF971C;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .loginBox {
    display: none;
  }

  .video-list-wrap {
    display: none;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/* 校园服务 */
.fast-link {
  background: #fff;
  padding: 10px 10px 0;
}

.fast-link a {
  display: inline-block;
  text-align: left;
  width: 48% !important;
  margin: 0 1% 12px 1%;
  font-size: 1.6em;
  color: #333333;
  border: 1px solid #EEEEEE;
  line-height: 80px;
  text-indent: 1em;
}

.fast-link a:hover {
  color: #FF6E0E;
}

.fast-link img {
  vertical-align: middle;
  margin-right: 20px;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .fast-link {
    padding: 0;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .fast-link a {
    width: 23.5%;
    margin: 0 0 0 2%;
  }

  .fast-link a:first-child {
    margin-left: 0;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 639px) {
  .fast-link a {
    width: 46%;
    margin: 0 1% 10px;
  }

  .fast-link a:first-child {
    margin: 0 1% 10px;
  }
}

@media (max-width: 359px) {
  .fast-link img {
    margin-right: 0;
  }
}

/* 友情链接 */
.blogroll-box .content {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0 16px 130px;
  position: relative;
}

.blogroll-box .title {
  font-size: 2.2em;
  white-space: nowrap;
  position: absolute;
  left: 0;
  width: 80px;
  color: #4290EB;
  padding-left: 40px;
  background: url('../img/common/link.png') 0 center no-repeat;
}

.blogroll-box .link-content {
  position: relative;
  max-width: 1050px;
  margin-right: 20px;
  margin-top: 3px;
}

.blogroll-box .link-content a {
  margin-left: 20px;
  font-size: 1.6em;
  font-family: "思源黑体";
  color: #666666;
  cursor: pointer;
}

.blogroll-box .link-content a:hover {
  color: #57BC4C;
}

.blogroll-box .slick-next,
.blogroll-box .slick-prev {
  width: 16px;
  height: 16px;
}

.blogroll-box .slick-next {
  background: url(../img/index/link_next.png) no-repeat left center;
  right: -16px;
}

.blogroll-box .slick-prev {
  background: url(../img/index/link_prev.png) no-repeat left center;
  display: none !important;
}

.blogroll-box .slick-next:before,
.blogroll-box .slick-prev:before {
  display: none;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .blogroll-box {
    display: none;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {}

/* 专题列表 */
.subject-list .slick-list {
  max-width: 93%;
  margin: 0 auto;
  min-height: 90px;
}

.subject-list .slick-list a {
  margin: 0 20px;
}

.subject-list .slick-list a img {
  display: block;
  width: 100%;
}

.subject-list .slick-next,
.subject-list .slick-prev {
  width: 48px;
  height: 90px;
  transition: all .3s ease;
}

.subject-list .slick-prev {
  background: url(../img/index/prev2.png) no-repeat left center;
  left: 0;
}

.subject-list .slick-prev:hover {
  background: url(../img/index/prev2_on.png) no-repeat left center;
}

.subject-list .slick-next {
  background: url(../img/index/next2.png) no-repeat left center;
  right: 0;
}

.subject-list .slick-next:hover {
  background: url(../img/index/next2_on.png) no-repeat left center;
}

.subject-list .slick-next:before,
.subject-list .slick-prev:before {
  display: none;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .subject-list {
    margin-top: 20px !important;
  }

  .subject-list .slick-list {
    min-height: auto;
  }

  .subject-list .slick-next,
  .subject-list .slick-prev {
    width: 35px;
    height: 75px;
    background-size: 100%;
    top: 50%;
  }

  .subject-list .slick-next:hover,
  .subject-list .slick-prev:hover {
    width: 35px;
    height: 75px;
    background-size: 100%;
    top: 50%;
  }
}

/*768 - 991*/
@media (max-width: 991px) {
  .subject-list .slick-list {
    max-width: 90%;
  }

  .subject-list .slick-next,
  .subject-list .slick-prev {
    width: 35px;
    height: 75px;
    background-size: 100%;
    top: 40%;
  }

  .subject-list .slick-next:hover,
  .subject-list .slick-prev:hover {
    width: 35px;
    height: 75px;
    background-size: 100%;
    top: 40%;
  }
}

/*320 - 767*/
@media (max-width: 767px) {

  .subject-list .slick-next,
  .subject-list .slick-prev {
    width: 30px;
    height: 62px;
    background-size: 100 100%;
    top: 35%;
  }

  .subject-list .slick-next:hover,
  .subject-list .slick-prev:hover {
    width: 30px;
    height: 62px;
    background-size: 100 100%;
    top: 35%;
  }
}

@media (max-width: 639px) {

  .subject-list .slick-next,
  .subject-list .slick-prev {
    top: 50%;
  }

  .subject-list .slick-next:hover,
  .subject-list .slick-prev:hover {
    top: 50%;
  }
}

/*banner*/

.banner-box {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.banner-content {
  width: 100%;
  height: 400px;
}

.banner-item {
  height: 400px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

.banner-box .slick-dots li button {
  display: none;
}

/* 默认风格 */
.banner-box.default .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.banner-box.default .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #57BC4C;
  opacity: 1;
}

.banner-box.default .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease, right .5s ease;
  background-image: url('../img/banner_btn1.png');
}

.banner-box.default .slick-arrow:before {
  display: none;
}

.banner-box.default .slick-arrow.slick-prev {
  left: -65px;
  background-position: -60px 0;
}

.banner-box.default .slick-arrow.slick-next {
  right: -65px;
  background-position: -180px 0;
}

.banner-box.default .slick-arrow.slick-prev:hover {
  background-position: 0 0;
}

.banner-box.default .slick-arrow.slick-next:hover {
  background-position: -120px 0;
}

.banner-box.default:hover .slick-arrow {
  opacity: 1;
}

.banner-box.default:hover .slick-arrow.slick-prev {
  left: 5px;
}

.banner-box.default:hover .slick-arrow.slick-next {
  right: 5px;
}

/* 风格1 */
.banner-box.style1 .slick-dots {
  padding: 8px 10px;
  width: 150px;
  margin-left: -150px;
  left: 50%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 3px;
}

.banner-box.style1 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.banner-box.style1 .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #FF7815;
  opacity: 1;
}

.banner-box.style1 .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease, right .5s ease;
  background-image: url('../img/banner_btn2.png');
}

.banner-box.style1 .slick-arrow:before {
  display: none;
}

.banner-box.style1 .slick-arrow.slick-prev {
  left: -65px;
  background-position: -60px 0;
}

.banner-box.style1 .slick-arrow.slick-prev:hover {
  background-position: 0 0;
}

.banner-box.style1 .slick-arrow.slick-next {
  right: -65px;
  background-position: -180px 0;
}

.banner-box.style1 .slick-arrow.slick-next:hover {
  background-position: -120px 0;
}

.banner-box.style1:hover .slick-arrow {
  opacity: 1;
}

.banner-box.style1:hover .slick-arrow.slick-prev {
  left: 5px;
}

.banner-box.style1:hover .slick-arrow.slick-next {
  right: 5px;
}

/* 风格2 */
.banner-box.style2 .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 6px;
  margin: 0 3px;
  cursor: pointer;
  border-radius: 2px;
  background: #fff;
  opacity: .6;
  transition: all .5s ease;
}

.banner-box.style2 .slick-dots li.slick-active {
  width: 24px;
  opacity: 1;
}

.banner-box.style2 .slick-arrow {
  width: 41px;
  height: 70px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
  opacity: 0;
  transition: left .5s ease, right .5s ease;
  background-image: url('../img/banner_btn3.png');
}

.banner-box.style2 .slick-arrow:before {
  display: none;
}

.banner-box.style2 .slick-arrow.slick-prev {
  left: -65px;
  background-position: -41px 0;
}

.banner-box.style2 .slick-arrow.slick-prev:hover {
  background-position: 0 0;
}

.banner-box.style2 .slick-arrow.slick-next {
  right: -65px;
  background-position: -123px 0;
}

.banner-box.style2 .slick-arrow.slick-next:hover {
  background-position: -82px 0;
}

.banner-box.style2:hover .slick-arrow {
  opacity: 1;
}

.banner-box.style2:hover .slick-arrow.slick-prev {
  left: 0;
}

.banner-box.style2:hover .slick-arrow.slick-next {
  right: 0;
}

@media (max-width:1199px) {

  .banner-box,
  .banner-content,
  .banner-item {
    height: 300px;
  }
}

@media (max-width:991px) {

  .banner-box,
  .banner-content,
  .banner-item {
    height: 300px;
  }

  .banner-box .slick-arrow {
    display: none !important;
  }

  .banner-item {
    background-size: cover;
  }
}

@media (max-width:767px) {
  .banner-box,
  .banner-content,
  .banner-item {
    height: 200px;
  }
}
@media (max-width:479px) {
  .banner-box,
  .banner-content,
  .banner-item {
    height:120px;
  }
}

.frame-banner {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.frame-banner-item {
  height: 280px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (max-width:1023px) {
  .frame-banner-item {
    background-size: cover;
    height: 240px;
  }
}

@media (max-width:767px) {
  .frame-banner-item {
    background-size: cover;
    height: 180px;
  }
}

/* 搜索页面 */
/* 未搜索到内容 */
.search-nofind {
  border-radius: 6px;
  border: 2px solid #398FFF;
  overflow: hidden;
  width: 470px;
  margin: 30px auto;
}

.search-nofind .tips {
  line-height: 37px;
  text-align: center;
  background-color: #398FFF;
  color: #fff;
  font-family: '宋体';
  font-size: 1.2em;
  font-weight: bold;
}

.search-nofind .txt {
  padding: 20px 0;
  text-align: center;
}

.search-nofind .txt span {
  color: #FF4C00;
  font-family: '宋体';
  font-size: 1.4em;
  font-weight: bold;
  line-height: 40px;
}

.search-nofind .txt p {
  font-family: '宋体';
  font-size: 1.2em;
  text-align: center;
  color: #0043AA;
}

/* 有搜索内容 */
.header-location {
  height: 54px;
  background: #2FA6FF;
}

.location-content {
  padding-left: 30px;
  background: url('../img/search_location.png') 5px center no-repeat;
}

.header-location .location-content a,
.header-location .location-content span {
  font-size: 2em;
  color: #FFF;
  line-height: 54px;
}

.search-content .search-title {
  line-height: 50px;
  margin-top: 40px;
  padding-left: 30px;
  background: #F5F5F5 url('../img/search_success.png') 5px center no-repeat;
  font-size: 1.6em;
}

.search-content {
  min-height: 500px;
  position: relative;
}

.search-orange {
  color: #FF7815;
  margin: 0 3px;
}

.search-newslist {
  width: 98%;
  margin: 0 auto;

}

.search-newslist>a {
  display: block;
  width: 99%;
  padding: 15px 0 15px 0;
  border-bottom: 1px #E4E4E4 solid;
  position: relative;
  overflow: hidden;
}

.search-newslist a .search-info {
  display: table;
  width: 100%;
}

.search-img,
.search-txt {
  display: table-cell;
  vertical-align: top;
}

.search-img {
  width: 180px;
  height: 108px;
}

.search-img img {
  width: 100%;
  height: 100%;
}

.search-newslist a h4 {
  font-size: 1.8em;
  padding-left: 30px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 5px;
  overflow: hidden;
  background: url('../img/search_title_icon.png') left center no-repeat;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.search-newslist a h4 span {
  color: #027DBC;
}

.search-newslist a h4 span.orange {
  color: #FF7815;
}

.search-result,
.search-newslist a h4 span.keywords {
  color: #FF991B;
}

.search-newslist>a:hover {
  border-bottom: 1px #FF7815 solid;
}

.search-newslist a .search-txt {
  width: 100%;
  float: left;
  overflow: hidden;
}

.search-newslist a:hover .keywords {
  color: #FF7815;
}

.search-newslist a:hover h4 {
  color: #FF7815;
}


.search-newslist a p {
  font-size: 1.4em;
  color: #3D3D3D;
  line-height: 200%;
  font-family: '微软雅黑';
  padding-left: 10px;
  width: 100%;
}

.search-newslist a .search-time {
  color: #777;
  font-family: '微软雅黑';
  display: block;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 1.4em;
  text-align: right
}

.search-newslist a:hover .search-time {
  color: #FF7815;
}

.search-footer {
  line-height: 60px;
  height: 60px;
  background: #2FA6FF;
  color: #FFF;
  font-size: 1.8em;
  text-align: center;
  margin-top: 20px;
}

.search-pagination {
  margin: 15px auto;
  text-align: center;
  padding-bottom: 15px;
}

.search-pagination a {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #999999;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 1px
}

.search-pagination a:hover {
  background: #2FA6FF;
  color: #fff;
}

.search-pagination a.jp-current,
a.jp-current:hover {
  color: #2FA6FF;
  font-weight: bold;
}

.search-pagination a.jp-disabled,
a.jp-disabled:hover {
  cursor: default;
  background: #F5F5F5;
  color: #bbb;
}

.search-pagination a.jp-current,
a.jp-current:hover {
  cursor: default;
  background: #2FA6FF;
  color: #fff;
}

.search-pagination span {
  margin: 0 5px;
}

/**** 列表内容页通用 ****/
.frame-wrap {
  margin: 0 auto;
  max-width: 1188px;
}

.frame-circle-wrap {
  min-height: 600px;
  background: url(../img/frame/frame_circle.png) no-repeat center bottom;
  background-size: 100%;
}

.frame-left {
  float: left;
  width: 250px;
  /* margin-right: 12px; */
  margin-bottom: 24px;
}

.frame-right {
  float: right;
  width: 918px;
  background: #fff;
  min-height: 400px;
  margin-bottom: 25px;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .frame-left {
    display: none;
  }

  .frame-right {
    width: 100%;
    font: none;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0;
  }
}

/* 侧边菜单 */
.sidebar-title {
  height: 105px;
  line-height: 105px;
  background: url('../img/frame/sidebar_title.png') right center no-repeat;
  font-size: 2.8em;
  color: #fff;
  text-indent: 1em;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.lightblue .sidebar-title {
  background-color: #44A4FF;
}

.orange .sidebar-title {
  background-color: #44A4FF;
}

.sidebar-menu {
  padding: 6px;
  margin: 0 auto;
  background-color: #E9EFF8;
}

.sidebar-menu>li {
  margin-bottom: 6px;
}

.sidebar-menu>li:last-child {
  margin-bottom: 0;
}

.sidebar-menu>li>a {
  display: block;
  line-height: 46px;
  border-radius: 3px;
  font-size: 1.8em;
  color: #4793EC;
  text-align: center;
  transition: all 0.5s ease;
  background-position: 30px center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #ffffff;
  background-image: url('../img/frame/sidebar_un.png');
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background-color: #57BC4C;
  color: #fff;
  background-image: url('../img/frame/sidebar_on.png');
}

.lightblue .sidebar-menu>li:hover>a,
.lightblue .sidebar-menu>li.active>a {
  color: #FFA75B;
}

.orange .sidebar-menu>li:hover>a,
.orange .sidebar-menu>li.active>a {
  background-color: #FF7815;
}

.sidebar-menu ul {
  padding: 0 6px;
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.2s ease;
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto;
}

.sidebar-menu ul>li>a {
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 39px;
  font-size: 1.6em;
  color: #777777;
  border-bottom: 1px solid #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  color: #FF7815;
  border-bottom: 1px solid #FF7815;
}

.lightblue .sidebar-menu ul>li:hover>a,
.lightblue .sidebar-menu ul>li.active>a {
  color: #56ADFF;
  border-bottom: 1px solid #56ADFF;
}

.orange .sidebar-menu ul>li:hover>a,
.orange .sidebar-menu ul>li.active>a {
  color: #56ADFF;
  border-bottom: 1px solid #56ADFF;
}

.sidebar-menu ul>li>a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #C0C0C0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sidebar-menu ul>li:hover>a:before,
.sidebar-menu ul>li.active>a:before {
  background-color: #FF9132;
}

.lightblue .sidebar-menu ul>li:hover>a:before,
.lightblue .sidebar-menu ul>li.active>a:before {
  background-color: #56ADFF;
}

.orange .sidebar-menu ul>li:hover>a:before,
.orange .sidebar-menu ul>li.active>a:before {
  background-color: #56ADFF;
}
.sidebar-link{
  display: none;
}
.sidebar-link a {
  display: block;
  margin-top: 12px;
}

.sidebar-link img {
  display: block;
  /* width: 100%; */
  max-width: 238px;
}

/* 面包屑 */
.frame-location {
  padding-bottom: 12px;
  position: relative;
  padding-left: 24px;
  background: url('../img/frame/ico_path.png') 0 3px no-repeat;
  font-size: 1.6em;
  color: #7c7c7c;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #F1F1F1;
}

.frame-location.lightblue,
.frame-location.orange {
  background-image: url('../img/ico_path2.png');
}

.frame-location:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  background: #3488EA;
}

.frame-location.lightblue:after {
  height: 1px;
  border-color: #44A4FF;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 346px;
}

.frame-location.orange:after {
  height: 1px;
  border-color: #FF7815;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 346px;
}

.frame-location a {
  color: #666666;
  font-size: 1em;
}

.frame-location span:last-child a {
  color: #4793EC;
}

.frame-location.orange span:last-child a {
  color: #FF7815;
}

.frame-location em {
  display: inline-block;
  margin: 0 5px;
  font-size: 1em;
}

.frame-location span:last-child em {
  display: none;
}

/*768 - 991*/
@media (max-width: 991px) {

  .frame-location span:nth-child(2),
  .frame-location span:nth-child(1) {
    /* display: none; */
  }
}

/* 新闻类列表页 */
.news-list .default {
  padding: 12px 0;
  display: table;
  height: 172px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: all .3s ease;
}

.news-list .default>div {
  display: table-cell;
  vertical-align: top;
}

.news-list .default .img {
  display: block;
  width: 250px;
  height: 150px;
  overflow: hidden;
}

.news-list .default img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.news-list .default .time {
  position: absolute;
  right: 0;
  font-family: "Arial";
  font-size: 1.4em;
  color: #8B8C91;
  top: 25px;
}

.news-list .default .txt {
  padding-top: 20px;
  position: relative;
  padding-left: 20px;
}

.news-list .default .title {
  font-size: 1.8em;
  color: #444444;
  line-height: 180%;
  position: relative;
  transition: all .3s ease;
}

.news-list .default .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 6px 0 15px;
}

.news-list .default:hover {
  border-color: #57BC4C;
}

.news-list .default:hover .title {
  color: #57BC4C;
}

.news-list .default:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {
  .news-list .default {
    height: auto;
    display: flex;
  }

  .news-list .default>div {
    display: block;
  }

  .news-list .default .img {
    display: none;
  }

  .news-list .default .time {
    padding-left: 0;
  }

  .news-list .default .txt {
    padding-left: 3vw;
  }

  .news-list .default .txt:before {
    display: none;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .news-list .default .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news-list .default .time {
    position: relative;
    left: 0;
    display: block;
    top: 0;
  }

  .news-list .default .txt {
    padding-left: 0;
    padding-top: 0;
  }
}

/*  */
.news-list .lightblue {
  display: table;
  height: 140px;
  margin-bottom: 24px;
}

.news-list .lightblue>div {
  display: table-cell;
  vertical-align: top;
}

.news-list .lightblue .img {
  position: relative;
  width: 210px;
  height: 140px;
  overflow: hidden;
}

.news-list .lightblue img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.news-list .lightblue img:hover {
  transform: scale(1.1)
}

.news-list .lightblue .time {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  left: 6px;
  top: 6px;
  color: #fff;
  text-align: center;
  transition: all .5s ease;
}

.news-list .lightblue .img:hover .time {
  filter: blur(4px)
}

.news-list .lightblue .time .day {
  font-size: 2.4em;
  display: block;
}

.news-list .lightblue .time .year {
  font-size: 1.4em;
}

.news-list .lightblue .txt {
  padding-left: 12px;
}

.news-list .lightblue .title {
  font-size: 1.8em;
  color: #0c6ac2;
  border-bottom: 1px dashed #44A4FF;
  line-height: 2;
}

.news-list .lightblue .intro {
  font-size: 1.6em;
  line-height: 1.5;
  margin: 10px 0
}

.news-list .lightblue .view {
  font-size: 1.4em;
  display: block;
  color: #999999;
  padding-left: 20px;
  background: url('../img/ico_view.png') 0 center no-repeat;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .news-list .lightblue .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news-list .lightblue .time .day {
    font-size: 2.2em;
  }

  .news-list .lightblue .time .year {
    font-size: 1.2em;
  }
}

/*768 - 991*/
@media (max-width: 991px) {
  .news-list .lightblue .img {
    display: none;
  }

  .news-list .lightblue .txt {
    padding-left: 0;
  }
}

/*320 - 767*/
@media (max-width: 767px) {}

/* 通知类列表页 */
.notice-list .default {
  display: block;
  border-bottom: 1px dotted #BABABA;
  padding: 12px 0px 12px 12px;
  line-height: 25px;
  background: url("../img/frame/list4.png") left center no-repeat;
}

.notice-list .default:hover {
  background-image: url("../img/frame/list4_on.png");
  border-color: #57BC4C;
}

.notice-list .default .time {
  display: inline-block;
  float: right;
  width: 90px;
  height: 32px;
  font-size: 1.4em;
  text-align: center;
  font-family: "Arial";
  color: #999999;
  transition: all .5s ease;
}

.notice-list .default .title {
  font-size: 1.6em;
  color: #333;
}

.notice-list .default:hover .time {
  color: #57BC4C;
}

.notice-list .default:hover .title {
  color: #57BC4C;
}

/*  */
.notice-list .orange {
  display: block;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.notice-list .orange .title {
  font-size: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notice-list .orange:hover .title {
  color: #116DC3;
}

.notice-list .orange .intro {
  font-size: 1.6em;
  color: #797979;
  margin: 5px 0;
  line-height: 1.5;
}

.notice-list .orange:hover .intro {
  color: #333;
}

.notice-list .orange .time,
.notice-list .orange .view {
  color: #999;
  font-size: 1.2em;
  display: inline-block;
  margin-right: 10px;
}

.notice-list .orange .view {
  padding-left: 20px;
  background: url('../img/ico_view.png') 0 center no-repeat;
}

/*992 - 1199*/
@media (max-width: 1199px) {
  .notice-list .orange .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/*768 - 991*/
@media (max-width: 991px) {}

/*320 - 767*/
@media (max-width: 767px) {
  .notice-list {
    margin-top: -12px;
  }

  .notice-list .default {
    background: url("../img/frame/list4.png") left 18px no-repeat;
    padding: 10px 0 0 12px;
  }

  .notice-list .default .time {
    float: none;
    display: block;
  }
}

/* 无信息提示 */
.empty-list-info {
  text-align: center;
  line-height: 3;
}

/* 图片列表样式 */
.img-list {
  margin-left: -1%;
  margin-right: -1%;
}

.img-list li {
  width: 31.33%;
  margin: 10px 1% 10px 1%;
  display: inline-block;
}

.img-list a {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-list a img {
  display: block;
  width: 100%;
  height: 170px;
}

.img-list .img {
  position: relative;
}

.img-list .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(0, 0, 0, .6) url("../img/view.png") center 80% no-repeat;
}

.img-list .img:hover .ico {
  opacity: 1;
  background-position: center 50%;
}

.img-list h3 {
  font-size: 1.6em;
  color: #fff;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, .6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.img-list a:hover h3 {
  color: #5EAA2D;
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {
  .img-list a img {
    height: 150px;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .img-list li {
    width: 48%;
  }

  .img-list a img {
    height: 170px;
  }
}

/*320 - 767*/
@media (max-width: 639px) {
  .img-list a img {
    height: 140px;
  }
}

@media (max-width: 479px) {
  .img-list li {
    width: 98%;
  }

  .img-list a img {
    height: 170px;
  }
}

/* 视频列表 */
.video-list {
  margin-left: -1%;
  margin-right: -1%;
}

.video-list li {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  border: 1px dotted #CCCCCC;
  padding: 10px;
}

.video-list li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.video-list a img {
  display: block;
  width: 100%;
  height: 175px;
}

.video-list .img {
  position: relative;
}

.video-list .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: url("../img/play_btn.png") center 50% no-repeat;
}


.video-list h3 {
  padding: 8px 0 0 0;
  font-size: 1.4em;
  color: #666666;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

.video-list li:hover {
  border-color: #57BC4C;
}

.video-list li:hover h3 {
  color: #57BC4C;
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {
  .video-list a img {
    height: 135px;
  }
}

/*320 - 767*/
@media (max-width: 767px) {
  .video-list li {
    width: 48%;
  }

  .video-list a img {
    height: 170px;
  }
}

/*320 - 767*/
@media (max-width: 639px) {
  .video-list a img {
    height: 140px;
  }
}

@media (max-width: 479px) {
  .video-list li {
    width: 98%;
  }

  .video-list a img {
    height: 170px;
  }
}

/* 领导列表页面 */
.leader-list h6 {
  border-bottom: 1px solid #CDCDCD;
  line-height: 30px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url('../img/frame/leader_title_icon.png') left 2px no-repeat;
  font-size: 2em;
  color: #4290EB;
  margin-bottom: 20px;
}

.leader-list h6 span {
  font-size: 0.8em;
  color: #FE8711;
}

.leader-list a {
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.leader-list .leader-content {
  display: table;
}

.leader-list .img {
  width: 132px;
  height: 165px;
  display: table-cell;
  font-size: 0;
}

.leader-list .img img {
  width: 100%;
  height: 100%;
}

.leader-list .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  position: relative;
}

.leader-list .txt p {
  font-size: 1.6em;
  line-height: 25px;
}

.leader-list .txt span {
  display: inline-block;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  color: #9B9B9B;
  font-size: 1.4em;
  border: 1px solid #E0E0E0;
}

.leader-list a:hover {
  border-color: #F27B04;
}

.leader-list a:hover .txt span {
  background: #F27B04;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-color: #F27B04;
}

@media only screen and (max-width:479px) {

  .leader-list .txt {
    display: inline-block;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }

  .leader-list .txt span {
    position: relative;
    float: right;
  }

  .leader-content {
    text-align: center;
  }

  .leader-list .img {
    width: 60%;
    display: block;
    height: auto;
    margin: 0 auto;
  }
}



/* 教特列表页面 */
.teacher-list h6 {
  border-bottom: 1px solid #CDCDCD;
  line-height: 30px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url('../img/frame/leader_title_icon.png') left 2px no-repeat;
  font-size: 2em;
  color: #4290EB;
  margin-bottom: 20px;
}

.teacher-list h6 span {
  font-size: 0.8em;
  color: #FE8711;
}

.teacher-list a {
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.teacher-list .leader-content {
  display: table;
}

.teacher-list .img {
  width: 190px;
  height: 142px;
  display: table-cell;
  font-size: 0;
}

.teacher-list .img img {
  width: 100%;
  height: 100%;
}

.teacher-list .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  position: relative;
}

.teacher-list .txt p {
  font-size: 1.6em;
  line-height: 25px;
}

.teacher-list .txt span {
  display: inline-block;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  color: #9B9B9B;
  font-size: 1.4em;
  border: 1px solid #E0E0E0;
}

.teacher-list a:hover {
  border-color: #F27B04;
}

.teacher-list a:hover .txt span {
  background: #57BC4C;
  color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  border-color: #57BC4C;
}

@media only screen and (max-width:479px) {

  .teacher-list .txt {
    display: inline-block;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }

  .teacher-list .txt span {
    position: relative;
    float: right;
  }

  .leader-content {
    text-align: center;
  }

  .teacher-list .img {
    width: 60%;
    display: block;
    height: auto;
    margin: 0 auto;
  }
}

/* 下载列表页面 */
.download-list .download-content {
  border-bottom: 1px solid #F0F0F0;
  margin: 10px 0;
  padding: 0 0 10px 0;
  padding-left: 50px;
  background: url('../img/frame/download_title.png') left center no-repeat;
  position: relative;
}

.download-list .download-content h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-list .download-content .day {
  font-family: "Arial";
  font-size: 1.4em;
  display: inline-block;
  padding-left: 20px;
  background: url('../img/frame/date.png') left center no-repeat;
  color: #777;
}

.download-list .download-content .view {
  margin-left: 30px;
  font-size: 1.4em;
  color: #777;
  background: url('../img/frame/download.png') left center no-repeat;
  padding-left: 20px;
}

.download-list .download-content .author {
  margin-left: 30px;
  font-size: 1.4em;
  color: #777;
  background: url('../img/frame/author.png') left center no-repeat;
  padding-left: 20px;
}

.download-list .download-content .download-btn {
  display: inline-block;
  width: 72px;
  height: 24px;
  border: 1px solid #F0F0F0;
  color: #333333;
  font-size: 1.4em;
  line-height: 24px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.download-list .download-content .download-btn:hover {
  background: #57BC4C;
  color: #FFF;
  border-color: #57BC4C;
}

.download-list .download-content:hover {
  border-color: #57BC4C;
}

.download-list .download-content:hover h3 {
  color: #57BC4C;
}

@media only screen and (max-width:639px) {
  .download-list .download-content {
    overflow: hidden;
  }

  .download-list .download-content .download-btn {
    position: relative;
    margin-top: 5px;
    left: 0;
    width: 60px;
    /* margin-left: 20px; */
    float: right;
  }

  .download-list .download-content .author {
    display: none;
  }
}

@media only screen and (max-width:359px) {
  .download-list .download-content .view {
    margin-left: 5px;
    padding-left: 15px;
  }
}

.circle-list {
  padding-top: 50px;
  position: relative;
}

.circle-list li {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}

.circle-list li a {
  display: block;
}

.circle-list li .img {
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #F0F0F0;
  width: 150px;
  height: 150px;
}

.circle-list li .img img {
  display: block;
  width: 100%;
  transition: all .3s ease;
}

.circle-list li h3 {
  font-size: 1.6em;
  color: #737373;
  padding-top: 5px;
  transition: all .3s ease;
}

.circle-list li a:hover .img {
  border-color: #A3DA9D;
}

.circle-list li a:hover h3 {
  color: #A3DA9D;
}

@media only screen and (max-width:767px) {
  .circle-list li {
    width: 50%;
    margin-bottom: 20px;
  }

}

@media only screen and (max-width:479px) {
  .circle-list {
    padding-top: 20px;
  }

}

.org-list {
  position: relative;
  margin-bottom: 80px;
  margin-top: 50px;
}

.org-list li {
  width: 23%;
  float: left;
  margin: 10px 1%;
}

.org-list li a {
  display: block;
  padding: 15px;
  border: 1px solid #DEEBF8;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 1px 3px #E0EDF8;
  transition: all .3s ease;
}

.org-list li .img {
  display: inline-block;
  max-width: 35%;
  float: left;
}

.org-list li h3 {
  display: inline-block;
  max-width: 60%;
  font-size: 2em;
  color: #777777;
  line-height: 60px;
  transition: all .3s ease;
}

.org-list li a:hover {
  border-color: #CCEBC9;
  box-shadow: 0 1px 3px #AADDA4;
}

.org-list li a:hover h3 {
  color: #71C668;
}

@media only screen and (max-width:1199px) {
  .org-list li {
    width: 31.33%;
  }

}

@media only screen and (max-width:1023px) {
  .org-list li {
    width: 48%;
  }

}

@media only screen and (max-width:639px) {
  .org-list li {
    width: 98%;
  }

}

/* 特殊页面标题样式 */
.special-title-box {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 5px;
}

.xhxx-title-box {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 5px;
}

.special-title-box .special-article-title,
.xhxx-title-box .xhxx-article-title {
  display: inline-block;
  padding: 5px 20px;
  font-size: 2.4em;
  color: #3A8BEA;
  position: relative;
  background: #fff;
}

.special-title-box .special-article-title:before,
.special-title-box .special-article-title:after,
.xhxx-title-box .xhxx-article-title:before,
.xhxx-title-box .xhxx-article-title:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 33px;
  top: 50%;
  margin-top: -16px;
  position: absolute;
}

.special-title-box .special-article-title:before,
.xhxx-title-box .xhxx-article-title:before {
  background: url('../img/frame/special_icon1.png') center no-repeat;
  position: absolute;
  left: -30px;
}

.special-title-box .special-article-title:after,
.xhxx-title-box .xhxx-article-title:after {
  background: url('../img/frame/special_icon2.png') center no-repeat;
  right: -30px;
}

.special-article-content p,
.xhxx-article-content p {
  font-size: 1.6em;
  text-indent: 2em;
  line-height: 1.8em;
}

.special-article-content p img,
.xhxx-article-content p img {
  max-width: 100%;
  display: block;
  margin: 15px auto;
}

.xhxx-box {
  margin-bottom: 50px;
}

.xhxx-box h4 {
  font-size: 2.4em;
  color: #3F8EEB;
  padding-left: 70px;
  background: url(../img/frame/book.png) no-repeat left bottom;
  height: 46px;
  line-height: 52px;
  ;
  margin-top: 20px;
  margin-bottom: 10px;
}

.xhxx-box p {
  margin-bottom: 10px;
}

.xhxx-box p span {
  display: inline-block;
  text-indent: 0;
  line-height: 45px;
  position: relative;
  ;
  padding: 0 40px 0 10px;
  border-radius: 5px;
  font-size: 1.2em;
  color: #80CC78;
  border: 1px dashed #E6E6E6;
  padding-left: 120px;
  margin-left: 40px;
}

.xhxx-box p span em {
  color: #FA9217;
  display: inline-block;
  position: absolute;
  left: 0;
}

.xhxx-box h5 {
  font-size: 1.8em;
  color: #FA9217;
  padding-left: 35px;
  background: url(../img/frame/h5.png) no-repeat left center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width:1199px) {
  .xhxx-box h4 {
    font-size: 2em;
  }

  .xhxx-box p span {
    font-size: 1em;
  }

  .xhxx-box p span {
    margin-left: 30px;
  }
}

@media only screen and (max-width:1023px) {
  .xhxx-box p span {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:767px) {
  .xhxx-box p span {
    padding-left: 100px;
  }
}

@media only screen and (max-width:767px) {
  .xhxx-box p span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xhxx-box p span em {
    display: block;
    position: relative;
  }
}

/*分页样式*/
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 1px;
}

.yn-pagination a:hover {
  background: #57BC4C;
  border-color: #57BC4C;
  color: #fff;
}
@media (max-width:479px) {
  .yn-pagination .first-page,
  .yn-pagination .last-page{
    display: none;
  }
}
.lightblue .yn-pagination a:hover {
  background: #44A4FF;
  color: #fff;
}

.orange .yn-pagination a:hover {
  background: #FF7815;
  color: #fff;
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb;
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #57BC4C;
  border-color: #57BC4C;
  color: #fff;
}

.lightblue .yn-pagination .active,
.lightblue .yn-pagination .active:hover {
  cursor: default;
  background: #57BC4C;
  border-color: #57BC4C;
  color: #fff;
}

.orange .yn-pagination .active,
.orange .yn-pagination .active:hover {
  cursor: default;
  background: #57BC4C;
  border-color: #57BC4C;
  color: #fff;
}

.yn-pagination span {
  margin: 0 5px;
}

/* 内容页样式 */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

.article-title {
  font-size: 2.6em;
  text-align: center;
  color: #4290EB;
  margin: 10px auto;
  padding: 0 15px;
}

.article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #57BC4C;
  margin: 10px auto;
  padding: 0 15px;
}

.article-info {
  font-size: 1.4em;
  color: #8C8C8C;
  text-align: center;
}

.article-info span {
  display: inline-block;
  margin: 0 5px
}

.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
  line-height: 2.4;
}

.article-content p {
  text-indent: 2em;
  font-size: 1em;
}

.article-content p.center {
  text-indent: 0;
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.article-jump {
  border-top: 1px dashed #E7E7E6;
  padding: 10px 5px;
  margin-bottom: 12px;
}

.article-jump>div {
  width: 50%;
  float: left;
  font-size: 1.4em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article-jump>div a {
  font-size: 1em;
}

.article-jump .prev {
  text-align: left;
}

.article-jump .next {
  text-align: right;
}

.article-jump a:hover {
  color: #68C35E;
}

/*992 - 1199*/
@media (max-width: 1199px) {}

/*768 - 991*/
@media (max-width: 991px) {
  .article-jump>div {
    width: 100%;
    float: none;
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}

/*320 - 767*/
@media (max-width: 767px) {}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #f6f6f6;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px;
}

.notfind {
  position: relative;
}

.notfind img {
  display: block;
  width: 100%;
}

.notfind .notfind-btn {
  position: absolute;
  width: 176px;
  height: 49px;
  background: url(../img/notfind_btn.png) no-repeat center;
  background-size: 100%;
  left: 50%;
  margin-left: -88px;
  top: 55%;
  margin-top: -25px;
}

.mapBg {
  padding: 10px;
  border: 1px solid #EEEEEE;
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}

#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}

#dituContent img {
  max-width: none !important;
}

.BMapLabel {
  color: #F54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  box-shadow: 0 0 2px #FCD6C6;
  padding: 2px 5px !important;
  top: -50px !important;
}

.frame-circle-wrap .frame-location {
  display: none;
}

.ueditor_baidumap {
  margin-top: 20px;
  width: 80%
}

@media only screen and (max-width:479px) {
  .ueditor_baidumap {
    max-width: 100%;
  }

}
