.full-pic,
.full-pic img {
    width: 100%;
    display: block
}

.article-head {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F1F1F1
}

.article-head .article-title {
    font-size: 2.6em;
    text-align: center;
    color: #333333;
    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
}

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

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

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

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

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

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

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

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

.article-content img {
    max-width: 100%
}

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

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

.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: #0176D9
}

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

.article-jump .next {
    text-align: right
}
.article-content .ueditor_baidumap{
    margin: 0 auto;
    max-width: 100% !important;
}
@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: #0176D9
}

.footer-wrap .footer-content {
    padding: 10px 250px 10px 100px;
    background: url(../img/footer_logo.png) no-repeat left center;
    max-width: 1188px;
    margin: 0 auto;
    position: relative
}

.footer-wrap .footer-info {
    display: table;
    min-height: 120px
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
    color: #fff;
    font-size: 1.4em;
    line-height: 2.4;
    display: inline-block
}

.footer-wrap .footer-info span.block,
.footer-wrap .footer-info a.block {
    display: block
}

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

.footer-wrap .footer-info .address,
.footer-wrap .footer-info .tel,
.footer-wrap .footer-info .email {
    padding-left: 20px;
    background-position: 0 center;
    background-repeat: no-repeat;
    white-space: nowrap
}

.footer-wrap .footer-info .address {
    background-image: url(../img/ico_addres.png)
}

.footer-wrap .footer-info .tel {
    background-image: url(../img/ico_tel.png)
}

.footer-wrap .footer-info .email {
    background-image: url(../img/ico_post.png)
}

.footer-wrap .footer-info .footer-info-item {
    display: table-cell;
    vertical-align: middle
}

.footer-wrap .footer-info .footer-info-item:first-child {
    width: 70%
}

.footer-wrap .pic-box {
    position: absolute;
    right: 0;
    top: 15%
}

.footer-wrap .pic-box a {
    display: inline-block;
    width: 96px;
    height: 96px;
    text-align: center;
    padding-top: 13px;
    background: #013A81;
    vertical-align: middle
}
.footer-wrap .pic-box .footer-icp{
    display: none;
}
.footer-wrap .pic-box .footer-code {
    margin-left: 20px
}

.footer-copyright {
    background-color: #013A81;
    line-height: 38px;
    text-align: center
}

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

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

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

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

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

@media only screen and (max-width: 1199px) {
    .frame-content {
        min-height: auto;
    }
    .footer-wrap .footer-content {
        padding-right: 20px
    }

    .pic-box {
        display: none
    }

    .footer-copyright {
        display: none
    }
}

@media only screen and (max-width: 1023px) {
    .footer-wrap .footer-content {
        padding: 10px;
        background-image: none
    }

    .footer-wrap .footer-info .footer-info-item:last-child {
        display: none
    }

    .footer-wrap .footer-info {
        width: 100%;
        min-height: auto
    }

    .footer-wrap .footer-info .footer-info-item:first-child {
        width: 100%;
        text-align: center
    }

    .footer-wrap .footer-info a,
    .footer-wrap .footer-info .police {
        display: none
    }

    .footer-wrap .footer-info span {
        line-height: 1.5
    }
}

.header-top {
    background: url(../img/header_bg.png) no-repeat 70% 35px !important;
}

.header-top>.content-box {
    padding: 55px 0 0;
    height: 155px;
    position: relative;
    background: url(../img/slogan.png) no-repeat 60% 80%
}

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

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

.header-top .ynedut-box {
    width: 115px;
    height: 36px;
    position: absolute;
    right:10px;
    top: 38%
}

.header-top .ynedut-box a {
    display: block;
    text-align: right;
}

.header-top .ynedut-box a span {
    display: inline-block;
    font-size: 1.8rem;
    color: #fff;
    padding-left: 5px;
    vertical-align: middle
}

.header-top .ynedut-box a img {
    vertical-align: middle;
    display: inline-block
}

.header-top .search-box {
    width: 280px;
    height: 36px;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    top: 64%
}

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

.header-top .search-box a {
    display: block;
    width: 58px;
    height: 36px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    right: 0;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    background: #013A81 url(../img/search_btn.png) no-repeat center;
    z-index: 10;
    outline: none
}

.header-top .header-extend {
    height: 35px;
    line-height: 35px;
    background-color: #013A81;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4em;
    color: #fff
}

.header-top .header-extend .welcome {
    display: inline-block
}

.header-top .header-extend .btn-group {
    float: right
}

.header-top .header-extend .btn-group a {
    color: #666666;
    margin: 0 6px;
    position: relative;
    cursor: pointer
}

.header-top .header-extend .btn-group a:hover {
    color: #0176D9
}

.header-top .header-extend .btn-group a:after {
    content: "";
    height: 70%;
    top: 15%;
    width: 0;
    right: -10px;
    position: absolute;
    display: inline-block;
    border-right: 1px solid #60636D
}

.header-top .header-extend .btn-group a:last-child:after {
    display: none
}

.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: 56px;
        position: relative;
        width: 10%
    }

    .nav-bar>li:hover>a,
    .nav-bar>li.active>a {
        color: #0176D9;
        background-image: url(../img/nav_on.png)
    }

    .nav-bar>li>a {
        display: block;
        font-size: 1.8em;
        color: #333333;
        position: relative;
        line-height: 56px;
        text-align: center;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url(../img/nav.png)
    }

    .nav-bar>li>ul {
        position: absolute;
        top: 56px;
        right: 4px;
        left: 4px;
        /* overflow: hidden; */
        max-height: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        text-align: left;
        background: rgba(1, 58, 129, 0.6);
        z-index: 1000;
        display: none;
    }
    .nav-bar>li>ul::before{
        content: "";
        width: 10px;
        height: 6px;
        background: url(../img/nav_before.png) no-repeat center;
        position: absolute;
        left: 50%;
        margin-left: -5px;
        top: -6px;
    }
    .nav-bar>li>ul>li {
        display: block;
    }

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

    .nav-bar>li:nth-last-of-type(1)>ul,
    .nav-bar>li:nth-last-of-type(2)>ul,
    .nav-bar>li:nth-last-of-type(3)>ul,
    .nav-bar>li:nth-last-of-type(4)>ul {
        text-align: right
    }

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

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

@media (max-width: 1199px) {
    .header-top {
        padding: 10px;
        background: url(../img/header_bg.png) no-repeat left top !important;
        height: 100px
    }

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

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

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

    .header-top .logo img {
        height: 60px;
        margin-top: 10px
    }

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

    .header-top .nav-open {
        display: block;
        position: absolute;
        color: #fff;
        width: auto;
        height: 24px;
        margin-top: -12px;
        right: 10px;
        top: 50%;
        padding-right: 40px;
        z-index: 9999;
        font-size: 1.4em;
        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: #3490EA;
        color: #FFF;
        padding: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        text-align: left
    }

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .header-top {
        height: 80px
    }

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

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

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

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

.focus-module {
    position: relative
}

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

.focus-container .focus-slide {
    height: 260px;
    position: relative
}

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

.focus-container h3 {
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 1.4rem;
    text-indent: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)
}

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

.focus-container .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    background: none;
    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: #0176D9;
    border-color: #0176D9
}

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

.focus-container .focus-slide a {
    display: block
}

.first-list a {
    display: block;
    border-bottom: 1px solid #EEEEEE
}

.first-list a h3 {
    font-size: 1.8rem;
    color: #666;
    padding-bottom: 8px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.first-list a p {
    line-height: 1.5;
    font-size: 1.4rem;
    padding-bottom: 5px;
    color: #999999
}

.first-list a span {
    display: block;
    padding-bottom: 5px;
    font-size: 1.4rem;
    color: #999
}

.first-list a:hover h3 {
    color: #0176D9
}

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

    .focus-container {
        display: none
    }
}

.notice-box {
    position: relative;
    background: #fff;
    padding: 10px 0
}

.notice-box .notice-news {
    position: relative;
    padding-left: 120px;
    margin-bottom: 0 !important;
    padding-right: 70px;
    margin-left: 6px;
    margin-right: 6px
}

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

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

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

.notice-box .notice-module li a {
    display: block;
    font-size: 16px;
    color: #7F7F7F;
    line-height: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.notice-box .notice-module li a:hover {
    color: #0176D9
}

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

.notice-box .more:hover {
    background: #0176D9;
    color: #fff;
    border-color: #0176D9
}

@media only screen and (max-width: 479px) {
    .notice-box .notice-news {
        padding: 40px 10px 10px
    }

    .notice-box .notice-module-name {
        left: 10px;
        top: 0;
        background: none;
        color: #333;
        width: auto
    }

    .notice-box .notice-module-name span {
        color: #0176D9;
        font-weight: bold
    }

    .notice-box .more {
        right: 10px;
        top: 10px;
        margin-top: 0
    }
}

.time-module {
    padding: 10px
}

.time-module .module-name {
    background-color: #006BBD;
    padding: 10px;
    margin-bottom: 0
}

.time-module .module-name span {
    color: #fff !important
}

.time-module .module-name a {
    color: #fff !important
}

.time-module .module-name a:hover {
    color: #fff !important
}

.time-module-list li {
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px dashed #BFBFBF
}

.time-module-list li a {
    display: block;
    font-size: 1.6rem;
    padding-left: 100px;
    color: #555555;
    line-height: 50px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.time-module-list li span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 50px;
    font-size: 1.4rem;
    color: #666666;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: "Arial";
    text-align: right;
    vertical-align: middle
}

.time-module-list li span:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/clock.png) no-repeat left center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
    margin-right: 6px
}

.time-module-list li:hover {
    border-color: #0176D9
}

.time-module-list li:hover a,
.time-module-list li:hover span {
    color: #0176D9
}

.time-module-list li:hover span::before {
    background: url(../img/clock_on.png) no-repeat left center
}

.tuwen-module-list {
    margin-bottom: 7px
}

.tuwen-module-list .tuwen-item {
    position: relative;
    padding-left: 222px;
    min-height: 120px;
    display: block
}

.tuwen-module-list .titlepic {
    position: absolute;
    width: 210px;
    height: 120px;
    top: 0;
    left: 0
}

.tuwen-module-list .title {
    font-size: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px
}

.tuwen-module-list .intro,
.tuwen-module-list .time {
    font-size: 1.4em;
    color: #60636D;
    margin-bottom: 12px
}

.tuwen-module-list .tuwen-item:hover .title {
    color: #0176D9
}

.tuwen-module-list.small .tuwen-item {
    padding-left: 110px;
    min-height: 60px;
    margin-bottom: 10px
}

.tuwen-module-list.small .titlepic {
    width: 100px;
    height: 60px
}

.tuwen-module-list.small .title {
    font-size: 1.6em;
    margin-bottom: 2px
}

.tuwen-module-list.small .intro {
    margin-bottom: 0;
    color: #ACACAC
}

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

    .tuwen-module-list.small .intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .tuwen-module-list .tuwen-item {
        padding-left: 130px;
        min-height: 80px
    }

    .tuwen-module-list .titlepic {
        width: 120px;
        height: 80px
    }

    .tuwen-module-list .intro {
        display: none
    }

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

@media only screen and (max-width: 479px) {
    .tuwen-module-list.small .intro {
        display: none
    }
}


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

.wenzi-module-list li a {
    display: block;
    font-size: 1.6rem;
    color: #555555;
    line-height: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.wenzi-module-list li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #96A2C2;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

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

.wenzi-module-list li:hover a,
.wenzi-module-list li:hover span {
    color: #0176D9
}

.wenzi-module-list li:hover a:before {
    background-color: #0176D9
}

.department-module .module-name a {
    cursor: pointer;
    display: none !important;
}

.department-module .subject-link-list {
    margin-left: -1%;
    margin-right: -1%
}

.department-module .subject-link-list a {
    width: 23%;
    margin: 5px 1%;
    height: 70px;
    display: inline-block;
    overflow: hidden
}

.department-module .subject-link-list a .icon {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.department-module .subject-link-list a:hover {
    background-color: #0176D9;
    color: #fff
}

.department-module .subject-link-list a:hover .icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width: 1199px) {
    .department-module .subject-link-list a {
        height: auto
    }
}

@media only screen and (max-width: 479px) {
    .department-module .subject-link-list a {
        width: 48%
    }
}

.fast-link-list {
    margin-left: -1%;
    margin-right: -1%
}

.fast-link-list a {
    width: 22%;
    padding: 11px 0 3px;
    margin: 5px 1.5%;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.fast-link-list a .icon {
    margin: 0 auto;
    display: block
}

.fast-link-list a .title {
    font-size: 1.4em;
    line-height: 2;
    color: #fff;
    white-space: nowrap
}

.fast-link-list a:hover {
    background-color: #0176D9
}

.fast-link-list .nav1 {
    background-color: #58B530
}

.fast-link-list .nav2 {
    background-color: #0062AC
}

.fast-link-list .nav3 {
    background-color: #24A9E6
}

.fast-link-list .nav4 {
    background-color: #0BA299
}

.fast-link-list .nav5 {
    background-color: #24A9E6
}

.fast-link-list .nav6 {
    background-color: #6FBC47
}

.fast-link-list .nav7 {
    background-color: #F8B62C
}

.fast-link-list .nav8 {
    background-color: #982A8B
}

@media only screen and (max-width: 359px) {
    .fast-link-list a .title {
        font-size: 1em
    }
}

.blogroll-box {
    padding: 11px
}

.blogroll-box .content-box {
    width: 100%;
    display: table
}

.blogroll-box .title {
    font-size: 2em;
    display: table-cell;
    white-space: nowrap;
    width: 80px;
    padding-left: 28px;
    color: #1172BB;
    background: url("../img/link_ico.png") 0 center no-repeat
}

.blogroll-box .blogroll-group {
    display: table-cell;
    width: 274px;
    padding-left: 14px;
    position: relative
}

.blogroll-box .blogroll-group .group-name {
    height: 38px;
    border: 1px solid #DBDBDB;
    border-bottom: none;
    display: block;
    padding: 0 26px 0 8px;
    font-size: 1.4em;
    line-height: 38px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #808080
}

.blogroll-box .blogroll-group .group-name:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #B7B7B7;
    position: absolute;
    display: block;
    right: 8px;
    top: 50%;
    margin-top: -3px
}

.blogroll-box .blogroll-group .blogroll-list {
    border: 1px solid #DBDBDB;
    border-top: none;
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    right: 0;
    left: 14px;
    max-height: 0;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99
}

.blogroll-box .blogroll-group .blogroll-list a {
    display: block;
    font-size: 1.4em;
    line-height: 1.8
}

.blogroll-box .blogroll-group .blogroll-list a:hover {
    color: #0176D9
}

.blogroll-box .blogroll-group:hover .blogroll-list {
    display: block;
    max-height: 120px;
    border: 1px solid #DBDBDB
}

@media only screen and (max-width: 1023px) {
    .blogroll-box {
        display: none
    }
}

.special-module {
    margin-left: -10px
}

.special-module .special-item {
    padding: 0 0 0 10px
}

.special-module .special-item img {
    width: 100%;
    height: auto
}

.special-btn {
    float: right;
    padding-top: 6px
}

.special-btn button {
    width: 30px;
    height: 18px;
    background: #DFE3ED;
    border: none;
    font-size: 1.6em;
    color: #7C808A;
    line-height: 18px;
    cursor: pointer;
    outline: none
}

.special-btn button:hover {
    color: #fff;
    background: #0176D9
}

.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: #0176D9;
    padding: 0 48px;
    border-radius: 3px;
    display: inline-block;
    margin: 20px auto
}

.leader-mail {
    width: 80%;
    margin: 40px auto;
    background: url(../img/mail_bg.png) right bottom no-repeat;
    padding-bottom: 40px
}

.leader-mail .mail-content {
    max-width: 780px;
    padding: 60px 50px 200px 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 5px rgba(235, 242, 251, 0.6);
    box-shadow: 0 0 10px 5px rgba(235, 242, 251, 0.6);
    background: url(../img/ico_mail.png) 20px 50px no-repeat
}

.leader-mail .mail-content a {
    font-size: 2em;
    display: block;
    color: #0176D9;
    line-height: 40px
}

@media only screen and (max-width: 767px) {
    .leader-mail .mail-content {
        background: none;
        padding: 8%
    }

    .leader-mail {
        width: 90%;
        background: none
    }
}

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

.web-map .level-one>a {
    font-size: 2em;
    color: #0176D9;
    display: block;
    margin: 0 0 6px
}

.web-map .level-one>a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    background: url(../img/icon.png) no-repeat center
}

.web-map .level-two>li:not(.last)>a {
    display: inline-block;
    border: 1px solid #0176D9;
    line-height: 30px;
    margin: 12px;
    padding: 2px 6px;
    color: #0176D9;
    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 #0176D9;
    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
}

.web-map li.last a {
    display: inline-block;
    font-size: 1.6em;
    margin: 10px 18px;
    line-height: 35px;
    padding: 0 6px;
    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::before {
    content: "";
    position: absolute;
    width: 84%;
    height: 1px;
    background-color: #fff;
    left:8%;
    bottom:7px;
}
.web-map li.last a:hover {
    color: #fff;
    background-color: #0160D8
}

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

.cunzhao-list-page .tuwen-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #CAD0E0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

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

.cunzhao-list-page .tuwen-list-item .img {
    display: block;
    width: 132px;
    height: 185px;
    padding: 3px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    float: left
}

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

.cunzhao-list-page .tuwen-list-item .txt {
    float: left;
    width: calc(100% - 132px);
    position: relative;
    padding: 10px 0 20px 20px
}

.cunzhao-list-page .tuwen-list-item .title {
    font-size: 1.6em;
    color: #444444;
    line-height: 180%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.cunzhao-list-page .tuwen-list-item .time {
    font-family: "Arial";
    font-size: 1.4em;
    color: #60636D
}

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

.cunzhao-list-page .tuwen-list-item a {
    display: inline-block;
    color: #666666;
    font-size: 1.4em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center
}

.cunzhao-list-page .tuwen-list-item:hover {
    border-color: #0176D9
}

.cunzhao-list-page .tuwen-list-item:hover .title {
    color: #0176D9
}

.cunzhao-list-page .tuwen-list-item:hover a {
    color: #0176D9;
    background: url(../img/more_on.png) no-repeat right center
}

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

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

@media only screen and (max-width: 639px) {
    .cunzhao-list-page .tuwen-list-item .img {
        width: 100px;
        height: 140px
    }

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

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

    .cunzhao-list-page .tuwen-list-item .intro {
        display: none
    }

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

.org-list-page ul {
    display: table;
    padding-bottom: 48px;
    padding-top: 48px
}

.org-list-page li {
    display: table-cell;
    width: 280px;
    padding: 0 10px
}

.org-list-page .content-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    min-height: 500px
}

.org-list-page .org-title {
    line-height: 100px;
    color: #fff;
    font-size: 2.2em;
    text-align: center;
    position: relative
}

.org-list-page .org-title::after {
    content: "";
    width: 122px;
    height: 126px;
    background: url(../img/org_title.png) no-repeat center;
    position: absolute;
    right: -30px;
    top: -30px
}

.org-list-page .org-item-list {
    padding: 10px
}

.org-list-page .org-item-list a {
    display: inline-block;
    font-size: 1.8em;
    margin: 10px;
    width: calc(100% - 20px);
    line-height: 50px;
    padding-left: 20px;
    background: #f5f5f5 url(../img/org.png) no-repeat 95% center;
    color: #666666;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.org-list-page .org-item-list a:hover {
    color: #fff
}

.org-list-page li:first-child .org-item-list a:hover {
    background: #F44E2D url(../img/org_on.png) no-repeat 95% center
}

.org-list-page li:first-child .org-title {
    background-color: #FF7648
}

.org-list-page li:nth-child(2) .org-item-list a:hover {
    background: #3280F5 url(../img/org_on.png) no-repeat 95% center
}

.org-list-page li:nth-child(2) .org-title {
    background-color: #3280F5
}

.org-list-page li:nth-child(3) .org-item-list a:hover {
    background: #16BE7C url(../img/org_on.png) no-repeat 95% center
}

.org-list-page li:nth-child(3) .org-title {
    background-color: #16BE7C
}

.org-list-page li:nth-child(4) .org-item-list a:hover {
    background: #AB40F5 url(../img/org_on.png) no-repeat 95% center
}

.org-list-page li:nth-child(4) .org-title {
    background-color: #AB40F5
}

@media only screen and (max-width: 1199px) {
    .org-list-page ul {
        display: block
    }

    .org-list-page li {
        display: block;
        width: 100% !important;
        margin-bottom: 24px
    }

    .org-list-page li .org-item-list a {
        width: calc(50% - 20px)
    }
}

@media only screen and (max-width: 639px) {
    .org-list-page li {
        padding: 0
    }
}

@media only screen and (max-width: 479px) {
    .org-list-page .org-item-list a {
        font-size: 1.4em;
        padding-left: 15px
    }
}

.renwu-list-page .tuwen-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #CAD0E0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block
}

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

.renwu-list-page .tuwen-list-item .img {
    display: block;
    width: 200px;
    height: 150px;
    padding: 3px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    float: left
}

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

.renwu-list-page .tuwen-list-item .txt {
    float: left;
    width: calc(100% - 200px);
    position: relative;
    padding: 10px 0 20px 20px
}

.renwu-list-page .tuwen-list-item .title {
    font-size: 1.6em;
    color: #444444;
    line-height: 180%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.renwu-list-page .tuwen-list-item .time {
    font-family: "Arial";
    font-size: 1.4em;
    color: #60636D
}

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

.renwu-list-page .tuwen-list-item a {
    display: inline-block;
    color: #666666;
    font-size: 1.4em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    padding-right: 20px;
    background: url(../img/more.png) no-repeat right center
}

.renwu-list-page .tuwen-list-item:hover {
    border-color: #0176D9
}

.renwu-list-page .tuwen-list-item:hover .title {
    color: #0176D9
}

.renwu-list-page .tuwen-list-item:hover a {
    color: #0176D9;
    background: url(../img/more_on.png) no-repeat right center
}

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

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

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

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

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

    .renwu-list-page .tuwen-list-item .intro {
        display: none
    }

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

.riqi-list-page a {
    display: block;
    margin-top: 2px;
    border-bottom: 1px solid #CAD0E0;
    padding: 10px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

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

.riqi-list-page a .news-time {
    width: 80px;
    height: 70px;
    position: relative;
    float: left;
    vertical-align: middle;
    background-color: #F3F3F3;
    padding: 10px 0;
    color: #60636D
}

.riqi-list-page a .news-time .day {
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
    font-family: "Arial";
    display: block;
    padding-top: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.riqi-list-page a .news-time .year {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 1.6rem;
    font-family: "Arial";
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block
}

.riqi-list-page a .info {
    float: left;
    vertical-align: middle;
    padding-left: 15px;
    width: calc(100% - 90px)
}

.riqi-list-page a .info h3 {
    color: #333333;
    font-size: 1.6em;
    font-family: "思源黑体";
    line-height: 25px;
    margin-bottom: 3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.riqi-list-page a .info p {
    color: #999999;
    font-size: 1.4em
}

.riqi-list-page a:hover {
    border-color: #0176D9
}

.riqi-list-page a:hover .news-time {
    color: #fff;
    background-color: #0176D9
}

.riqi-list-page a:hover .info h3 {
    color: #0176D9
}

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

@media only screen and (max-width: 1199px) {
    .riqi-list-page a .info p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }
}

@media only screen and (max-width: 359px) {
    .riqi-list-page a .info p {
        display: none
    }

    .riqi-list-page a .info h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
}

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

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

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

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

.shipin-list-page a h3 {
    padding: 0 1em 0 1em;
    font-size: 1.4em;
    color: #333333;
    line-height: 34px;
    background: #F7F7F7;
    font-family: "思源黑体";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative
}

.shipin-list-page a:hover h3 {
    color: #0176D9;
    background: #DFF1FF
}

@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;
    color: #444444;
    font-family: "思源黑体";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #F7F7F7;
    line-height: 33px;
    width: 100%;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease
}

.tupian-list-page a:hover h3 {
    background: #DFF1FF;
    color: #0176D9
}

@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 solid #CAD0E0;
    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: 220px;
    height: 132px;
    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% - 220px);
    position: relative;
    padding: 20px 0 20px 20px
}

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

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

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

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

@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 #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;
    vertical-align: middle;
    margin-right: 10px
}

.wenzi-list-page a .time {
    float: right;
    width: 90px;
    font-size: 1.4em;
    text-align: center;
    font-family: "Arial";
    color: #666666;
    margin-left: -100px;
    padding-left: 18px;
    background: url(../img/text_clock.png) no-repeat left center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.wenzi-list-page a:hover .title {
    color: #0176D9
}

.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 #F6F6F6;
    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
}

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

.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: #0176D9
}

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

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

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

.banner-box::before {
    content: "";
    width: 160px;
    height: 400px;
    background: url(../img/before.png) no-repeat left top;
    position: absolute;
    left: -0;
    display: none;
    top: 0
}

.banner-box::after {
    content: "";
    width: 160px;
    height: 400px;
    background: url(../img/after.png) no-repeat left top;
    position: absolute;
    right: 0;
    display: none;
    top: 0
}

.banner-box .banner-content {
    width: 100%;
    /* max-width: 1600px; */
    margin: 0 auto;
    position: relative
}

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

.banner-box .slick-dots {
    position: absolute;
    width: 170px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    left: 50%;
    margin-left: -85px;
    text-align: center;
    bottom: 10px
}

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

.banner-box .slick-next,
.banner-box .slick-prev {
    width: 45px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9
}

.banner-box .slick-prev {
    background-image: url(../img/left.png);
    left: 22px
}

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

.banner-box .slick-next {
    right: 40px;
    background-image: url(../img/right.png)
}

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

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

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

.banner-box .slick-dots li.slick-active {
    background: #0176D9;
    opacity: 1
}

@media only screen and (max-width: 1199px) {
    .banner-box .slick-next,
    .banner-box .slick-prev{
        display: none !important;
    }
    .banner-box,
    .banner-box .banner-item {
        height: 300px;
        background-position: center center;
        background-size: auto 100%
    }

    .banner-box::before,
    .banner-box::after {
        display: none
    }

    .banner-box .slick-next,
    .banner-box .slick-prev {
        display: none
    }
}
@media only screen and (max-width: 1400px) {
    .banner-box::after,.banner-box::before{
        display: none;
    }
}
@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
    }
}

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

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

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

.frame-banner-box::before {
    content: "";
    width: 160px;
    height: 220px;
    background: url(../img/banner_before.png) no-repeat left top;
    position: absolute;
    left: -0;
    top: 0
}

.frame-banner-box::after {
    content: "";
    width: 160px;
    height: 220px;
    background: url(../img/banner_after.png) no-repeat left top;
    position: absolute;
    right: 0;
    top: 0
}

.frame-banner-box .frame-banner-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative
}

.frame-banner-box .frame-banner-item {
    height: 220px;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat
}
@media only screen and (max-width: 1500px) {
    .frame-banner-box::after ,.frame-banner-box::before{
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .frame-banner .frame-banner-item {
        height: 180px;
        background-size: auto 100%
    }

    .frame-banner-box::before,
    .frame-banner-box::after {
        display: none
    }
}

@media only screen and (max-width: 639px) {
    .frame-banner .frame-banner-item {
        height: 140px
    }
}

.video-module .play-box {
    display: block;
    height: 196px;
    position: relative;
    padding: 0 3px
}

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

.video-module .play-box .btn-ico {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    right: 3px;
    background: rgba(0, 0, 0, 0.3) url("../img/play.png") center 50% no-repeat;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.video-module .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    border: none;
    overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .video-module .play-box {
        height: 300px
    }
}

@media only screen and (max-width: 767px) {
    .video-module .play-box {
        height: 200px
    }
}

@media only screen and (max-width: 479px) {
    .video-module .play-box {
        height: 180px
    }
}

body {
    background: #F7FCFF
}
body[data-page-type="index"]{
    background: #fff url(../img/bg.png) no-repeat left 65.5% !important;
}
body[data-page-type="index"] .row:nth-child(4){
    padding: 20px 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #EEEEEE
}

.module {
    background-color: #fff;
    padding: 10px
}

.module .module-name {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #0176D9;
    position: relative
}

.module .module-name span {
    display: inline-block;
    font-size: 2em;
    color: #0176D9;
    position: relative
}

.module .module-name a {
    float: right;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 1.4em;
    margin-top: 6px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.module .module-name a:hover {
    color: #0176D9
}

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

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

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

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

@media (max-width: 1199px) {
    body[data-page-type="index"]{
        background: #fff  !important;
    }
    body[data-page-type="index"] .row:nth-child(4){
        padding: 0 !important
    }
    .frame-wrap .frame-left {
        display: none
    }

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

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

.sidebar {
    background: #fff
}

.sidebar-title {
    height: 90px;
    background: #0262B4;
    font-size: 2.8em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 16px;
    text-align: center;
}

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

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

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

.sidebar-menu>li>a {
    display: block;
    line-height: 49px;
    color: #222222;
    font-size: 1.8em;
    text-align: left;
    padding: 0 30px 0 40px;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background-position: 20px center;
    background-repeat: no-repeat;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #DFF1FF;
    background-image: url("../img/sidebar_un.png")
}

.sidebar-menu>li>a:last-child {
    background-image: url("../img/sidebar_last.png")
}

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

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

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

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

.sidebar-menu ul>li>a {
    display: block;
    text-align: left;
    padding-left: 30px;
    line-height: 39px;
    font-size: 1.6em;
    border-bottom: 1px solid #E7E7E7;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #666666
}

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

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

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

.sidebar-news {
    margin-top: 20px;
    padding: 10px;
    background: #fff
}

.sidebar-news h3 {
    display: inline-block;
    color: #333333;
    font-size: 1.8em;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px
}

.sidebar-news h3::before {
    content: "";
    width: 4px;
    height: 14px;
    background-color: #FF9132;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.sidebar-news .sidebar-list a {
    display: block;
    padding-left: 20px;
    background: url(../img/clock.png) no-repeat left 3px;
    position: relative
}

.sidebar-news .sidebar-list a::before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #E6E6E6;
    position: absolute;
    left: 6px;
    top: 30%
}

.sidebar-news .sidebar-list span {
    display: inline-block;
    padding: 1px 4px;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    color: #666666;
    font-family: "Arial";
    font-size: 1.4em
}

.sidebar-news .sidebar-list a:last-child::before {
    display: none
}

.sidebar-news .sidebar-list h4 {
    color: #505050;
    font-size: 1.4em;
    line-height: 1.5;
    margin: 8px 0 12px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar-news .sidebar-list a:hover h4 {
    color: #0176D9
}

.sidebar-link a {
    display: block;
    margin-top: 12px
}

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

.frame-location {
    padding: 15px 10px 14px 50px;
    position: relative;
    background: #fff url("../img/ico_path.png") 12px center no-repeat;
    font-size: 1.6em;
    color: #333333;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #0176D9
}

.frame-location a {
    font-size: 1em
}

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

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

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

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

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

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

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

.yn-pagination a:hover {
    background: #0176D9;
    border-color: #0176D9;
    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: #0176D9;
    border-color: #0176D9;
    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% !important;
    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 */
