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

.article-content .ueditor_baidumap {
    margin: 0 auto;
    max-width: 100% !important;
}

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

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

.article-head .article-info {
    font-size: 1.4em;
    color: #8C8C8C;
    text-align: center;
    border-top: 1px solid #E2E2E2;
    padding-top: 10px
}

.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-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;
    height: auto !important;
}

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

.article-jump {
    border-top: 1px dotted #CAC9C6;
    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: #FD9E04
}

.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
    }
}

.footer-wrap {
    background-color: #222F7D
}

.footer-wrap .footer-content {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.footer-wrap .footer-info {
    height: 140px;
    padding-left: 110px;
    padding-top: 30px;
    background: url(../img/footer_logo.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item {
    width: 38%;
    float: left
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
    font-size: 1.4em;
    display: block;
    color: #fff;
    margin-bottom: 10px
}

.footer-wrap .footer-info .address {
    position: relative;
    margin-bottom: 40px
}
.footer-wrap .footer-info .police{
    padding-left: 26px;
    line-height: 20px;
    background: url(../img/police.png) no-repeat left center;
}
.footer-wrap .footer-info .address::after {
    content: "东校区地址：衡阳市雁峰区白沙洲铜桥港1号  邮编：421007";
    position: absolute;
    bottom: -28px;
    left: 0
}

.footer-wrap .code-box {
    position: absolute;
    right: 0;
    top: 8%;
    text-align: right
}

.footer-wrap .code-box span {
    display: inline-block;
    width: 97px;
    height: 97px;
    position: relative;
    vertical-align: top
}

.footer-wrap .code-box .org-code {
    background: #3645A0 url(../img/org.png) no-repeat center;
    text-align: center;
    margin-right: 10px;
    width: 97px;
    height: 97px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

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

.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;
    height: 14px;
    text-align: center;
    bottom: -18px
}

.footer-copyright {
    height: 40px;
    line-height: 40px;
    background-color: #363636;
    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: #fdb237 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: #FD9E04
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .code-box {
        display: none
    }

    .footer-wrap .footer-content {
        max-width: 100%
    }

    .footer-wrap .footer-info {
        background: url("../img/footer_logo.png") no-repeat 10px center
    }

    .footer-wrap .footer-info .footer-info-item {
        width: 50%
    }

    .footer-copyright {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
    .footer-wrap .footer-info .footer-info-item {
        width: 100%;
        float: none
    }

    .footer-wrap .footer-info {
        background: none;
        padding: 10px 0;
        height: auto
    }

    .footer-wrap .footer-info span,
    .footer-wrap .footer-info a {
        display: none;
        margin-bottom: 0
    }

    .footer-wrap .footer-info span.copyright {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .footer-copyright span {
        display: none
    }
}

.header-top {
    background: url(../img/header_bg.png) no-repeat 75% center
}

.header-top>.content-box {
    height: 100px;
    position: relative
}

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

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

.header-top .ynedut-box {
    height: 34px;
    line-height: 34px;
    width: 100px;
    font-size: 1.6em;
    color: #fff;
    position: absolute;
    border-radius: 20px;
    right: 290px;
    text-align: center;
    top: 50%;
    margin-top: -17px;
    background-color: #FD9E04
}

.header-top .ynedut-box a {
    display: block
}

.header-top .ynedut-box a span {
    color: #fff
}

.header-top .search-box {
    border-radius: 20px;
    width: 270px;
    position: absolute;
    right: 0;
    top: 30%;
    overflow: hidden;
    border: 1px solid #fff;
    padding-right: 50px
}

.header-top .search-box input {
    display: block;
    width: 100%;
    height: 34px;
    border: none;
    line-height: 34px;
    color: #fff;
    background-color: transparent;
    padding-left: 15px;
    font-size: 1.4em;
    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: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    background: url(../img/search_btn.png) center center no-repeat;
    z-index: 10;
    outline: none
}

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

@media only screen and (min-width: 1200px) {
    .header-nav {
        background-color: #222F7D
    }

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

    .nav-bar>li {
        display: inline-block;
        position: relative;
        height: 50px;
        width: 9.09%
    }

    .nav-bar>li:hover {
        background-color: #fff;
        border-bottom: 4px solid #FD9E04
    }

    .nav-bar>li:hover>a {
        color: #FD9E04
    }

    .nav-bar>li.active {
        background-color: #FD9E04
    }

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

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

    .nav-bar>li>ul {
        width: 100%;
        position: absolute;
        top: 50px;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        text-align: left;
        background: #222F7D;
        z-index: 1000
    }

    .nav-bar>li>ul>li>a {
        display: block;
        font-size: 1.6em;
        text-align: center;
        line-height: 40px;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

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

    .nav-bar>li>ul>li>a:hover,
    .nav-bar>li>ul>li.active>a {
        color: #FD9E04;
        border-top: 4px solid #222F7D;
        background: #fff
    }
}

@media (max-width: 1199px) {
    .header-top {
        padding: 10px;
        height: 100px
    }

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

    .header-top>.content-box .ynedut-box {
        display: none
    }

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

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

    .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: #222F7D;
        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 5px
    }

    .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: #222F7D;
        white-space: nowrap
    }

    .nav-bar>li>ul>li.active>a {
        background: #FD9E04;
        color: #fff;
        border-color: #FD9E04
    }

    .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: 767px) {
    .header-top {
        height: 80px
    }

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

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

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

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

@media only screen and (max-width: 479px) {
    .header-top {
        height: 60px
    }

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

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

.img-module {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative
}

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

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

.img-module a {
    display: block;
    position: relative
}

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

.img-module a h3 {
    position: absolute;
    left: 0;
    bottom: -38px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 1.6em;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    color: #fff;
    background: rgba(247, 144, 8, 0.6);
    overflow: hidden;
    text-overflow: ellipsis
}

.img-module a:hover h3 {
    bottom: 0
}

.riqi-module-list li a {
    display: block;
    background: #fff;
    height: 60px;
    padding-left: 80px;
    margin-top: 15px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.riqi-module-list li a .time-box {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    top: 0px;
    width: 66px
}

.riqi-module-list li a .time-box .day {
    font-size: 2em;
    color: #fff;
    display: block;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #222F7D
}

.riqi-module-list li a .time-box .month {
    text-align: center;
    display: block;
    font-size: 1.6em;
    background-color: #EEEEEE;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 26px;
    color: #999999
}

.riqi-module-list li a h3 {
    font-size: 1.6em;
    color: #333333;
    line-height: 1.6
}

.riqi-module-list li a p {
    font-size: 1.4em;
    color: #A0A0A0;
    line-height: 1.6
}

.riqi-module-list li a:hover .time-box .day {
    color: #fff;
    background-color: #FD9E04
}

.riqi-module-list li a:hover .time-box .month {
    color: #FD9E04
}

.riqi-module-list li a:hover h3 {
    color: #FD9E04
}

.riqi-module-list li:first-child>a {
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    .riqi-module-list li a {
        height: auto;
        padding: 10px 10px 10px 110px;
        margin-top: 12px
    }

    .riqi-module-list li a .time-box {
        width: 80px
    }
}

@media only screen and (max-width: 639px) {
    .riqi-module-list li a {
        min-height: 55px;
        padding: 10px 10px 10px 85px
    }

    .riqi-module-list li a p {
        display: none
    }

    .riqi-module-list li a .time-box {
        width: 70px;
        top: 10px
    }
}

.tuwen-module {
    background-color: #fff;
    border-top: 3px solid #222F7D
}

.tuwen-module .module-name {
    border-bottom: none
}

.tuwen-module .tuwen-content {
    padding-left: 800px;
    position: relative
}

.tuwen-module .tuwen-content .tuwen-info-box {
    position: absolute;
    width: 780px;
    left: 0
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info {
    width: 49%;
    float: left
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info:last-child {
    float: right
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a {
    display: block;
    width: 100%
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a img {
    display: block;
    width: 100%;
    height: 228px
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a .text {
    padding: 10px;
    background-color: #F9F9F9;
    height: 130px
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a .text h3 {
    font-size: 1.6em;
    color: #060606;
    height: 45px
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a .text p {
    font-size: 1.4em;
    color: #666666;
    line-height: 1.6;
    padding-bottom: 3px
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a .text span {
    font-size: 1.4em;
    color: #999999
}

.tuwen-module .tuwen-content .tuwen-info-box .tuwen-info a:hover .text h3 {
    color: #FD9E04
}

@media (max-width: 1199px) {
    .tuwen-module .tuwen-content {
        padding-left: 0
    }

    .tuwen-module .tuwen-content .tuwen-info-box .tuwen-info {
        display: none
    }
}

.wenzi-module-list li a {
    display: block;
    position: relative;
    padding-left: 62px;
    height: 40px;
    line-height: 40px
}

.wenzi-module-list li a h3 {
    font-size: 1.6em;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wenzi-module-list li a span {
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 0;
    border-right: 1px solid #AAAAAA;
    font-size: 1.6em;
    padding-right: 10px;
    color: #222F7D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 13px
}

.wenzi-module-list li a:hover h3 {
    color: #FD9E04
}

.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
    }
}

.wenzi-module-list li a {
    display: block;
    position: relative;
    padding-left: 62px;
    height: 40px;
    line-height: 40px
}

.wenzi-module-list li a h3 {
    font-size: 1.6em;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.wenzi-module-list li a span {
    display: inline-block;
    position: absolute;
    line-height: 1;
    left: 0;
    border-right: 1px solid #AAAAAA;
    font-size: 1.6em;
    padding-right: 10px;
    color: #222F7D;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 13px
}

.wenzi-module-list li a:hover h3 {
    color: #FD9E04
}

.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
    }
}

.link-module {
    height: 105px;
    background-color: #F8FBFF
}

.link-module .link-content {
    height: 50px
}

.link-module .link-content a {
    display: block;
    font-size: 1.6em;
    color: #333333;
    white-space: nowrap;
    margin: 0 5px;
    line-height: 50px;
    padding-left: 10px;
    background: url(../img/link.png) no-repeat left center;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-overflow: ellipsis
}

.link-module .link-content a:hover {
    background: url(../img/link_on.png) no-repeat left center;
    color: #FD9E04
}

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

.link-module .link-content .slick-next,
.link-module .link-content .slick-prev {
    width: 26px;
    height: 22px;
    background-position: left top;
    top: -25px;
    background-size: 100%
}

.link-module .link-content .slick-next {
    background-image: url(../img/link_right.png);
    right: 0
}

.link-module .link-content .slick-next:hover {
    background-image: url(../img/link_right_on.png)
}

.link-module .link-content .slick-prev {
    left: 95%;
    background-image: url(../img/link_left.png)
}

.link-module .link-content .slick-prev:hover {
    background-image: url(../img/link_left_on.png)
}

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

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

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

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

.renwu-list-page a h3 {
    font-size: 1.6em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
    color: #60636D
}

.renwu-list-page a:hover h3 {
    color: #fff;
    background: #FD9E04
}

@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 {
        width: 31.3333%
    }
}

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

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

    .renwu-list-page a img {
        height: 160px
    }
}

.riqi-list-page li a {
    display: block;
    background: #fff;
    height: 80px;
    padding-left: 80px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px dotted #C9C9C9;
    -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: 66px
}

.riqi-list-page li a .time-box .day {
    font-size: 2em;
    color: #fff;
    display: block;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #222F7D
}

.riqi-list-page li a .time-box .month {
    text-align: center;
    display: block;
    font-size: 1.6em;
    background-color: #EEEEEE;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 26px;
    color: #999999
}

.riqi-list-page li a h3 {
    font-size: 1.6em;
    color: #414141;
    line-height: 1.6
}

.riqi-list-page li a p {
    font-size: 1.4em;
    color: #777777;
    line-height: 1.6
}

.riqi-list-page li a:hover .time-box .day {
    color: #fff;
    background-color: #FD9E04
}

.riqi-list-page li a:hover .time-box .month {
    color: #FD9E04
}

.riqi-list-page li a:hover h3 {
    color: #FD9E04
}

.riqi-list-page li:first-child>a {
    margin-top: 0
}

@media only screen and (max-width: 1199px) {
    .riqi-list-page li a {
        height: auto;
        padding: 0 10px 10px 100px;
        margin-top: 12px
    }

    .riqi-list-page li a .time-box {
        width: 80px
    }
}

@media only screen and (max-width: 1023px) {
    .riqi-list-page li a p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media only screen and (max-width: 639px) {
    .riqi-list-page li a {
        min-height: 55px;
        padding: 10px 10px 10px 85px
    }

    .riqi-list-page li a p {
        display: none
    }

    .riqi-list-page li a .time-box {
        width: 70px;
        top: 10px
    }
}

.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;
    background-color: #DFF1FF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

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

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

.shipin-list-page a .img .ico {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    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.4em;
    color: #666666;
    font-family: "思源黑体";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    line-height: 34px
}

.shipin-list-page a:hover {
    background-color: #FD9E04
}

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

@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 .img img {
        height: 100px
    }
}

@media only screen and (max-width: 359px) {
    .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: 170px
}

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

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

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

.tupian-list-page a h3 {
    font-size: 1.6em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #DFF1FF;
    color: #444444;
    line-height: 34px;
    width: 100%;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease
}

.tupian-list-page a:hover h3 {
    background-color: #FD9E04;
    color: #fff
}

@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: 100px
    }
}

@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 dotted #BFBFBF;
    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: 250px;
    height: 150px;
    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% - 250px);
    position: relative;
    padding: 20px 0 20px 20px
}

.tuwen-list-page a .title {
    font-size: 1.8em;
    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.4em;
    color: #8B8C91
}

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

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

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

@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
    }
}

.tuwen-small-list-page a {
    padding: 12px 0;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

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

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

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

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

.tuwen-small-list-page a .title {
    font-size: 1.8em;
    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-small-list-page a .time {
    font-family: "Arial";
    font-size: 1.4em;
    color: #8B8C91
}

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

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

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

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

    .tuwen-small-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-small-list-page a .img {
        width: 120px;
        height: 80px
    }

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

    .tuwen-small-list-page a .title {
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

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

    .tuwen-small-list-page a .title {
        line-height: 1.3;
        margin-bottom: 6px
    }
}

.wenzi-list-page a {
    display: block;
    border-bottom: 1px dotted #BABABA;
    padding: 12px 0;
    line-height: 25px
}

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

.wenzi-list-page a .title:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/text.png) no-repeat center;
    display: inline-block;
    margin-right: 6px
}

.wenzi-list-page a .time {
    float: right;
    font-size: 1.6em;
    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: #FD9E04
}

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

@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 #CAD0E0;
    margin-bottom: 20px;
    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: 22px;
    border: 1px solid #F0F0F0;
    line-height: 22px;
    text-align: center;
    background: #AAAAAA;
    color: #fff
}

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

.xiazai-list-page a .title {
    color: #666666;
    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: #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: #FD9E04
}

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

@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.4em;
    color: #fff;
    background-color: #80C023;
    padding: 0 48px;
    border-radius: 3px;
    display: inline-block;
    margin: 20px auto
}


.web-map .level-one {
    margin-bottom: 24px;
    border-bottom: 1px solid #DAE3F3
}

.web-map .level-one>a {
    font-size: 2em;
    color: #222F7D;
    display: block;
    font-weight: bold;
    margin: 20px 0 10px 15px
}

.web-map .level-one>a:before {
    content: "";
    width: 5px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 8px;
    background-color: #222F7D
}

.web-map .level-two>li:not(.last)>a {
    display: inline-block;
    display: none;
    border: 1px solid #222F7D;
    line-height: 30px;
    margin: 12px 12px 20px;
    padding: 2px 6px;
    color: #222F7D;
    font-size: 1.6em;
    position: relative
}

.web-map .level-two>li:not(.last)>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid #222F7D;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
    left: 50%;
    margin-left: -4px
}

.web-map .level-two>li:not(.last)>a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    left: 50%;
    margin-left: -3px
}

.web-map li.last {
    display: inline-block;
    width: 25%
}

.web-map li.last:nth-child(4n) a::after {
    display: none;
}

.web-map li.last a {
    display: block;
    font-size: 1.6em;
    margin: 10px 18px;
    text-align: center;
    background-color: #f1f1f1;
    line-height: 50px;
    border-radius: 5px;
    position: relative
}

.web-map li.last a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #DCDCDC;
    right: -18px;
    top: 50%;
    margin-top: -6px
}

.web-map li.last a:hover {
    color: #fff;
    background-color: #FD9E04
}

.web-map li.last:last-child a:after {
    display: none
}

@media only screen and (max-width: 1023px) {
    .web-map li.last {
        width: 33.33%;
    }

    .web-map li.last a:after {
        display: none;
    }
}

@media only screen and (max-width: 639px) {
    .web-map li.last {
        width: 50%;
    }

    .web-map li.last a {
        margin: 6px;
    }
}

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

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

.banner-box .banner-item {
    height: 470px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}
.banner-box .banner-item a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

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

.banner-box .slick-next,
.banner-box .slick-prev {
    width: 45px;
    height: 70px;
    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: 10%;
    background-image: url(../img/right.png)
}

.banner-box .slick-next:hover {
    background-image: url(../img/right_on.png)
}

.banner-box .slick-prev {
    left: 10%;
    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: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
    width: 24px;
    border-radius: 10px;
    background: #fff;
    opacity: 1
}

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

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

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

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

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

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

    .banner-box .slick-next,
    .banner-box .slick-prev {
        width: 30px;
        height: 65px
    }
}

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

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

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

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

@media only screen and (max-width: 1023px) {
    .frame-banner .frame-banner-item {
        height: 180px;
        background-size: auto 100%
    }
}

body[data-page-type="index"] {
    background: none
}

body {
    background: #F5FAFF
}

.module {
    padding: 0 10px
}

.module .module-name {
    margin-bottom: 12px;
    height: 55px;
    line-height: 58px;
    position: relative;
    border-bottom: 2px solid #222F7D
}

.module .module-name span {
    display: inline-block;
    padding-left: 40px;
    background: url(../img/news1.png) no-repeat left center;
    font-size: 2.2em;
    position: relative;
    color: #222F7D
}

.module .module-name a {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 5px;
    color: #999999;
    font-size: 1.4em;
    display: block
}

.module .module-name a:hover {
    color: #FD9E04
}

.riqi-module .module-name span {
    background: url(../img/news2.png) no-repeat left center
}

.wenzi-module1 .module-name span {
    background: url(../img/news3.png) no-repeat left center
}

.wenzi-module .module-name span {
    background: url(../img/news4.png) no-repeat left center
}

.scroll-module .module-name span {
    background: url(../img/new5.png) no-repeat left center
}

.link-module .module-name {
    margin-bottom: 0
}

.link-module .module-name span {
    background: url(../img/link_ico.png) no-repeat left center
}

.frame-wrap {
    margin: 24px auto 0;
    max-width: 1188px;
    padding: 0 10px 10px;
    background: #fff url(../img/sidebar_logo.png) no-repeat left top
}

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

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

.frame-wrap .frame-right {
    float: right;
    width: 928px;
    min-height: 400px;
    margin-bottom: 25px;
    padding-left: 16px;
    margin-left: -100%
}

@media (max-width: 1199px) {
    .frame-wrap body[data-page-type="index"] {
        background: none
    }

    .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;
    display: none;
    border: 1px solid #fed99c
}

.hot-news .title {
    font-size: 1.8em;
    color: #FD9E04;
    margin-bottom: 4px;
    border-bottom: 2px solid #FD9E04;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 47px;
    background: url(../img/fire.png) no-repeat 30% center
}

.hot-news .hot-list {
    padding: 5px 10px
}

.hot-news a {
    display: block;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #60636D;
    font-size: 1.4em;
    border-bottom: 1px solid #F3F3F3
}

.hot-news a:before {
    content: "";
    width: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 1rem;
    height: 14px;
    background-color: #8EB9F5;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.hot-news a:hover {
    color: #FD9E04
}

.hot-news a:hover:before {
    background-color: #FD9E04
}

.hot-news .hot1::before {
    content: "1";
    background-color: #F54545
}

.hot-news .hot2::before {
    content: "2";
    background-color: #FF8547
}

.hot-news .hot3::before {
    content: "3";
    background-color: #FFAC38
}

.hot-news .hot4::before {
    content: "4"
}

.hot-news .hot5::before {
    content: "5"
}

.hot-news .hot6::before {
    content: "6"
}

.hot-news .hot7::before {
    content: "7"
}

.sidebar-title {
    height: 90px;
    background: #222F7D url(../img/sidebar_title.png) no-repeat left top;
    background-size: 100% 100%;
    font-size: 2.4em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    line-height: 110px;
    display: none;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

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

.sidebar-menu {
    margin: 0 auto;
    background: #DFF1FF
}

.sidebar-menu>li>a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 1.8em;
    text-align: left;
    padding: 0 20px 0 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
    border-bottom: 1px solid #FFFFFF;
    background: #DFF1FF url(../img/sidebar_un.png) 86% center no-repeat
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    background-color: #394DCF;
    border-left: 10px solid #8894E2;
    border-bottom-color: #8894E2;
    background-image: url(../img/sidebar_on.png);
    color: #fff
}

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

.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;
    text-align: left;
    line-height: 45px;
    font-size: 1.6em;
    padding-left: 70px;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    background: url(../img/level2.png) no-repeat 85% center;
    text-overflow: ellipsis;
    color: #666666
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
    color: #FD9E04;
    border-color: #FD9E04;
    background: url(../img/level2_on.png) no-repeat 85% center
}

.frame-location {
    padding: 10px;
    position: relative;
    height: 80px;
    font-size: 1.6em;
    color: #7c7c7c;
    white-space: nowrap;
    margin-bottom: 12px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #222F7D
}

.frame-location::after {
    content: "";
    width: 4px;
    height: 30px;
    background-color: #C4D0FF;
    position: absolute;
    right: 0;
    top: 0
}

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

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

.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 center no-repeat;
    float: right
}

.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: #222F7D
}

.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: #222F7D;
    border-color: #222F7D;
    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: #394DCF;
    border-color: #394DCF;
    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: 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 */
