/* 首页信息切换 */
.tab-wrap .content-box {
  }

  .tab-wrap .content-box .tab-nav {
  }

  .tab-wrap .content-box .tab-nav li {
    float: left
  }

  .tab-wrap .content-box .tab-nav li a {
    display: block;
    text-align: center;
    padding-right: 0; 
    position: relative;
    top: 0;
    background: none
  }

  .tab-wrap .content-box .tab-nav li a h3 {
    font-size: 2.2rem; 
    color: #253858;
    line-height: 40px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
  }

  .tab-wrap .content-box .tab-nav li a:hover {
    background-color: #0947AC;
    color: #fff;
  }

  .tab-wrap .content-box .tab-nav li a:hover h3 {
    color: #fff
  }

  .tab-wrap .content-box .tab-nav li.active a {
    background-color: #0947AC;
    color: #fff;
  }

  .tab-wrap .content-box .tab-nav li.active a h3 {
    color: #fff
  }

.article-head {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 24px
}

.article-head .article-title {
    font-size: 2.6rem;
    text-align: center;
    color: #0947AC;
    margin: 15px auto;
    padding: 0 15px
}

.article-head .article-ftitle {
    font-size: 1.8rem;
    text-align: center;
    color: #6E6E6E;
    margin: 10px auto;
    padding: 0 15px;
    display: none
}

.article-head .article-info {
    font-size: 1.4rem;
    color: #747474;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #CDCDCD;
    position: relative
}

.article-head .article-info span {
    display: inline-block;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 20px;
    color: #666666
}
.article-head .article-info span.author{
    display: none;
}
.article-content {
    padding: 12px;
    color: #4E4E4E
}

.article-content>p {
    /*text-indent: 2rem;*/
    font-size: 1.6rem;
    margin-bottom: 12px;
    line-height: 2
}

.article-content>p[align=center],
.article-content>p.center {
    text-indent: 0
}

.article-content img {
    max-width: 100%
}

.article-content>img {
    display: block;
    margin: 18px auto
}

.article-jump {
    border-top: 1px dashed #DADADA;
    padding: 10px 5px;
    margin-bottom: 12px
}

.article-jump>div {
    width: 50%;
    float: left;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333
}

.article-jump>div a {
    font-size: 1.6rem;
    color: #414141
}

.article-jump>div a:hover {
    color: #2473C0
}

.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 (max-width: 991px) {
    .article-head {
        padding-bottom: 5px
    }

    .article-head .article-title {
        font-size: 2em
    }

    .article-head .article-info {
        height: auto;
        line-height: 1.6;
        padding: 5px 0
    }

    .article-jump>div {
        font-size: 1.4rem
    }
}

.footer-wrap {
    background-color: #464442
}

.footer-wrap .footer-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.footer-wrap .footer-info {
    height: 155px;
    padding-top: 20px
}

.footer-wrap .footer-info .footer-info-item {
    width: 40%;
    float: left
}

.footer-wrap .footer-info .footer-info-item2 {
    width: 25%;
    margin-left: 40px;
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
    font-size: 1.6rem;
    display: block;
    color: #fff;
    margin-bottom: 13px
}

.footer-wrap .footer-info .address {
    padding-right: 20px
}

.footer-wrap .footer-info .copyright {
    padding-right: 20px
}

.footer-wrap .footer-info .postal {
    padding-right: 20px
}

.footer-wrap .footer-info .beian {
    padding-right: 20px;
    display: inline-block;
}
.footer-wrap .footer-info .police{
    padding-left: 22px;
    display: inline-block;
    background: url(../img/police.png) no-repeat left center;
}
.footer-wrap .code-box {
    position: absolute;
    right: 0;
    top: 10%;
    padding-right: 106px;
    text-align: right
}
.footer-wrap .code-box::before{
    content: "官方抖音";
    width: 96px;
    height: 20px;
    text-align: center;
    color: #fff;
    right: 0;
    font-size: 1.4rem;
    bottom:-12px;
    position: absolute;
}
.footer-wrap .code-box::after{
    content: "";
    width: 96px;
    height: 96px;
    background: url(../img/dy.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-wrap .code-box span {
    display: inline-block;
    width: 96px;
    height: 96px;
    position: relative;
    vertical-align: top
}

.footer-wrap .code-box .footer-code {
    position: relative
}

.footer-wrap .code-box .footer-code img {
    display: inline-block
}

.footer-wrap .code-box .org-code {
    text-align: center;
    margin-right: 10px;
    background-color: #2C2B2B;
    display: none;
}

.footer-wrap .code-box .org-code img {
    display: inline-block;
    padding-top: 12px
}

.footer-wrap .code-box .footer-code {
    margin-right: 10px;
    position: relative
}

.footer-wrap .code-box .footer-code::after {
    content: "官方微信";
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 1.4rem;
    height: 14px;
    text-align: center;
    bottom: -18px
}

.footer-wrap .code-box .footer-code2 {
    position: relative;
    display: none;
}

.footer-wrap .code-box .footer-code2::after {
    content: "掌上校园";
    color: #fff;
    position: absolute;
    width: 100%;
    font-size: 1.4rem;
    left: 0;
    height: 14px;
    text-align: center;
    bottom: -18px
}

.footer-copyright {
    height: 40px;
    line-height: 40px;
    background-color: #353331;
    text-align: center
}

.footer-copyright a,
.footer-copyright span {
    display: inline-block;
    font-size: 1.4em;
    color: #fff;
    margin: 0 20px
}

.scroll-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 48px;
    z-index: 1000;
    cursor: pointer;
    background: #0c5bdc url("../img/gotop.png") center center no-repeat;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.scroll-top:hover {
    background-color: #0947AC
}

@media only screen and (max-width: 1199px) {
    .footer-copyright {
        display: none
    }
.footer-wrap .code-box::after{
	display: none
}
    .footer-wrap .footer-info .footer-info-item {
        padding-left: 10px;
        width: 50%
    }

    .footer-wrap .footer-info .footer-info-item2 {
        width: 18%
    }

    .footer-wrap .code-box {
        right: 10px
    }
}

@media only screen and (max-width: 1023px) {
    .footer-wrap .code-box::before{
        display: none
    }
    .footer-wrap .footer-info .footer-info-item {
        width: 100%;
        float: none
    }

    .footer-wrap .footer-info {
        background: none;
        padding: 15px 0;
        height: auto
    }

    .footer-wrap .footer-info span,
    .footer-wrap .footer-info a,
    .footer-wrap .footer-info .beian,
    .footer-wrap .footer-info .police {
        display: none;
        margin-bottom: 0
    }

    .footer-wrap .footer-info span.copyright {
        display: block;
        text-align: center;
        font-size: 1.4rem;
        padding-right: 0
    }

    .footer-wrap .footer-content {
        padding-left: 0;
        background: none
    }
}

@media only screen and (max-width: 767px) {
    .footer-copyright span {
        display: none
    }
}

.header-top>.content-box {
    height: 180px;
    position: relative
}

.header-top .logo-box {
    height: 140px;
    background: url(../img/header_bg.png) no-repeat left top;
    background-size: cover;
}

.header-top .logo {
    display: block;
    float: left
}

.header-top .logo img {
    display: block;
    max-width: 100%;
    margin: 30px auto 0 auto
}

.header-top .J_slogan {
    display: inline-block;
    font-family: "华文新魏";
    float: right;
    width: 550px;
    color: #fff;
    font-size: 2.6rem;
    padding-top: 50px
}

.header-top .search-box {
    width: 164px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    padding-right: 40px;
    background-color: #3A79EA;
    border-radius: 2px
}

@media only screen and (min-width: 1200px) {
    .search-box.mobile-search {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header-top .search-box {
        display: none;
    }

    .header-top .search-box.mobile-search {
        display: block;
    }
}

.header-top .search-box input {
    display: block;
    width: 100%;
    height: 26px;
    border: none;
    line-height: 26px;
    color: #fff;
    padding-left: 10px;
    background-color: transparent;
    font-size: 1.4rem;
    outline: none;
    z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
    color: #fff
}

.header-top .search-box ::-moz-placeholder {
    color: #fff
}

.header-top .search-box :-ms-input-placeholder {
    color: #fff
}

.header-top .search-box :-moz-placeholder {
    color: #fff
}

.header-top .search-box a {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: url(../img/search_btn.png) center center no-repeat;
    z-index: 10;
    outline: none
}

.header-top .welcome {
    position: absolute;
    right: 0;
    top: 60%;
    font-size: 1.4em;
    color: #666666
}

.header-link-box {
    height: 40px;
    background: url(../img/header_top.png) no-repeat left top;
    background-size: cover;
    padding-top: 6px
}

.header-link-box .content-box {
    position: relative
}

.header-link-box .header-link {
    padding-top: 4px
}

.header-link-box .header-link a {
    display: inline-block;
    padding-right: 40px
}

.header-link-box .header-link a img {
    display: inline-block;
    vertical-align: middle
}

.header-link-box .header-link a span {
    font-size: 1.4rem;
    color: #fff;
    padding-left: 5px;
    vertical-align: middle
}

.header-wrap .nav-open,
.header-nav .nav-close {
    display: none
}

@media only screen and (min-width: 1200px) {
    .nav-bar {
        text-align: center;
        position: relative;
        z-index: 99
    }

    .nav-bar>li {
        display: inline-block;
        height: 72px;
        position: relative;
        width: 10%
    }

    .nav-bar>li>a {
        display: block;
        font-size: 1.8rem;
        color: #333;
        position: relative;
        line-height: 72px;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .nav-bar>li>a::after {
        content: "";
        width: 62%;
        height: 2px;
        background-color: #0947AC;
        position: absolute;
        left: 19%;
        bottom: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0
    }

    .nav-bar>li.active>a,
    .nav-bar>li:hover>a {
        background-color: #E9E9E9;
        color: #0947AC
    }

    .nav-bar>li.active>a::after,
    .nav-bar>li:hover>a::after {
        bottom: 28%;
        opacity: 1
    }

    .nav-bar>li>ul {
        width: 100%;
        position: absolute;
        top: 72px;
        left: 0;
        overflow: hidden;
        max-height: 0;
        text-align: left;
        background-color: #0947AC;
        z-index: 1000
    }


    .nav-bar>li>ul>li>a {
        font-size: 1.6rem;
        text-align: center;
        display: block;
        line-height: 35px;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .nav-bar>li:hover>ul {
        max-height: 200px;
    }

    .nav-bar>li>ul>li>a:hover,
    .nav-bar>li>ul>li.active>a {
        color: #0947AC;
        background: #fff
    }
}

@media (max-width: 1199px) {
    .header-top {
        padding: 10px;
        height: 100px;
        background-color: #1953B2
    }

    .header-top .header-link-box {
        display: none
    }

    .header-top .J_slogan {
        display: none
    }

    .header-top .logo-box {
        height: 80px;
        position: relative
    }

    .header-top>.content-box {
        padding-top: 0;
        height: 80px;
        background: none
    }

    .header-top>.content-box::after {
        display: none
    }

    .header-top .logo img {
        margin-top: 5px;
        height: 70px
    }

    .header-top .search-box {
        right: 100px;
        top: 50%;
        margin-top: -14px
    }

    .header-top .welcome {
        display: none
    }

    .header-top .nav-open {
        display: block;
        position: absolute;
        width: auto;
        height: 24px;
        margin-top: -12px;
        right: 10px;
        top: 50%;
        padding-right: 40px;
        z-index: 9999;
        font-size: 1.4em;
        color: #fff;
        background: url("../img/nav_open.png") right center no-repeat
    }

    .header-nav {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 9999;
        -webkit-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;
        -webkit-box-shadow: 0 2px 2px #CCC;
        box-shadow: 0 2px 2px #CCC;
        font-size: 1.4rem
    }

    .header-nav .back-home {
        font-size: 1.4rem;
        background: url(../img/nav_back.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
    }

    .nav-bar {
        padding: 1px 15px 15px;
        height: calc(100vh - 56px);
        overflow-y: auto
    }

    .nav-bar>li {
        background: #FFF;
        -webkit-box-shadow: 0 0 4px #CCC;
        box-shadow: 0 0 4px #CCC;
        border-radius: 10px;
        margin-bottom: 10px
    }

    .nav-bar>li>a {
        font-size: 1.6rem;
        display: block;
        background: #1953B2;
        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;
        text-align: left
    }

    .nav-bar>li>ul>li {
        display: inline-block;
        margin: 10px
    }

    .nav-bar>li>ul>li>a {
        font-size: 1.6rem;
        padding: 5px 10px;
        border: 1px solid #E7EEFC;
        display: inline-block;
        text-align: center;
        border-radius: 5px;
        margin: 5px 1%;
        color: #1953B2;
        white-space: nowrap
    }

    .nav-bar>li>ul>li.active>a {
        background: #0947AC;
        color: #fff;
        border-color: #0947AC
    }

    .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: #4890EA;
        color: #FFF
    }
}

@media (max-width: 1023px) {
    .header-top .search-box,
    .header-top .search-box.mobile-search {
        display: none
    }
}

@media (max-width: 767px) {
    .header-top {
        height: 80px
    }

    .header-top>.content-box {
        height: 60px
    }

    .header-top .logo-box {
        height: 60px
    }

    .header-top .logo img {
        height: 55px
    }
}

@media (max-width: 639px) {
    .header-top {
        height: 70px
    }

    .header-top .logo-box {
        height: 50px
    }

    .header-top .logo img {
        height: 40px
    }
}

@media (max-width: 479px) {
    .header-top .nav-open {
        font-size: 0
    }

    .header-top .nav-open {
        right: 0
    }
}

@media only screen and (max-width: 479px) {
    .header-top {
        height: 60px
    }

    .header-top .logo-box {
        height: 40px
    }

    .header-top .logo img {
        height: 32px;
        margin-top: 5px
    }
}

.fast-box {
    position: relative
}

.fast-box .fast-link-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0
}

.fast-box .fast-link-list a {
    width: 14.285%;
    float: left;
    display: inline-block;
    height: 100px;
    text-align: center;
    background-color: #EBF4FF;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff
}

.fast-box .fast-link-list a .icon {
    margin-top: 18px;
    height: 40px;
    margin-bottom: 10px
}

.fast-box .fast-link-list a img {
    display: inline-block
}

.fast-box .fast-link-list a span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #666666
}

.fast-box .fast-link-list a:hover span {
    color: #0947AC
}

@media only screen and (max-width: 1199px) {
    .fast-module {
        display: none
    }
}

.focus-content {
    padding-left: 390px;
    min-height: 312px;
    position: relative
}

.focus-module {
    position: relative
}

.focus-container {
    width: 380px;
    height: 312px;
    left: 0;
    top: 0;
    position: absolute !important;
    overflow: hidden
}

.focus-container .focus-slide {
    height: 312px;
    position: relative
}

.focus-container .focus-slide img {
    display: block;
    width: 100%;
    height: 228px
}

.focus-container .info {
    background-color: #F3F3F3;
    height: 84px
}

.focus-container .info h3 {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #595959
}

.focus-container .info span {
    display: inline-block;
    font-family: "Arial";
    color: #999999;
    font-size: 1.4rem;
    text-indent: 10px
}

.focus-container .slick-dots {
    width: auto;
    position: absolute;
    left: 35%;
    bottom: 12px;
    z-index: 10
}

.focus-container .slick-dots li {
    width: 10px;
    height: 10px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    background-color: #CCCCCC;
    border-radius: 50%;
    font-size: 0;
    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: #FFA000
}

.focus-container .slick-dots li button {
    display: none
}

.focus-container .focus-slide a {
    display: block
}

.focus-container .slick-next,
.focus-container .slick-prev {
    width: 25px;
    height: 42px;
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none !important
}

.focus-container .slick-next {
    right: 0;
    background: rgba(0, 0, 0, 0.7) url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:hover {
    background: #1953B2 url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:before,
.focus-container .slick-prev:before {
    display: none
}

.focus-container .slick-prev {
    left: 0;
    background: rgba(0, 0, 0, 0.7) url(../img/focus_left.png) no-repeat center
}

.focus-container .slick-prev:hover {
    background: #1953B2 url(../img/focus_left.png) no-repeat center
}

@media (max-width: 1199px) {
    .focus-content {
        padding-left: 0
    }

    .focus-container {
        display: none
    }

}

.sub-module {
    padding: 5px 30px 5px 70px;
    text-align: center
}

.sub-module .module-title {
    width: 40px;
    height: 100px;
    position: absolute;
    left: 0;
    border: 1px dashed #0947AC
}

.sub-module .module-title span {
    display: inline-block;
    color: #0947AC;
    font-size: 2rem;
    line-height: 1.2
}

.sub-link-list {
    position: relative;
}

.sub-link-list a {
    display: inline-block;
    border: none;
    margin: 0 5px
}

.sub-link-list a img {
    display: block;
    width: 100%;
    outline: none
}

.sub-link-list .slick-next:before,
.sub-link-list .slick-prev:before {
    display: none
}

.sub-link-list .slick-next,
.sub-link-list .slick-prev {
    width: 30px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E1EFFC;
}

.sub-link-list .slick-next {
    background-image: url(../img/nav_right.png);
    right: -30px
}

.sub-link-list .slick-next:hover {
    background-image: url(../img/nav_right_on.png)
}

.sub-link-list .slick-prev {
    left: -30px;
    background-image: url(../img/nav_left.png)
}

.sub-link-list .slick-prev:hover {
    background-image: url(../img/nav_left_on.png)
}

@media only screen and (max-width: 1199px) {

    .sub-link-list .slick-next,
    .sub-link-list .slick-prev {
        height: 74px
    }



    .sub-module .module-title {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
        .sub-module {
      padding: 0 30px
  }


    .sub-link-list .slick-next,
    .sub-link-list .slick-prev {
        display: inline-block !important
    }

    .sub-link-list .slick-prev {
        left: -30px
    }

    .sub-link-list .slick-next {
        right: -30px
    }
}

.wenzi-module-list li:first-child {
    margin-top: 0
}

.wenzi-module-list li a {
    display: block;
    position: relative;
    padding-right: 80px;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wenzi-module-list li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999999;
    position: absolute;
    border-radius: 50%;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 50%;
    margin-top: -3px
}

.wenzi-module-list li a h3 {
    font-size: 1.6rem;
    color: #1E1E1E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.wenzi-module-list li a span {
    display: inline-block;
    position: absolute;
    line-height: 35px;
    top: 0;
    right: 0;
    font-size: 1.6rem;
    font-family: "Arial";
    color: #828A92;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wenzi-module-list li a:hover {
    border-color: #0947AC
}

.wenzi-module-list li a:hover h3 {
    color: #0947AC;
    border-color: #0947AC
}

.wenzi-module-list li a:hover span {
    color: #0947AC
}

.wenzi-module-list li a:hover::before {
    background-color: #0947AC
}

.wenzi-module-list2 {
    margin-left: -1%;
    margin-right: -1%
}

.wenzi-module-list2 li {
    width: 48%;
    float: left;
    margin: 1%
}

.wenzi-module-list2 li a {
    border-bottom: none;
    height: auto;
    line-height: 1
}

@media only screen and (max-width: 1199px) {
    .wenzi-module-list2 {
        margin-left: 0;
        margin-right: 0
    }

    .wenzi-module-list2 li {
        width: 100%;
        float: none
    }

    .wenzi-module-list2 li a {
        height: 35px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .wenzi-module-list {
        margin-left: 0;
        margin-right: 0
    }

    .wenzi-module-list li {
        width: 100%;
        float: none;
        margin: 10px 0 0 0
    }

    .wenzi-module-list li:first-child {
        margin: 0
    }
}

.renwu-list-page a {
    display: block;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #E0E0E0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.renwu-list-page a .img {
    width: 140px;
    height: 180px;
    display: table-cell;
    font-size: 0;
    overflow: hidden
}

.renwu-list-page a .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.renwu-list-page a h3 {
    border-bottom: 1px solid #EDEDED;
    line-height: 30px;
    padding-bottom: 3px;
    font-size: 1.6rem;
    padding-top: 8px;
    color: #333333;
    margin-bottom: 12px
}

.renwu-list-page a h4 {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 8px;
    color: #A0A0A0
}

.renwu-list-page a .txt {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
    position: relative
}

.renwu-list-page a .txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #A0A0A0
}

.renwu-list-page a:hover {
    border-color: #1953B2
}

.renwu-list-page a:hover h3 {
    color: #1469BC
}

.renwu-list-page a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media only screen and (max-width: 1199px) {
    .renwu-list-page a h3 {
        font-size: 1.8em
    }
}

@media only screen and (max-width: 1023px) {
    .renwu-list-page a img {
        height: 220px
    }
}

@media only screen and (max-width: 767px) {
    .renwu-list-page a img {
        height: 180px
    }
}

@media only screen and (max-width: 639px) {
    .renwu-list-page a .img {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        height: auto
    }

    .renwu-list-page a .img img {
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: auto
    }

    .renwu-list-page a .txt span {
        position: relative;
        margin-top: 5px
    }
}

.riqi-list-page li a {
    display: block;
    background: #fff;
    height: 62px;
    padding-left: 70px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.riqi-list-page li a .time-box {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    top: 0;
    width: 62px
}

.riqi-list-page li a .time-box .day {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    line-height: 26px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #1953B2
}

.riqi-list-page li a .time-box .month {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    background-color: #EEEEEE;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 24px;
    color: #666666
}

.riqi-list-page li a h3 {
    font-size: 1.6rem;
    color: #505050;
    line-height: 1.6;
    padding-top: 10px
}

.riqi-list-page li a:hover .time-box .day {
    color: #fff;
    background-color: #0947AC
}

.riqi-list-page li a:hover .time-box .month {
    color: #0947AC
}

.riqi-list-page li a:hover h3 {
    color: #0947AC
}

.riqi-list-page li:first-child>a {
    margin-top: 0
}

@media only screen and (max-width: 639px) {
    .riqi-list-page li a h3 {
        padding-top: 0
    }
}

.shipin-list-page {
    margin-left: -1%;
    margin-right: -1%
}

.shipin-list-page a {
    width: 31.33%;
    margin: 0 1% 20px 1%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shipin-list-page a .img {
    position: relative;
    height: 180px;
    overflow: hidden
}

.shipin-list-page a .img img {
    display: block;
    width: 100%;
    height: 100%
}

.shipin-list-page a .img .ico {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: url("../img/play_btn.png") center 50% no-repeat
}

.shipin-list-page a h3 {
    padding: 0 1em;
    font-size: 1.6rem;
    color: #444444;
    font-family: "思源黑体";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3
}

.shipin-list-page a:hover {
    border-color: #1953B2
}

.shipin-list-page a:hover h3 {
    color: #fff;
    background-color: #1953B2
}

.shipin-list-page a:hover .ico {
    top: 0
}

@media only screen and (max-width: 1023px) {
    .shipin-list-page a .img {
        height: 150px
    }
}

@media only screen and (max-width: 767px) {
    .shipin-list-page a .img {
        height: 130px
    }
}

@media only screen and (max-width: 639px) {
    .shipin-list-page a {
        width: 48%
    }

    .shipin-list-page a .img {
        height: 140px
    }
}

@media only screen and (max-width: 479px) {
    .shipin-list-page a .img {
        height: 110px
    }
}

@media only screen and (max-width: 359px) {
    .shipin-list-page a {
        width: 98%
    }

    .shipin-list-page a .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 {
    position: relative;
    height: 180px;
    overflow: hidden
}

.tupian-list-page a .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tupian-list-page a .title {
    display: block;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #444444;
    font-size: 1.6rem;
    text-align: center;
    background-color: #F3F3F3;
    border-bottom: 1px solid #F3F3F3
}

.tupian-list-page a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tupian-list-page a:hover .title {
    color: #fff;
    border-color: #1953B2;
    background-color: #1953B2
}

@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 .img {
        height: 110px
    }
}

@media only screen and (max-width: 359px) {
    .tupian-list-page a {
        width: 98%
    }

    .tupian-list-page a .img {
        height: auto
    }
}

.tuwen-list-page a {
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

.tuwen-list-page a:first-child {
    padding-top: 0
}

.tuwen-list-page a .img {
    display: block;
    width: 200px;
    height: 120px;
    overflow: hidden;
    float: left
}

.tuwen-list-page a .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tuwen-list-page a .txt {
    float: left;
    width: calc(100% - 200px);
    position: relative;
    padding-left: 10px
}

.tuwen-list-page a .title {
    font-size: 1.6rem;
    color: #444444;
    line-height: 180%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.tuwen-list-page a .time {
    font-family: "Arial";
    font-size: 1.4rem;
    color: #8B8C91
}

.tuwen-list-page a .intro {
    font-size: 1.4rem;
    color: #999999;
    line-height: 1.5;
    margin: 6px 0 15px
}

.tuwen-list-page a:hover {
    border-color: #1953B2
}

.tuwen-list-page a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tuwen-list-page a:hover .title {
    color: #1953B2
}

@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
    }

    .tuwen-list-page a .intro {
        display: none
    }

    .tuwen-list-page a .title {
        line-height: 1.3;
        margin-bottom: 6px
    }
}

.wenzi-list-page a {
    display: block;
    border-bottom: 1px dotted #999999;
    line-height: 50px
}

.wenzi-list-page a .title {
    font-size: 1.6rem;
    color: #60636D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    padding-left: 10px;
    width: calc(100% - 100px);
    position: relative
}

.wenzi-list-page a .title:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute
}

.wenzi-list-page a .time {
    float: right;
    font-size: 1.6rem;
    text-align: center;
    font-family: "Arial";
    color: #A4A4A4;
    margin-left: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
    color: #0947AC
}

.wenzi-list-page a:hover .title:before {
    background-color: #0947AC
}

@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 #EEEEEE;
    margin-bottom: 20px;
    padding: 0 90px 10px 60px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    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: 62px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #666666;
    background-color: #F9F9F9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.xiazai-list-page a .btn:hover {
    background-color: #1953B2;
    color: #fff
}

.xiazai-list-page a .title {
    color: #666666;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 10px;
    text-overflow: ellipsis
}

.xiazai-list-page a .info-txt {
    font-size: 1.4em;
    font-family: Arial;
    color: #777777;
    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: #1953B2
}

.xiazai-list-page a:hover .title {
    color: #1469BC
}

@media (max-width: 479px) {
    .xiazai-list-page a {
        background-size: 30px 40px;
        padding-left: 40px;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        min-height: auto
    }

    .xiazai-list-page a .info-txt {
        display: none
    }

    .xiazai-list-page a .btn {
        position: static;
        float: right;
        display: none
    }
}

.notfind {
    position: relative;
    margin-bottom: 24px;
    padding: 48px;
    text-align: center
}

.notfind img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.notfind .notfind-btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    font-size: 2.4rem;
    color: #fff;
    background-color: #80C023;
    padding: 0 48px;
    border-radius: 3px;
    display: inline-block;
    margin: 20px auto
}

.banner-box {
    width: 100%;
    max-height: 350px;
    position: relative;
    overflow: hidden
  }

  .banner-box .banner-content {
    text-align: center
  }

  .banner-box .banner-item {
    height: 350px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    outline: none
  }

  .banner-box .banner-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0
  }

  .banner-box .banner-item a {
    display: block;
    width: 100%;
    height: 100%
  }

  .banner-box .banner-item.slick-current::after {
    display: none
  }

  .banner-box .slick-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px
  }

  .banner-box .slick-next,
  .banner-box .slick-prev {
    width: 46px;
    height: 46px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .banner-box .slick-next {
    right: 3%;
    background-image: url(../img/right.png)
  }

  .banner-box .slick-next:hover {
    background-image: url(../img/right_on.png)
  }

  .banner-box .slick-prev {
    left: 3%;
    background-image: url(../img/left.png)
  }

  .banner-box .slick-prev:hover {
    background-image: url(../img/left_on.png)
  }

  .banner-box .slick-next:before,
  .banner-box .slick-prev:before {
    display: none
  }

  .banner-box .slick-dots li button {
    display: none
  }

  .banner-box .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle
  }

  .banner-box .slick-dots li.slick-active {
    background: #FFA000;
    opacity: 1
  }

  @media only screen and (min-width: 1200px) {
    .banner-box {
      height: 350px
    }

    .banner-box .banner-wrapper {
      width: 1900px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      margin-left: -950px;
      height: 350px;
      top: 0
    }
  }

  @media only screen and (max-width: 1199px) {

    .banner-box,
    .banner-box .banner-item {
      height: 320px;
      background-position: center center;
      background-size: auto 100%
    }

    .banner-box .banner-content {
      height: 320px
    }

    .banner-box .banner-item::after {
      display: none
    }
  }

  @media only screen and (max-width: 767px) {

    .banner-box,
    .banner-box .banner-item {
      height: 260px
    }

    .banner-box .banner-content {
      height: 260px
    }
  }

  @media only screen and (max-width: 639px) {

    .banner-box,
    .banner-box .banner-item {
      height: 210px
    }

    .banner-box .banner-content {
      height: 210px
    }

    .banner-box .slick-dots li {
      margin: 0 3px
    }

    .banner-box .slick-dots li {
      width: 9px;
      height: 9px
    }
  }

  @media only screen and (max-width: 479px) {

    .banner-box,
    .banner-box .banner-item {
      height: 180px
    }

    .banner-box .banner-content {
      height: 180px
    }
  }

@media only screen and (max-width: 1199px) {

    .banner-box,
    .banner-box .banner-item {
        height: 320px;
        background-position: center center;
        background-size: auto 100%
    }

    .banner-box .banner-content {
        height: 320px
    }

    .banner-box .banner-item::after {
        display: none
    }
    .banner-box .banner-item {
        opacity: 1
    }
}

@media only screen and (max-width: 767px) {

    .banner-box,
    .banner-box .banner-item {
        height: 260px
    }

    .banner-box .banner-content {
        height: 260px
    }
}

@media only screen and (max-width: 639px) {

    .banner-box,
    .banner-box .banner-item {
        height: 210px
    }

    .banner-box .banner-content {
        height: 210px
    }

    .banner-box .slick-dots li {
        margin: 0 3px
    }

    .banner-box .slick-dots li {
        width: 9px;
        height: 9px
    }
}

@media only screen and (max-width: 479px) {

    .banner-box,
    .banner-box .banner-item {
        height: 180px
    }

    .banner-box .banner-content {
        height: 180px
    }
}

.frame-banner {
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    position: relative
}

.frame-banner .frame-banner-item {
    height: 280px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none
}

@media only screen and (max-width: 1199px) {
    .frame-banner .frame-banner-item {
        height: 200px;
        background-size: auto 100%
    }
}

@media only screen and (max-width: 1023px) {
    .frame-banner .frame-banner-item {
        height: 180px
    }
}

@media only screen and (max-width: 767px) {
    .frame-banner .frame-banner-item {
        height: 150px
    }
}

@media only screen and (max-width: 639px) {
    .frame-banner .frame-banner-item {
        height: 110px
    }
    .tab-wrap .content-box .tab-nav li a h3 {
        font-size: 1.6rem;
        line-height: 30px;
        padding: 0 18px
    }
}

.module .module-name {
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 2px solid #0947AC
}

.module .module-name span {
    display: inline-block;
    font-size: 2.2rem;
    position: relative;
    color: #0947AC;
    padding-left: 37px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 10px
}

.module .module-name a {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 17px;
    background-color: #1953B2;
    color: #7B7B7B;
    font-size: 1.4rem;
    padding-right: 15px;
    background: url(../img/more.png) no-repeat right center;
    display: block
}

.module .module-name a:hover {
    color: #0947AC;
    background: url(../img/more_on.png) no-repeat right center
}

.module1 .module-name span {
    background-image: url(../img/module_title1.png)
}

.module2 .module-name span {
    background-image: url(../img/module_title2.png)
}

.frame-wrap {
    margin-top: 18px
}

.frame-wrap.full {
    max-width: 100%
}

.frame-wrap .frame-left {
    float: left;
    width: 252px;
    margin-bottom: 24px
}

.frame-wrap .frame-right {
    float: right;
    width: 915px;
    min-height: 400px;
    margin-bottom: 25px;
    padding-left: 16px;
    margin-left: -100%
}

@media (max-width: 1199px) {
    .frame-wrap .frame-left {
        display: none
    }

    .frame-wrap .frame-right {
        width: 100%;
        font: none;
        padding-left: 0;
        margin-left: 0;
        min-height: 0
    }
}

@media (max-width: 767px) {
    .frame-wrap .frame-right {
        padding-left: 0;
        padding-right: 0
    }
}

.hot-news {
    margin-top: 30px;
    border: 1px solid #EDEDED;
    display: none;
    padding: 10px
}

.hot-news .title {
    font-size: 1.6rem;
    color: #0947AC;
    border-bottom: 1px solid #CCCDD7;
    text-overflow: ellipsis;
    padding-bottom: 8px;
    white-space: nowrap;
    position: relative
}

.hot-news .title::after {
    content: "";
    width: 65px;
    height: 3px;
    background-color: #0947AC;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9
}

.hot-news a {
    display: block
}

.hot-news a h3 {
    position: relative;
    padding-left: 8px;
    white-space: nowrap;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.4em;
    color: #444444
}

.hot-news a h3:before {
    content: "";
    width: 2px;
    text-align: center;
    height: 10px;
    font-size: 0;
    background-color: #0947AC;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.hot-news a span {
    font-size: 1.2rem;
    color: #999999;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 8px
}

.hot-news a:hover h3 {
    color: #0947AC
}

.hot-news a:hover h3:before {
    background-color: #0947AC
}

.sidebar-title {
    height: 80px;
    font-size: 2.6rem;
    background-color: #1953B2;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    line-height: 80px;
    text-indent: 2rem;
    margin-bottom: 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sidebar-title span {
    display: inline-block;
    position: relative;
    line-height: 2
}

.sidebar-menu>li {
    border-bottom: 1px solid #EDEDED
}

.sidebar-menu>li>a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 1.6rem;
    text-indent: 6rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #444444;
    background: url(../img/sidebar.png) 40px center no-repeat
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    background: #C7E3FF url(../img/sidebar_on.png) 40px center no-repeat
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
    max-height: 1000px;
    overflow: auto;
    margin: 0 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>a {
    display: block;
    line-height: 40px;
    font-size: 1.6rem;
    white-space: nowrap;
    text-indent: 4rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
   /* background: url(../img/level2.png) no-repeat 25% center;*/
    text-overflow: ellipsis;
    color: #888888
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
    color: #0947AC;
    border-color: #0947AC
   /* background: url(../img/level2_on.png) no-repeat 25% center*/
}

.frame-location {
    position: relative;
    color: #666666;
    white-space: nowrap;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #83BCFE;
    font-size: 1.6rem
}

.frame-location a {
    font-size: 1.6rem;
    color: #666666
}

.frame-location span:last-child a {
    color: #0947AC
}

.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-location .frame-location-path {
    padding-left: 26px;
    background: url("../img/ico_path.png") 0 top no-repeat;
    line-height: 22px;
    padding-bottom: 10px
}

.frame-location .now-path {
    float: left
}

.frame-location .now-path span {
    display: none
}

.frame-location .now-path span:nth-child(2) {
    display: inline-block;
    font-size: 30px;
    padding-left: 40px;
    line-height: 65px;
    color: #1953B2
}

.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: 6px 12px;
    color: #767676;
    display: inline-block;
    border: 1px solid #F0F0F0;
    border-radius: 1px;
    line-height: 1.4em
}

.yn-pagination a:hover {
    background: #1953B2;
    border-color: #1953B2;
    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: #1953B2;
    border-color: #1953B2;
    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
}

@media only screen and (max-width: 1199px) {
    .frame-wrap {
        margin-left: 6px;
        margin-right: 6px
    }
}

@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) {

    .yn-pagination .first-page,
    .yn-pagination .last-page {
        display: none
    }
}

/*# sourceMappingURL=module.css.map */
