@charset "utf-8";
.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #308846;
    color: #fff;
    border: 1px solid #308846;
}

.pagination a:hover {
    background: #308846;
    color: #fff;
    border: 1px solid #308846;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background-color: #f8f8f8;
}

.nymain .leftNav {
    float: left;
    width: 350px;
    padding-left: 20px;
    position: relative;
    box-sizing: border-box;
    background-size: 100% auto;
    margin-top: -100px;
    z-index: 10;
}

.nymain .leftNav p {
    position: relative;
    font-size: 30px;
    color: #fff; padding: 0 25px;
    line-height: 30px;
    padding-top: 40px;
    background: #308846;
    padding-bottom: 30px;
   
}

.nymain .leftNav p span {
    position: absolute;
    top: 36px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-size: 14px 14px;
    display: none;
}

.nymain .leftNav p span.on {
    background: url(../images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.nymain .leftNav>ul {
    padding-top: 30px;
    padding-bottom: 235px;
    background-color: #f2f2f2;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.nymain .leftNav>ul>li>a {
    position: relative;
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 90px;
    border-bottom: 1px dotted #bababa;
}

.nymain .leftNav>ul>li.on {
    background-color: #fff;
}

.nymain .leftNav>ul>li.on::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #b1f8bc;
    width: 7px;
}

.nymain .leftNav>ul>li.on>a {
    border-bottom: 1px dotted transparent;
    color: #308846;
}

.nymain .leftNav>ul>li:hover {
    background-color: #fff;
}

.nymain .leftNav>ul>li:hover::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #b1f8bc;
    width: 7px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 30px;
    line-height: 50px;
    background: url(../images/dhxl.png) no-repeat center center;
    cursor: pointer;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.active {
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.nymain .leftNav>ul>li.active>a {
    padding-left: 35px;
    color: #308846;
    border-bottom: 1px dotted transparent;
}

.nymain .leftNav>ul>li.active::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    bottom: 0;
    background-color: #c6b1f8;
    width: 7px;
}

.nymain .leftNav>ul>li:hover>a {
    color: #308846;
}

.nymain .leftNav>ul>li:hover span {
    background: url(../images/dhxl.png) no-repeat center center;
}

.nymain .leftNav>ul>li>ul {
    border-top: 1px solid #eee;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nymain .leftNav>ul>li.active>ul {
    display: block;
}

.nymain .leftNav>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
    line-height: 50px;
}

.nymain .leftNav>ul>li>ul>li>a:hover {
    color: #308846;
}

.nymain .leftNav>ul>li>ul>li>a.on:hover {
    color: #308846;
}

.ny-right {
    float: right;
    width: calc(100% - 400px);
    padding-bottom: 30px;
}

.ny-title {
    position: relative;
    padding-top: 35px;
    border-bottom: 1px solid #eceae4;
    padding-bottom: 20px;
    line-height: 40px;
}

.position {
    float: right;
    font-size: 0;
    color: #999;
    font-size: 16px;
}

.ny-title h3 {
    float: left;
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

.position span {
    color: #999;
    font-size: 16px;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}

.position a:hover {
    color: #308846;
}


/* 列表页 */


/* 列表页 */

.list>li {
    position: relative;
    line-height: 77px;
    padding-left: 28px;
    padding-right: 85px;
    background: url(../images/list-xx.png) no-repeat center bottom;
    background-size: 100% auto;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #333;
    font-family: "sisong";
}

.list>li:hover span {
    color: #308846;
}

.list>li a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #333;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.list>li:hover a {
    left: -10px;
    color: #308846;
}


/* 内容页 */

.art-main h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-tit {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.art-main .art-body p {
    color: #033333;
    text-indent: 2em;
    font-size: 18px;
    line-height: 45px;
 word-break:break-all;white-space:normal;
text-align:justify;
text-justify:inter-ideograph;
}

.art-main .art-body p.img-tp img {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: auto;
}

.art-main .art-body img {
    /*max-width: 80% !important;*/
}

.art-main .art-body p {
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“"!important;
    font-size: 18px !important;
    color: #000 !important;
    text-align: justify;
    line-height: 36px !important;

    text-indent: 2em;
}

.art-main .art-body p span {
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“"!important;
}

.art-main .art-body p a {
    word-break: break-all;
}

.art-main .art-body {
    border-top: solid 0px #ddd;
    margin-top: 30px;
}

.art-main .art-body img {
    height: auto !important;
    display: block;
    border: none !important;
    margin: 0 auto;
    max-width: 83.5%;
    margin: 0 auto;
}

.art-main .art-body video {
    width: 800px !important;
    height: auto !important;
    max-width: 100%;
}
.art-main .art-body table {width:100% !important; margin: 0 auto; }

.art-main .art-body iframe {
    margin: 0 auto;
    display: block;
width:100%;
}


.art-main .art-body table td{padding:0 5px;width:auto !important;height:auto !important;overflow:hidden; }
.art-main .art-body table td p{    text-indent: 0em; }

.art-main .cont-tit p {
    color: #999;
    text-align: center;
    padding-bottom: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p .span {
    display: inline-block;
    /* vertical-align: middle;*/
    font-size: 16px;
    color: #999;
    margin: 0 50px;
}


/* 机构设置 */

.jgsz>ul>li {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 4%;
    line-height: 70px;
    border-bottom: 1px dotted #c1c1c1;
    box-sizing: border-box;
    transition: all .3s;
}

.jgsz>ul>li:nth-child(2n) {
    margin-right: 0;
}

.jgsz>ul>li>a {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jgsz>ul>li>a::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: #333;
}

.jgsz>ul>li:hover>a::after {
    background: #308846;
}

.jgsz>ul>li:hover a {
    color: #308846;
}


/* 图片列表 */

.timg-list {
    margin-top: 20px;
}

.timg-list ul li {}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: 25px;
    background-position: right center;
}

.timg-list ul li a h3 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 290px;
    margin-right: 20px;
}

.timg-list ul li a .pic {
    padding-top: 71%;
}
.timg-list ul li a .pic .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover!important;
    background-position: center center!important;
}
.timg-list ul li a:hover h3 {
    color: #308846;
}

.timg-list ul li a:hover .date {
    color: #fff;
}

.timg-linfo {
    position: relative;
    overflow: hidden;
}

.timg-linfo p {
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    height: 90px;
    overflow: hidden;
}

.timg-linfo .date {
    margin-top: 15px;
    color: #666;
    font-size: 18px;
}

.timg-linfo .date span {
    font-size: 28px;
    background-position: left center;
    font-weight: bold;
}

.timg-linfo .date i {
    font-style: normal;
}

.timg-list ul li a:hover {
    background: #308846;
    padding: 25px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover p {
    color: #fff;
}

* 图片列表 */ .img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 32%;
    margin: 30px 0 0 2%;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px #308846;
    border-color: #308846;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 71%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: #333333;
    font-size: 18px;
    line-height: 65px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

@media screen and (max-width:1440px) {
    .wzc .ny-title h3 {
        padding-left: 15px;
    }
}

@media screen and (max-width:1024px) {
    .nymain .leftNav {
        margin-top: 0;
    }
    .ny-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .nymain .leftNav p {
        padding: 10px 0;
        padding-left: 30px;
        margin-left: -15px;
        margin-right: -15px;
        background-color: #308846;
        font-size: 24px;
    }
    .nymain .leftNav p span {
        display: block;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        padding: 0;
    }
    .nymain .leftNav ul {
        display: none;
    }
    .nymain .leftNav p span {
        top: 12px;
    }
    .nymain .leftNav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 -10px;
    }
    .nymain .leftNav>ul>li>a {
        line-height: 40px;
        font-size: 18px;
    }
    .nymain .leftNav>ul>li>span {
        right: 40px;
        top: 10px;
    }
    .nymain {
        margin-top: 0;
    }
    .jgsz>ul>li {
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    #nymain {
        padding-top: 0;
    }
    .nymain .leftNav p {
        padding-left: 15px;
    }
    .nymain .leftNav p {
        font-size: 18px;
    }
    .nymain .leftNav p span {
        top: 10px;
    }
    .ny-title h3 {
        font-size: 18px;
    }
    .ny-title {
        padding-bottom: 10px;
    }
    .position,
    .position a {
        font-size: 14px;
    }
    #nymain {
        padding-bottom: 15px;
    }
    .art-main .art-body p {
        margin-bottom: 10px;
    }
    .art-main .cont-tit p span {
        font-size: 14px;
        margin: 0 5px !important;
    }
    .ldtz-info {
        padding: 15px;
    }
    .ldtz-info p {
        font-size: 14px;
    }
    .ldtz-info h3 i {
        font-size: 14px;
    }
    .img-lists ul li {
        padding: 10px;
    }
    .img-lists ul li a p {
        line-height: 40px;
    }
}

@media screen and (max-width:600px) {
    .ldtz ul li {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .ldtz-pic {
        width: 145px;
    }
    .t-bt span {
        margin-right: 5px;
    }
    .t-num a {
        width: 12%;
        margin-top: 5px;
    }
    .timg-list ul li a {
        padding: 10px;
    }
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .wzc .ny-title h3 {
        line-height: 45px;
        top: -75px;
    }
    .wzc .ny-title h3:after {
        border-top: 45px solid transparent;
    }
    .list-text>ul>li {
        padding: 15px 0;
    }
    .list-text li .tm {
        width: 88px;
        padding: 10px;
    }
    .list-text li .tm span.big {
        padding-top: 15px;
    }
    .list-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ny-title {
        padding-top: 15px;
    }
    .art-main .art-body p {
        margin: 10px 0;
        line-height: 32px;
        font-size: 16px;
    }
    .ny-right {
        padding-bottom: 15px;
    }
    .list>ul>li {
        padding-left: 0;
        line-height: 40px;
        padding-right: 80px;
    }
    .list>ul>li>a {
        font-size: 14px;
    }
    .list>ul>li>span {
        font-size: 14px;
    }
    .pagination {
        padding-top: 15px;
    }
    .img-lists ul li {
        float: none;
        width: 100%;
        margin: 5px 0;
    }
    .timg-linfo .date {
        position: static;
        margin-top: 10px;
    }
    .timg-list ul li a h3 {
        margin-top: 10px;
    }
    .jgsz>ul>li {
        float: none;
        width: 100%;
        line-height: 40px;
        background-position: left center;
    }
    .jgsz>ul>li>a {
        font-size: 14px;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #308846 !important;
    color: #fff;
    background-color: #308846 !important;
}