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

.article-head {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #4AB344;
    position: relative
}
.article-content .ueditor_baidumap{
    margin: 0 auto;
    max-width: 100% !important;
}
.article-head::before,
.article-head::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #4AB344;
    position: absolute;
    bottom: -3px
}

.article-head::after {
    right: 0
}

.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 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center
}

.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 #E6E6E4;
    padding: 10px 5px;
    margin-bottom: 12px;
    background: #f5f5f5
}

.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: #4AB344
}

.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: #26AA61
}

.footer-wrap .footer-content {
    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 .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 .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: 40%
}

.footer-wrap .footer-info .footer-info-item:nth-child(2) {
    width: 25%
}

.footer-wrap .footer-info .footer-info-item:nth-child(3) {
    text-align: right
}

.scroll-top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 48px;
    cursor: pointer;
    background: #6bc565 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: #3e9539;
    border-radius: 50% 50% 4px 4px
}

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

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-info {
        height: 100px;
        min-height: auto
    }

    .footer-wrap .footer-info .footer-info-item:first-child {
        text-align: center
    }

    .footer-wrap .footer-info .footer-info-item:nth-child(2),
    .footer-wrap .footer-info .footer-info-item:nth-child(3) {
        display: none
    }

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

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

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

    .footer-wrap .footer-info {
        height: auto
    }

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

.header-top>.content-box {
    padding-top: 20px;
    height: 120px;
    position: relative;
    background: url(../img/tel_num.png) no-repeat 55% center
}

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

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

.header-top .ynedut-box {
    width: 108px;
    height: 34px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 20px;
    background: #4AB344
}

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

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

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

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

.header-top .search-box input {
    width: 84%;
    height: 36px;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 36px;
    color: #333;
    padding-left: 10px;
    background: #fff;
    font-size: 1.4em;
    outline: none;
    z-index: 11;
    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: #148848 url(../img/search_btn.png) no-repeat center;
    z-index: 10;
    outline: none
}

.header-nav {
    background-color: #4AB344
}

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

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

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

    .nav-bar>li>ul {
        position: absolute;
        top: 50px;
        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(255, 255, 255, 0.6);
        z-index: 1000
    }

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

    .nav-bar>li>ul>li>a {
        display: block;
        font-size: 1.6em;
        line-height: 30px;
        padding: 0 10px;
        color: #0e0e0e;
        white-space: nowrap;
        overflow: hidden;
        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 {
        max-height: 50px
    }

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

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

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

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

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

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

    .header-top .ynedut-box {
        right: 90px;
        top: 50%;
        margin-top: -17px
    }

    .header-top .nav-open {
        display: block;
        position: absolute;
        color: #4AB344;
        width: auto;
        height: 24px;
        margin-top: -12px;
        right: 0;
        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;
        background-color: #4AB344;
        -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: #4AB344;
        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: #666;
        white-space: nowrap
    }

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

    .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: #4AB344;
        color: #FFF
    }
}

@media (max-width: 1023px) {
    .header-top>.content-box {
        background: none
    }
}

@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: 639px) {
    .header-top .ynedut-box {
        width: auto;
        right: 75px
    }

    .header-top .ynedut-box a span {
        font-size: 0
    }

    .header-top .ynedut-box a img {
        padding-left: 5px
    }
}

@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: 350px;
    position: relative
}

.focus-module {
    position: relative
}

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

.focus-container .focus-slide {
    height: 204px;
    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: #4AB344;
    border-color: #4AB344
}

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

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

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

.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: #4AB344
}

@media (max-width: 1199px) {
    .focus-box .content-box {
        max-width: 952px
    }

    .focus-content {
        padding-left: 0
    }

    .focus-container {
        display: none
    }
}

@media (max-width: 991px) {
    .focus-box .content-box {
        max-width: 732px
    }
}

@media (max-width: 767px) {
    .focus-box .content-box {
        padding: 0 10px
    }
}

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

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

.img-module li {
    width: 142px;
    margin: 10px 18px;
    display: inline-block;
    background: #fff;
    padding: 4px;
    border: 1px solid #D8D8D8;
    position: relative
}

.img-module a {
    display: block
}

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

.notice-box {
    position: relative;
    margin-left: -1%;
    margin-right: -1%
}

.notice-box li {
    width: 31.33%;
    float: left;
    margin: 0 1%
}

.notice-box li a {
    display: block;
    position: relative;
    background: #F8F8F8;
    height: 120px;
    padding: 20px 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.notice-box li a span {
    font-size: 1.6em;
    color: #777777;
    display: block;
    padding-bottom: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.notice-box li a h3 {
    color: #333333;
    font-size: 1.6em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.8
}

.notice-box li a:hover {
    background: #4AB344
}

.notice-box li a:hover h3 {
    color: #fff
}

.notice-box li a:hover span {
    color: #fff
}

@media (max-width: 1199px) {
    .notice-box {
        margin-left: 0;
        margin-right: 0
    }

    .notice-box li {
        width: 100%;
        float: none;
        margin: 0
    }

    .notice-box li a {
        height: auto;
        padding: 15px 20px;
        margin-bottom: 10px
    }
}

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

.person-module ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 220px;
    overflow: hidden
}

.person-module li {
    width: 285px;
    margin: 0 15px;
    display: inline-block;
    background: #fff;
    position: relative
}

.person-module a {
    display: block
}

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

.person-module a h3 {
    font-size: 1.6em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    color: #666666;
    transition: all .3s ease;
    background: #F8F8F8
}
.person-module a:hover h3{
    background: #4AB344;
    color: #fff;
}
.tuwen-module-box {
    background: #F8F8F8;
    padding: 10px 0
}

.tuwen-module-box .module {
    background: none
}

.tuwen-module-box .tuwen-info {
    position: relative;
    padding-left: 450px
}

.tuwen-module-box .tuwen-info .img {
    position: absolute;
    left: 0;
    width: 430px;
    height: 260px
}

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

@media (max-width: 991px) {
    .tuwen-module-box .content-box {
        max-width: 732px
    }

    .tuwen-module-box .tuwen-info {
        padding-left: 0
    }

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

.tuwen-box {
    position: relative;
    padding-left: 120px
}

.tuwen-box .img {
    width: 110px;
    position: absolute;
    left: 0
}

@media (max-width: 479px) {
    .tuwen-box {
        padding-left: 0
    }

    .tuwen-box .img {
        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: 5px;
    height: 7px;
    background: url(../img/list.png) no-repeat left center;
    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: #148848
}

.wenzi-module-list li:hover a:before {
    background: url(../img/list_on.png) no-repeat left center
}

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

.fast-link-list a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.fast-link-list a .icon {
    display: inline-block;
    position: absolute;
    left: 20%;
    top: 18px
}

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

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

.fast-link-list .nav1 {
    background-color: #54C379
}

.fast-link-list .nav2 {
    background-color: #388DDD
}

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

@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: #4AB344;
    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: #148848
}

.blogroll-box .blogroll-group:hover .blogroll-list {
    display: block;
    max-height: 200px;
    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: #148848
}

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

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

.cunzhao-list-page .tuwen-list-item:hover a {
    color: #148848;
    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
    }
}
.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: #148848
}

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



.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: #4AB344
}

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

.riqi-list-page a:hover .info h3 {
    color: #4AB344
}

.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: 639px) {
    .riqi-list-page a .info p {
        display: none
    }

    .riqi-list-page a .info h3 {
        padding-top: 5px
    }
}

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

.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: 135px;
    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.6em;
    color: #333333;
    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: #999999
}

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

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

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

@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;
        padding-top: 5px
    }
}

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

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

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

.banner-box {
    width: 100%;
    max-height: 290px;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 2px 1px 0 #DEF1E5;
    box-shadow: 0 2px 1px 0 #DEF1E5;
    margin-bottom: 24px
}

.banner-box .banner-content {
    margin: 0 auto;
    position: relative
}

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

.banner-box .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 20px
}

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

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

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

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

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

    .banner-box::before,
    .banner-box::after {
        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
    }
}

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

.border-bottom {
    border-bottom: 1px solid #EEEEEE
}

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

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

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

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

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

.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: 905px;
    min-height: 400px;
    margin-bottom: 25px
}

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

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

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

.sidebar {
    background: #fff
}

.sidebar-title {
    height: 70px;
    background: #148848;
    font-size: 2.4em;
    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;
    text-indent: 5px
}

.sidebar-menu {
    margin: 0 auto;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3
}

.sidebar-menu>li>a {
    display: block;
    line-height: 50px;
    color: #343434;
    font-size: 1.8em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
    border-right: 2px solid #148848;
    color: #148848
}

.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>a {
    display: block;
    line-height: 39px;
    text-align: center;
    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;
    border: 1px solid #E3E3E3
}

.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: #148848;
    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: 20px
}

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

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

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

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

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

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

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

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

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

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

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

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

.yn-pagination a:hover {
    background: #4AB344;
    border-color: #4AB344;
    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: #4AB344;
    border-color: #4AB344;
    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 */
