body[data-page-type='index']{
  background: url("../img/bg_index.jpg") no-repeat left top;
}
.fast-link {
  background: #eee url("../img/bg_fast_link.jpg") left top no-repeat;
  padding: 0 5px 5px 5px;
  margin-left: 24px
}

.fast-link .fast-link-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2.2em;
  color: #222222
}

.fast-link .content {
  background-color: #fff;
  padding-top: 10px
}

.fast-link .content a {
  float: left;
  display: block;
  margin-bottom: 5px;
  width: 33.33%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.fast-link .content a:hover>img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.fast-link .content a>img {
  display: block;
  margin: 0 auto 6px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.fast-link .content a>span {
  height: 36px;
  line-height: 18px;
  font-size: 1.4em;
  color: #444444;
  text-align: center;
  display: block
}

@media only screen and (max-width: 1199px) {
  .fast-link {
    margin-left: 0
  }

  .fast-link .content a {
    width: 160px;
    margin: 0 calc(12.5% - 80px) 5px calc(12.5% - 80px)
  }
}

@media only screen and (max-width: 639px) {
  .fast-link .content a {
    width: 33.333%;
    margin: 0 0 5px 0
  }
}

.main-link .title-main-link {
  width: 90px;
  height: 100px;
  background: #eee url("../img/ico_title.png") center 18px no-repeat;
  float: left;
  color: #222222;
  text-align: center;
  font-size: 1.6em;
  padding-top: 68px
}

.main-link .link-slick {
  float: right;
  margin-right: 24px;
  width: 1045px;
  position: relative
}

.main-link .link-slick a {
  width: 20%;
  margin: 0 3.5px;
  display: inline-block;
  position: relative
}

.main-link .link-slick a img {
  display: block;
  width: 100%;
  height: 100px
}

.main-link .link-slick a .img {
  position: relative
}

.main-link .link-slick .slick-arrow {
  width: 15px;
  height: 36px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 1;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease
}

.main-link .link-slick .slick-arrow:before {
  display: none
}

.main-link .link-slick .slick-arrow.slick-prev {
  left: -18px;
  background-image: url("../img/btn_prev_mainlink.jpg")
}

.main-link .link-slick .slick-arrow.slick-next {
  right: -22px;
  background-image: url("../img/btn_next_mainlink.jpg")
}

.main-link .link-slick .slick-arrow.slick-prev:hover {
  background-image: url("../img/btn_prev_mainlink.jpg");
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.main-link .link-slick .slick-arrow.slick-next:hover {
  background-image: url("../img/btn_next_mainlink.jpg");
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.main-link .link-slick:hover .slick-arrow {
  opacity: 0.9
}

@media only screen and (max-width: 1199px) {
  .main-link .link-slick {
    width: calc(100% - 150px)
  }
}

.article-img-content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
  border: 1px solid #1593eb;
  -webkit-box-shadow: 0 0 10px #e9fafa;
  box-shadow: 0 0 10px #e9fafa;
  padding: 50px
}

.article-img-content li {
  margin: 0 auto;
  outline: none;
  position: relative
}

.article-img-content li.J_img {
  width: 100%;
  height: 360px
}

.article-content .article-img-content img {
  max-width: 650px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0
}

.article-content .article-img-content span.img-title {
  display: block;
  width: 100%;
  height: 40px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-indent: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 40px
}

.article-content .slick-next:before,
.article-content .slick-prev:before {
  display: none
}

.article-content .slick-next,
.article-content .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 99;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat
}

.article-content .slick-next {
  background-position: right top;
  right: -55px
}

.article-content .slick-prev {
  background-position: left top;
  left: -55px
}

.article-content .slick-next:hover {
  background-position: -40px -40px
}

.article-content .slick-prev:hover {
  background-position: left -40px
}

.article-content .custom_paging {
  position: absolute;
  bottom: 50px;
  z-index: 99;
  right: 55px;
  color: #fff;
  font-family: 'Arial';
  font-size: 16px;
  letter-spacing: 1px
}

.article-content .custom_paging li {
  display: none;
  border: none
}

.article-content .custom_paging li.slick-active {
  display: block
}

.article-content .custom_paging li .now-num {
  font-size: 20px;
  color: #f36d01
}

@media only screen and (max-width: 1023px) {
  .article-img-content {
    width: calc(100% - 110px)
  }

  .article-img-content li.J_img {
    height: 280px
  }
}

@media only screen and (max-width: 767px) {
  .article-img-content {
    width: 100%;
    padding: 12px
  }

  .article-content .custom_paging {
    bottom: 12px;
    right: 17px
  }

  .article-img-content li.J_img {
    height: 340px
  }
}

@media only screen and (max-width: 639px) {
  .article-img-content li.J_img {
    height: 270px
  }
}

@media only screen and (max-width: 479px) {
  .article-img-content li.J_img {
    height: 200px
  }
}

.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 0
}

.article-head .article-title {
  font-size: 2.2em;
  text-align: center;
  color: #333333;
  margin: 10px auto;
  padding: 0 15px;
  font-weight: bold
}

.article-head .article-ftitle {
  font-size: 1.6em;
  text-align: center;
  color: #888;
  margin: 10px auto;
  padding: 0 15px
}

.article-head .article-info {
  font-size: 1.4em;
  color: #666666;
  text-align: center;
  background-color: #eeeeee;
  padding: 10px 0
}

.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px
}

.article-head .article-info span.author {
  background-image: url(../img/icon_author.png)
}

.article-head .article-info span.befrom {
  background-image: url(../img/icon_befrom.png)
}

.article-head .article-info span.time {
  background-image: url(../img/icon_time.png)
}

.article-head .article-info span.view {
  padding-left: 25px;
  background-image: url(../img/icon_view.png)
}

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

.article-content>p {
  text-indent: 2em;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 12px
}

.article-content>p[align='center'],
.article-content>p.center {
  text-indent: 0
}

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

.article-content>img {
  display: block;
  margin: 18px auto
}

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

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

.article-jump>div a {
  font-size: 1em;
  color: #6a6a6a
}

.article-jump>div a:hover {
  color: #FF5A00
}

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

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

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

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

@media only screen and (max-width: 639px) {
  .article-head .article-title {
    font-size: 2em
  }
}

@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0
  }
}

.header-top>.content-box {
  padding: 24px 0 0;
  height: 130px;
  position: relative
}

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

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

.header-top .search-box {
  width: 325px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 42px;
  background: #fff;
  border: 2px solid #0851C9
}

.header-top .search-box input {
  width: 84%;
  height: 40px;
  border: none;
  line-height: 40px;
  color: #909090;
  padding-left: 10px;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  background: none
}

.header-top .search-box input::-webkit-input-placeholder {
  background: none;
  color: #909090
}

.header-top .search-box input::-moz-placeholder {
  background: none;
  color: #909090
}

.header-top .search-box input:-moz-placeholder {
  background: none;
  color: #909090
}

.header-top .search-box input:-ms-input-placeholder {
  background: none;
  color: #909090
}

.header-top .search-box a {
  display: block;
  width: 78px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #0951C9;
  z-index: 10;
  outline: none;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.8em
}

.nav-switch-bar {
  display: none
}

.nav-switch-bar .nav-open,
.nav-switch-bar .nav-close {
  display: none
}

.nav-switch-bar .nshow,
.nav-switch-bar .nhide {
  display: none
}

.header-nav .nav-close {
  display: none
}

@media only screen and (min-width: 1200px) {
  .header-nav {
    background-color: #0951C9;
    border-bottom: 3px solid #023589
  }

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

  .nav-bar>li {
    display: inline-block;
    height: 56px;
    width: 10%
  }

  .nav-bar>li:hover,
  .nav-bar>li.active {
    background-color: #FF5A00
  }

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

  .nav-bar>li>a {
    display: block;
    font-size: 1.8em;
    color: #fff;
    position: relative;
    line-height: 56px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat
  }

  .nav-bar>li>ul {
    position: absolute;
    top: 56px;
    left: 0;
    overflow-y: hidden;
    max-height: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: rgba(9, 81, 201, 0.9);
    z-index: -1;
    width: 100%
  }

  .nav-bar>li>ul.textleft {
    text-align: left
  }

  .nav-bar>li>ul.textright {
    text-align: right
  }

  .nav-bar>li>ul>li {
    margin: 0;
    padding: 0 15px 0 15px;
    display: inline-block;
    height: 30px
  }

  .nav-bar>li>ul>li>a {
    font-size: 1.6em;
    line-height: 30px;
    height: 30px;
    color: #fff;
    background: url("../img/nav2.png") left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 8px
  }

  .nav-bar>li:hover>ul {
    max-height: 50px;
    padding: 10px 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #e9fc81;
    background: url("../img/nav2_on.png") left center no-repeat
  }
}

@media only screen and (max-width: 1199px) {
  body {
    padding-top: 150px
  }
  .header-top{
    background-color: #1C9AE6;
  }
  .nav-switch-bar {
    display: block;
    width: 100%;
    background-color: #d9ebfd;
    position: fixed;
    top: 100px;
    right: 0;
    height: 50px;
    z-index: 9998
  }

  .nav-switch-bar .nav-open,
  .nav-switch-bar .nav-close {
    position: absolute;
    width: auto;
    height: 50px;
    right: 10px;
    top: 0;
    padding-right: 40px;
    z-index: 9999;
    font-size: 2.2em;
    line-height: 50px;
    color: #333333
  }

  .nav-switch-bar .nav-open {
    background: url("../img/btn_nav_switch.png") right center no-repeat;
    display: block
  }

  .nav-switch-bar .nav-close {
    background: url("../img/btn_nav_switch.png") right center no-repeat
  }

  .nav-switch-bar .nhide {
    display: none
  }

  .nav-switch-bar .nshow {
    display: block
  }

  .nav-switch-bar .btn-home {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 50%;
    margin-top: -17.5px;
    background: url("../img/btn_home.png") center center no-repeat;
    z-index: 9999
  }

  .header-top {
    padding: 10px;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9998;
    background-size: auto 100%
  }

  .header-top>.content-box {
    padding-top: 0;
    height: 80px
  }

  .header-top .header-extend {
    display: none
  }

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

  .header-top .search-box {
    top: 50%;
    margin-top: -20px;
    right: 0
  }

  .header-top .welcome {
    display: none
  }

  .header-nav {
    width: 100%;
    height: calc(100vh - 150px);
    position: fixed;
    top: 150px;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #e3eef2;
    overflow-y: scroll
  }

  .header-nav.show {
    right: 0
  }

  .nav-bar {
    padding: 0;
    height: calc(100vh - 56px);
    width: 100%
  }

  .nav-bar>li {
    margin-bottom: 18px
  }

  .nav-bar>li>a {
    width: 95%;
    margin: 0 auto;
    font-size: 2.4rem;
    display: block;
    background: #fff url("../img/ico_un_mobile.png") 95% center no-repeat;
    color: #555555;
    line-height: 50px;
    border: 1px solid #d4d8e6;
    text-align: left;
    padding-left: 24px;
    font-weight: bold
  }

  .nav-bar>li>ul {
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
  }

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

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

  .nav-bar>li.hover>a,
  .nav-bar>li:hover>a,
  .nav-bar>li.active>a {
    background: #FF5A00 url("../img/ico_on_mobile.png") 95% center no-repeat;
    color: #fff;
    border: 1px solid #FF5A00
  }

  .nav-bar>li.hover>ul,
  .nav-bar>li:hover>ul,
  .nav-bar>li.active>ul {
    padding: 0 0 20px 0;
    background: none;
    max-height: 1000px;
    overflow: auto;
    text-align: left;
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto
  }

  .nav-bar>li.hover>ul>li,
  .nav-bar>li:hover>ul>li,
  .nav-bar>li.active>ul>li {
    display: block;
    width: 100%;
    margin: 0 auto
  }

  .nav-bar>li.hover>ul>li>a,
  .nav-bar>li:hover>ul>li>a,
  .nav-bar>li.active>ul>li>a {
    display: block;
    width: 100%;
    text-indent: 60px;
    line-height: 58px;
    font-size: 2rem;
    border-bottom: 1px solid #d4d8e6;
    text-align: left;
    margin: 0;
    color: #333333;
    white-space: nowrap;
    background: #fff url("../img/ico_t2un_mobile.png") 95% center no-repeat
  }

  .nav-bar>li.hover>ul>li.active>a,
  .nav-bar>li:hover>ul>li.active>a,
  .nav-bar>li.active>ul>li.active>a {
    color: #FF5A00;
    background: #fff url("../img/ico_t2on_mobile.png") 95% center no-repeat
  }
}

@media only screen and (max-width: 1023px) {
  .header-top {
    background-position: left center
  }

  .header-top .logo img {
    height: 50px;
    margin-top: 12px
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 130px
  }

  .header-top {
    height: 80px
  }

  .header-top>.content-box {
    height: 60px
  }

  .header-top .logo img {
    height: 50px;
    margin-top: 6px
  }

  .header-top .search-box {
    display: none
  }

  .header-nav {
    top: 130px;
    height: calc(100vh - 130px)
  }

  .nav-switch-bar {
    top: 80px
  }
}

@media only screen and (max-width: 479px) {
  body {
    padding-top: 110px
  }

  .header-top {
    height: 60px
  }

  .header-top>.content-box {
    height: 40px
  }

  .header-top .logo img {
    height: 35px
  }

  .header-nav {
    top: 110px;
    height: calc(100vh - 110px)
  }

  .nav-switch-bar {
    top: 60px
  }
}

.footer-wrap {
  background: #0951C9
}

.footer-wrap .footer-content {
  padding: 20px 0 20px 0;
  max-width: 1188px;
  margin: 0 auto;
  position: relative
}

.footer-wrap .footer-info {
  padding: 5px 0 0 0;
  min-height: 60px;
  width: 590px;
  float: left;
  margin-left: 20px
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
  color: #fff;
  font-size: 1.4em;
  line-height: 2.2;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px
}

.footer-wrap .footer-info .police {
  padding-left: 20px;
  background: url(../img/police.png) 0 center no-repeat
}

.footer-wrap .footer-info .address,
.footer-wrap .footer-info .tel,
.footer-wrap .footer-info .email {
  white-space: nowrap
}

.footer-wrap .footer-info .icpNumber {
  margin-left: 97px
}

.footer-wrap .wxcode,
.footer-wrap .weibo {
  display: block;
  float: left;
  width: 65px;
  margin-top: 20px;
  text-align: center
}

.footer-wrap .wxcode>img,
.footer-wrap .weibo>img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto
}

.footer-wrap .wxcode>span,
.footer-wrap .weibo>span {
  line-height: 30px;
  font-size: 1.4em;
  color: #fff
}

.footer-wrap .weibo {
  margin-left: 25px
}

.footer-wrap .logo-footer {
  margin-top: 20px;
  display: block;
  float: left;
  width: 323px;
  height: 60px
}

.footer-wrap .ico-org {
  margin-top: 20px;
  display: block;
  float: right;
  width: 80px;
  height: 80px
}

.footer-wrap .ico-org img {
  width: 100%;
  height: 100%
}

.footer-addtional {
  background-color: #1b1b1b;
  line-height: 50px;
  text-align: center
}

.footer-addtional span {
  color: #fff;
  font-size: 1.4em;
  margin: 0 10px
}

.footer-addtional a {
  color: #fff;
  margin: 0 20px
}

.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: 220px;
  cursor: pointer;
  background: url("../img/gotop.png") center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-info {
    width: calc(100% - 320px)
  }

  .footer-wrap .wxcode,
  .footer-wrap .weibo {
    width: 90px
  }

  .footer-wrap .weibo {
    margin-left: 5px
  }

  .footer-wrap .logo-footer {
    display: none
  }

  .footer-wrap .footer-addtional .ico-count,
  .footer-wrap .footer-addtional .browsercof {
    display: none
  }
}

@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-content {
    padding: 5px 0
  }

  .footer-wrap .wxcode,
  .footer-wrap .weibo {
    display: none
  }

  .footer-wrap .footer-info {
    width: calc(100% - 90px);
    margin-left: 0
  }
}

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

  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media only screen and (max-width: 639px) {
  .footer-wrap .ico-org {
    margin-top: 0
  }

  .footer-wrap .footer-info {
    padding-top: 10px
  }

  .footer-wrap .footer-info .address,
  .footer-wrap .footer-info .tel,
  .footer-wrap .footer-info .email,
  .footer-wrap .footer-info .mailcode,
  .footer-wrap .footer-info .fax,
  .footer-wrap .footer-info .zb-tel {
    display: none
  }
}

@media only screen and (max-width: 479px) {
  .footer-wrap .ico-org {
    margin-top: 0;
    width: 55px;
    height: 55px
  }

  .footer-wrap .footer-info {
    width: calc(100% - 60px);
    padding-top: 0
  }

  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    margin-left: 5px;
    margin-right: 0
  }
}

.img-module .img-slick a {
  width: 33.33%
}

.img-slick-module .img-slick a {
  width: 25%
}

.notice-news {
  position: relative;
  background: #fff;
  padding: 10px 0 10px 160px;
  height: 50px;
  background-color: #eeeeee
}

.notice-news .module-content {
  padding: 0
}

.notice-news .notice-module-name {
  width: 140px;
  height: 30px;
  position: absolute;
  left: 0;
  background: url("../img/ico_notice.png") 12px center no-repeat;
  text-indent: 40px
}

.notice-news .notice-module-name span {
  display: block;
  line-height: 30px;
  color: #FF5A00;
  overflow: hidden;
  font-size: 2em
}

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

.notice-news .notice-module li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  font-size: 1.6em;
  line-height: 30px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 150px
}

.notice-news .notice-module li a .title {
  color: #222222
}

.notice-news .notice-module li a .time {
  color: #777777;
  padding-left: 20px;
  display: block;
  position: absolute;
  right: 50px;
  top: 0
}

.notice-news .notice-module li a:hover .title {
  color: #FF5A00
}

.notice-news .notice-module li a:hover .time {
  color: #FF5A00
}

.notice-news .slick-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cccccc;
  border-radius: 20px;
  z-index: 9;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 10px;
  left: auto
}

.notice-news .slick-arrow:before {
  display: none
}

.notice-news .slick-arrow.slick-prev {
  top: 3px;
  background-image: url("../img/btn_up.png")
}

.notice-news .slick-arrow.slick-next {
  top: 27px;
  background-image: url("../img/btn_down.png")
}

.notice-news .slick-arrow.slick-prev:hover {
  background-color: #0951C9
}

.notice-news .slick-arrow.slick-next:hover {
  background-color: #0951C9
}

@media only screen and (max-width: 1199px) {
  .notice-news .notice-module-name span {
    font-size: 1.6em
  }
}

@media only screen and (max-width: 479px) {
  .notice-news .slick-arrow {
    right: 2px
  }

  .notice-news .notice-module li a {
    padding-right: 10px
  }

  .notice-news .notice-module li a .time {
    display: none
  }
}

.toutiao-module .head-line {
  display: block;
  position: relative;
  padding-left: 190px;
  margin-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  min-height: 146px
}

.toutiao-module .head-line img {
  width: 180px;
  height: 135px;
  position: absolute;
  left: 0;
  top: 0
}

.toutiao-module .head-line h3 {
  font-size: 1.6em;
  text-align: left;
  color: #222222;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.toutiao-module .head-line p {
  font-size: 1.4em;
  line-height: 1.7;
  color: #8b8c91;
  text-indent: 0;
  margin: 10px 0 10px 0
}

.toutiao-module .head-line .head-line-date {
  font-size: 1.4em;
  text-align: left;
  color: #8b8c91;
  line-height: 1.6
}

@media only screen and (max-width: 1199px) {
  .toutiao-module .head-line p {
    margin: 8px 0 10px 0
  }
}

@media only screen and (max-width: 639px) {
  .toutiao-module .head-line {
    min-height: 105px;
    padding-left: 0
  }

  .toutiao-module .head-line img {
    width: 100%;
    position: static;
    height: auto;
    max-height: 270px
  }
}

.notice-module {
  padding-right: 24px
}

@media only screen and (max-width: 1199px) {
  .notice-module {
    padding-right: 0
  }
}

.renwu-list-page a {
  padding: 10px;
  background-color: #eeeeee;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 20px
}

.renwu-list-page a .img {
  display: block;
  width: 130px;
  height: 190px;
  overflow: hidden;
  float: left
}

.renwu-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%
}

.renwu-list-page a .txt {
  float: left;
  width: calc(100% - 130px);
  position: relative;
  padding-left: 20px;
  padding-top: 0
}

.renwu-list-page a .title {
  font-size: 1.8em;
  color: #3f3f3f;
  line-height: 160%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 10px
}

.renwu-list-page a .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 5px 0 15px
}

.renwu-list-page a .ico-r-more {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_r_more.png) 0 0 no-repeat
}

.renwu-list-page a:hover {
  background-color: #0951C9
}

.renwu-list-page a:hover .title {
  color: #fff
}

.renwu-list-page a:hover .intro {
  color: #fff
}

.renwu-list-page a:hover .ico-r-more {
  background: url(../img/ico_r_more_on.png) 0 0 no-repeat
}

@media only screen and (max-width: 1199px) {
  .renwu-list-page a .txt {
    padding: 10px
  }
}

@media only screen and (max-width: 1023px) {
  .renwu-list-page a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

@media only screen and (max-width: 479px) {
  .renwu-list-page a .img {
    width: 100%;
    height: auto;
    float: none
  }

  .renwu-list-page a .txt {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0
  }

  .renwu-list-page a .ico-r-more {
    display: none
  }
}

.shipin-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.shipin-list-page a {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #f8f8f8;
  box-shadow: 0 0 3px #f8f8f8
}

.shipin-list-page a .img {
  position: relative
}

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

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

.shipin-list-page a h3 {
  padding: 8px 0 0 0;
  font-size: 1.6em;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative
}

.shipin-list-page a:hover {
  -webkit-box-shadow: 0 0 3px #f5d5c3;
  box-shadow: 0 0 3px #f5d5c3;
  border-color: #FF5A00
}

.shipin-list-page a:hover h3 {
  color: #FF5A00
}

.shipin-list-page a:hover .img .ico {
  background: url("../img/play_btn_on.png") center 50% no-repeat
}

@media only screen and (max-width: 1023px) {
  .shipin-list-page a .img img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .shipin-list-page a .img img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .shipin-list-page a {
    width: 48%
  }

  .shipin-list-page a .img img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .shipin-list-page a {
    width: 98%
  }

  .shipin-list-page a .img img {
    height: auto
  }
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%
}

.tupian-list-page a {
  width: 31.33%;
  margin: 10px 1% 10px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

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

.tupian-list-page a:hover .title {
  color: #FF5A00
}

.tupian-list-page a .img {
  position: relative
}

.tupian-list-page a .title {
  display: block;
  font-size: 1.6em;
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 36px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

@media only screen and (max-width: 1023px) {
  .tupian-list-page a img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .tupian-list-page a img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%
  }

  .tupian-list-page a img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .tupian-list-page a {
    width: 98%
  }

  .tupian-list-page a img {
    height: auto
  }
}

.tuwen-list-page a {
  padding: 24px 0;
  border-bottom: 1px dotted #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block
}

.tuwen-list-page a:first-child {
  padding-top: 0
}

.tuwen-list-page a .img {
  display: block;
  width: 240px;
  height: 140px;
  overflow: hidden;
  float: left
}

.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%
}

.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 240px);
  position: relative;
  padding-left: 20px;
  padding-top: 0
}

.tuwen-list-page a .title {
  font-size: 1.8em;
  color: #3f3f3f;
  line-height: 160%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 10px
}

.tuwen-list-page a .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 15px 0 15px
}

.tuwen-list-page a .time {
  font-family: 'Arial';
  font-size: 14px;
  color: #999999
}

.tuwen-list-page a:hover {
  border-color: #FF5A00
}

.tuwen-list-page a:hover .title {
  color: #FF5A00
}

@media only screen and (max-width: 1199px) {
  .tuwen-list-page a .txt {
    padding: 10px
  }
}

@media only screen and (max-width: 1023px) {
  .tuwen-list-page a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

@media only screen and (max-width: 639px) {
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px
  }

  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px
  }

  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 6px;
    line-height: 1.4;
    margin-bottom: 8px
  }

  .tuwen-list-page a .intro {
    display: none
  }
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px solid #F1F1F1;
  line-height: 50px
}

.wenzi-list-page a .title {
  font-size: 1.4em;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 100px)
}

.wenzi-list-page a .title:before {
  content: '';
  width: 6px;
  height: 8px;
  background: url(../img/ico_wenzilist.png) 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.wenzi-list-page a .time {
  float: right;
  width: 90px;
  height: 32px;
  font-size: 1.4em;
  text-align: center;
  font-family: 'Arial';
  color: #B9C3D4;
  margin-left: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #FF5A00
}

.wenzi-list-page a:hover .title:before {
  background: url(../img/ico_wenzilist_on.png) 0 0 no-repeat
}

@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px)
  }
}

.xiazai-list-page a {
  display: block;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding: 0 90px 10px 50px;
  position: relative;
  min-height: 57px;
  background: url(../img/file_zip.png) 0 0 no-repeat
}

.xiazai-list-page a.doc {
  background-image: url(../img/file_doc.png)
}

.xiazai-list-page a.ppt {
  background-image: url(../img/file_ppt.png)
}

.xiazai-list-page a.xls {
  background-image: url(../img/file_xls.png)
}

.xiazai-list-page a.pdf {
  background-image: url(../img/file_pdf.png)
}

.xiazai-list-page a.txt {
  background-image: url(../img/file_txt.png)
}

.xiazai-list-page a.img {
  background-image: url(../img/file_img.png)
}

.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 12px;
  width: 60px;
  height: 24px;
  border: 1px solid #96a2c2;
  line-height: 22px;
  text-align: center;
  color: #60636d;
  font-size: 1.6em
}

.xiazai-list-page a .title {
  color: #60636d;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.xiazai-list-page a .info-txt {
  font-size: 1.4em;
  font-family: '宋体', Arial;
  color: #60636d;
  margin-top: 5px
}

.xiazai-list-page a .info-txt>span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px
}

.xiazai-list-page a .info-txt>span.time {
  padding-left: 20px;
  background-image: url(../img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
  background-image: url(../img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
  background-image: url(../img/author.png)
}

.xiazai-list-page a:hover {
  border-color: #FF5A00
}

.xiazai-list-page a:hover .title {
  color: #FF5A00
}

.xiazai-list-page a:hover .btn {
  background-color: #FF5A00;
  border-color: #FF5A00;
  color: #fff
}

@media (max-width: 479px) {
  .xiazai-list-page a {
    background-size: 30px 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: auto
  }

  .xiazai-list-page a .info-txt {
    display: none
  }
}

.loginBox {
  height: 255px;
  border: 6px solid #eee;
  margin-right: 10px
}
.loginBox a{
  display: block;
}
.loginBox a img{
  display: block;
  width: 100%;
  height: 100%;
}
.loginBox form {
  display: block;
  height: 100%;
  position: relative
}

.loginBox .loginBox-title {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto 26px auto;
  color: #fff;
  font-size: 2em;
  line-height: 48px;
  text-align: center;
  background: url("../img/bg_loginBox.jpg") left top repeat-x
}

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

.loginBox input {
  display: block;
  width: 285px;
  height: 36px;
  text-indent: 48px;
  border: none;
  font-size: 1.4em;
  color: #999999;
  border-radius: 36px
}

.loginBox input:focus {
  color: #0951C9;
  border: none
}

.loginBox .username-box input {
  background: #fff url("../img/ico_user.png") left center no-repeat
}

.loginBox .password-box input {
  background: #fff url("../img/ico_password.png") left center no-repeat
}

.loginBox .username-box input:focus {
  background: #fff url("../img/ico_user_on.png") left center no-repeat
}

.loginBox .password-box input:focus {
  background: #fff url("../img/ico_password_on.png") left center no-repeat
}

.loginBox input#login {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
  border-radius: 36px;
  cursor: pointer;
  font-size: 1.6em;
  color: #fff;
  background: #ff5c03;
  text-indent: 0;
  margin: 0 auto
}

@media only screen and (max-width: 1199px) {
  .loginBox {
    display: none
  }
}

.banner-box {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  position: relative
}

.banner-box .banner-content {
  width: 100%
}

.banner-box .banner-item {
  height: 350px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative
}

.banner-box .banner-item .banner-title {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: right;
  position: absolute;
  font-size: 2.4em;
  color: #fff;
  bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-right: 20px
}

.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

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

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

.banner-box .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  cursor: pointer;
  background: url("../img/slick_dot.png") center center no-repeat;
  vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
  background: url("../img/slick_dot_on.png") center center no-repeat
}

.banner-box .slick-arrow {
  display: none
}

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

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

  .banner-box,
  .banner-box .banner-item {
    height: 350px;
    background-position: center center;
    background-size: 100% 100%
  }

  .banner-box .banner-item .banner-title {
    font-size: 2em
  }
}

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

  .banner-box,
  .banner-box .banner-item {
    height: 280px
  }
}

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

  .banner-box,
  .banner-box .banner-item {
    height: 220px
  }

  .banner-box .slick-arrow.slick-prev {
    left: 10px
  }

  .banner-box .slick-arrow.slick-next {
    right: 10px
  }

  .banner-box .slick-dots {
    bottom: 8px
  }
}

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

  .banner-box,
  .banner-box .banner-item {
    height: 200px
  }

  .banner-box .banner-item .banner-title {
    line-height: 50px
  }
}

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

  .banner-box,
  .banner-box .banner-item {
    height: 130px
  }

  .banner-box .banner-item .banner-title {
    display: none
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  position: relative
}

.frame-banner-box .banner-content {
  width: 100%
}

.frame-banner-box .banner-item {
  height: 350px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative
}

.frame-banner-box .banner-item .banner-title {
  display: block;
  width: 100%;
  line-height: 70px;
  text-align: left;
  text-indent: 25px;
  position: absolute;
  font-size: 2.4em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  bottom: 46px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.frame-banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

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

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

.frame-banner-box .slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  cursor: pointer;
  background: url("../img/slick_dot.png") center center no-repeat;
  vertical-align: middle
}

.frame-banner-box .slick-dots li.slick-active {
  background: url("../img/slick_dot_on.png") center center no-repeat
}

.frame-banner-box .slick-arrow {
  display: none
}

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

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

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 350px;
    background-position: center center;
    background-size: 100% 100%
  }

  .frame-banner-box .banner-item .banner-title {
    font-size: 2em
  }
}

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

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

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

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 220px
  }

  .frame-banner-box .slick-arrow.slick-prev {
    left: 10px
  }

  .frame-banner-box .slick-arrow.slick-next {
    right: 10px
  }

  .frame-banner-box .slick-dots {
    bottom: 8px
  }
}

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

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 200px
  }

  .frame-banner-box .banner-item .banner-title {
    line-height: 50px
  }
}

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

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 160px
  }

  .frame-banner-box .banner-item .banner-title {
    display: none
  }
}

.module {
  margin-bottom: 24px
}

.module .module-name {
  margin-bottom: 8px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #FF5A00;
  position: relative
}

.module .module-name span {
  display: inline-block;
  font-size: 2em;
  color: #FFF;
  position: relative;
  padding: 6px 10px 6px 24px;
  background-image: url(../img/ico_news.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-color: #FF5A00
}

.module .module-name a {
  float: right;
  height: 20px;
  width: 34px;
  display: inline-block;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/ico_more.png) center center no-repeat
}

.module .module-name a:hover {
  background: url(../img/ico_more_on.png) center center no-repeat
}

.news-list li {
  position: relative;
  padding-right: 84px
}

.news-list li:last-child {
  margin-bottom: 0
}

.news-list li a {
  display: block;
  font-size: 1.4em;
  color: #222222;
  line-height: 36px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.news-list li a:before {
  content: '';
  width: 5px;
  height: 9px;
  background-image: url(../img/ico_newslist.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 12px
}

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

.news-list li:hover a,
.news-list li:hover span {
  color: #FF5A00
}

.news-list li:hover a:before {
  background-image: url(../img/ico_newslist_on.png)
}

.img-slick {
  margin-left: -1%;
  margin-right: -1%
}

.img-slick a {
  width: 25%;
  margin: 0 10px;
  display: inline-block;
  position: relative
}

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

.img-slick a:hover .title {
  color: #FF5A00
}

.img-slick a .img {
  position: relative
}

.img-slick a .title {
  display: block;
  font-size: 1.6em;
  color: #303030;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 38px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.frame-wrap {
  margin: 0 auto 0 auto;
  max-width: 1188px
}

.frame-wrap.full {
  max-width: 100%
}

.frame-wrap .frame-left {
  float: left;
  width: 256px;
  margin-bottom: 24px
}

.frame-wrap .frame-right {
  float: right;
  width: 912px;
  min-height: 400px;
  margin-bottom: 25px
}

.focus-content{padding:0 0 0 370px;position:relative;height:282px}.focus-module{position:relative}.focus-container{width:350px;height:282px;left:0;top:0;position:absolute !important;overflow:hidden}.focus-container .slick-next:before,.focus-container .slick-prev:before{display:none}.focus-container .slick-next,.focus-container .slick-prev{width:25px;height:42px;display:none !important}.focus-container .slick-next{background:rgba(0,0,0,0.6) url(../img/focus_right.png) no-repeat center;right:0}.focus-container .slick-next:hover{background:#FF5A00 url(../img/focus_right.png) no-repeat center}.focus-container .slick-prev{background:rgba(0,0,0,0.6) url(../img/focus_left.png) no-repeat center;left:0;z-index:7}.focus-container .slick-prev:hover{background:#FF5A00 url(../img/focus_left.png) no-repeat center}.focus-container .focus-slide{height:282px;position:relative}.focus-container .focus-slide img{display:block;width:100%;height:240px}.focus-container h3{width:100%;display:block;line-height:42px;font-size:1.4em;text-indent:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:80px;color:#fff;background-color:#FF5A00}.focus-container .slick-dots{width:auto;position:absolute;right:6px;bottom:13px;z-index:10;text-align:right}.focus-container .slick-dots li{width:8px;height:8px;background-color:#B7714D;display:inline-block;color:#FF5A00;text-align:center;line-height:16px;font-size:0;border-radius:50%;margin:0 3px;cursor:pointer;-webkit-transition:all .5s ease;transition:all .5s ease}.focus-container .slick-dots li:hover,.focus-container .slick-dots li.slick-active{background:#fff}.focus-container .slick-dots li button{display:none}.focus-container .focus-slide a{display:block;height:100%}.focus-list li{position:relative}.focus-list li a{display:block;height:40px;line-height:45px;padding-right:95px;position:relative;padding-left:13px;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;border-bottom:1px dashed #DCDCDC;text-overflow:ellipsis}.focus-list li a::after{content:"";width:4px;height:4px;background-color:#FF5A00;position:absolute;left:0;top:50%;-webkit-transition:all .3s ease;transition:all .3s ease}.focus-list li a:hover p,.focus-list li a:hover span{color:#A8020A}.focus-list li a:hover::after{background-color:#A8020A}.focus-list li p{font-size:1.6em;color:#606266;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-transition:all .3s ease;transition:all .3s ease}.focus-list li span{position:absolute;top:0;right:0;line-height:45px;font-size:1.6em;color:#999999;text-align:right;vertical-align:middle;-webkit-transition:all .3s ease;transition:all .3s ease}@media (max-width: 1199px){.focus-box .content-box{max-width:952px}.focus-content{padding-left:0;height:auto}.focus-container{display:none}}@media (max-width: 991px){.focus-box .content-box{max-width:732px}}@media (max-width: 767px){.focus-box .content-box{padding:0 10px}}


@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none
  }

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

@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0
  }
}

.sidebar {
  background: #eeeeee;
  border-bottom: 1px solid #fff
}

.sidebar-title {
  height: 76px;
  background: #0951C9 url("../img/sidebar_title.png") 0 center no-repeat;
  font-size: 2.6em;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 0;
  padding-left: 40px
}

.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 76px
}

.sidebar-menu {
  margin: 0 auto;
  padding: 0 10px
}

.sidebar-menu>li:first-child {
  margin-top: 10px
}

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

.sidebar-menu>li>a {
  display: block;
  line-height: 46px;
  font-size: 1.8em;
  text-align: left;
  padding: 0 0 0 60px;
  color: #5f677a;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-position: 35px center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fff;
  background-image: url("../img/tree1_un.png");
  position: relative
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  color: #fff;
  background-color: #FF5A00;
  background-image: url("../img/tree1_on.png")
}

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

.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.sidebar-menu ul>li {
  width: 216px;
  margin-left: auto;
  margin-right: auto
}

.sidebar-menu ul>li>a {
  display: block;
  text-align: left;
  padding-left: 75px;
  line-height: 39px;
  font-size: 1.6em;
  border-bottom: 1px solid #f5f5f5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-position: 60px center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("../img/tree2_un.png");
  color: #5f677a
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  border-bottom: 1px solid #0951C9;
  color: #0951C9;
  background-image: url("../img/tree2_on.png")
}

.sidebar-news {
  padding: 0;
  background-color: #fff;
  margin: 10px 0 12px 0;
  border: 1px solid #eaeaea
}

.sidebar-news .hotnews-title {
  font-size: 1.8em;
  color: #FF5A00;
  margin-bottom: 5px;
  position: relative;
  line-height: 40px;
  text-indent: 28px;
  background: url("../img/hotnews_title.png") 13px center no-repeat
}

.sidebar-news .hotnews-list {
  margin-bottom: 12px;
  padding: 0 10px
}

.sidebar-news .hotnews-list .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4em;
  color: #60636d;
  margin-bottom: 10px;
  line-height: 24px;
  position: relative
}

.sidebar-news .hotnews-list .title:hover {
  color: #0951C9
}

.sidebar-news .hotnews-list .title:before {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  text-align: center;
  line-height: 14px;
  font-family: Arial;
  color: #fff;
  font-size: 12px;
  background-color: #8eb9f5;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 5px
}

.sidebar-news .hotnews-item:nth-child(1) .title:before {
  content: '1';
  background-color: #f54545
}

.sidebar-news .hotnews-item:nth-child(2) .title:before {
  content: '2';
  background-color: #ff8547
}

.sidebar-news .hotnews-item:nth-child(3) .title:before {
  content: '3';
  background-color: #ffac38
}

.sidebar-news .hotnews-item:nth-child(4) .title:before {
  content: '4'
}

.sidebar-news .hotnews-item:nth-child(5) .title:before {
  content: '5'
}

.sidebar-news .hotnews-item:nth-child(6) .title:before {
  content: '6'
}

.sidebar-news .hotnews-item:nth-child(7) .title:before {
  content: '7'
}

.sidebar-news .hotnews-item:nth-child(8) .title:before {
  content: '8'
}

.sidebar-link a {
  display: block
}

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

.frame-location {
  padding: 0 10px 10px 30px;
  position: relative;
  background: #fff url("../img/home.png") 2px 4px no-repeat;
  font-size: 1.8em;
  color: #666666;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.frame-location:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #eeeeee;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0
}

.frame-location:after {
  content: '';
  width: 140px;
  height: 4px;
  background: #0951C9;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0
}

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

.frame-location span:last-child a {
  color: #0951C9
}

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

.frame-location em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat
}

.frame-content {
  padding: 10px;
  background: #fff
}

.empty-list-info {
  text-align: center;
  line-height: 3
}

.yn-pagination {
  margin: 24px auto;
  text-align: center
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 9px 10px;
  color: #333333;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px
}

.yn-pagination a:hover {
  background: #FF5A00;
  border-color: #FF5A00;
  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: #FF5A00;
  border-color: #FF5A00;
  color: #fff
}

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

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  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
}

.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;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important
}
.go-page:hover{
  background: #FF5A00;
  border-color: #FF5A00;
  color: #fff;
}
@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none
  }

  .yn-pagination .page-num {
    display: none
  }

  .yn-pagination .page-num.active {
    display: inline-block
  }
}

@media only screen and (max-width: 479px) {
  .frame-content {
    padding: 10px 0
  }

  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none
  }
}

.xhxx .title-xh {
  color: #0851c9;
  font-size: 1.5em;
  line-height: 50px;
  display: block;
  margin-bottom: 12px;
  background: url(../img/ico_book.png) 0 center no-repeat;
  padding-left: 70px
}

.xhxx p {
  line-height: 1.8;
  margin-bottom: 12px
}

.xhxx p[align='center'],
.xhxx p.center {
  text-indent: 0
}

.xhxx .xx .xx-item {
  width: calc(50% - 12px);
  float: left;
  line-height: 50px;
  border: 1px dashed #d6d6d6;
  margin: 0 24px 22px 0;
  color: #0851c9;
  font-size: 1.125em;
  padding-left: 20px;
  border-radius: 5px
}

.xhxx .xx .xx-item:nth-child(2),
.xhxx .xx .xx-item:nth-child(4) {
  margin-right: 0
}

.xhxx .xx .xx-item>span {
  color: #ff5a00
}

@media only screen and (max-width: 1023px) {
  .xhxx .xx .xx-item {
    width: 100%;
    float: none;
    line-height: 50px;
    border: 1px dashed #d6d6d6;
    margin: 0 0 22px 0
  }
}

/*# sourceMappingURL=module.css.map */
