@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

/* 内页二级pc导航 */
.ny-pcnavbox {
    position: relative;
    background: #F1F0EF;
    z-index: 99;
}

.ny-pcnav>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-pcnav>ul>li {
    position: relative;
}

.ny-pcnav>ul>li.on>a {
    border-top: .06rem solid #00904B;
    background: #ffffff;
}

.ny-pcnav>ul>li>a {
    line-height: .6rem;
    font-size: .22rem;
    color: #3D3D3D;
    min-width: 1.8rem;
    padding: 0 .1rem;
    display: block;
    text-align: center;
}

.ny-pcnav>ul>li:hover>a {
    color: #00904B;
}

.ny-ej {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: .1rem 0;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.ny-ej>a {
    display: block;
    color: #333333;
    font-size: .2rem;
    text-align: center;
    line-height: .45rem;
}

.ny-pcnav>ul>li:hover .ny-ej {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.ny-ej>a:hover {
    color: #00904B;
    background: #F1F0EF;
}



.ny-banner {
    position: relative;
    z-index: 1;
    /* max-width: 14rem;
    margin: 0 auto; */
}


.ny-banner img {
    display: block;
    width: 100%;
}

.v_news_content table {
    width: 100% !important;
}

.pagination {
    text-align: center;
    font-size: 0rem;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: .01rem solid rgb(220, 220, 220);
    padding: 0rem .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: .05rem;
}

.pagination a.active {
    background: #00904B;
    color: rgb(255, 255, 255);
    border: .01rem solid #00904B;
}

.pagination a:hover {
    background: #00904B;
    color: rgb(255, 255, 255);
    border: .01rem solid #00904B;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}

.nymain {
    padding-top: 0.2rem;
    padding-bottom: 1.2rem;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: .4rem;
}

.ny-wz a {
    font-size: .16rem;
    color: #666666;
}

.ny-wz a:hover {
    color: #00904B;
}

.ny-wz span {
    font-size: .16rem;
    color: #666666;
    margin: 0 .05rem;
}

/* tz-list */
.tz-list ul li {
    margin-bottom: .2rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all .3s;
}

.tz-list ul li a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    padding: .3rem;
}

.tz-pic {
    width: 2.8rem;
    height: 1.8rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    overflow: hidden;
}

.tz-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.tz-date {
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    border-right: 1px solid #eee;
    margin: 0 .3rem;
    padding-right: .3rem;
    font-family: 'sy';
}

.tz-date b {
    font-size: .28rem;
    color: #00904b;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: .1rem;
}

.tz-date span {
    font-size: .16rem;
    color: #00904b;
    display: block;
}

.tz-txt {
    flex: 1;
    -ms-flex: 1;
    min-width: 0;
}

.tz-txt h3 {
    font-size: .22rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.tz-txt p {
    font-size: .16rem;
    color: #666;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tz-list ul li {
    position: relative;
}

.tz-list ul li::after {
    content: '';
    width: 0;
    height: .03rem;
    background-color: #00904b;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.tz-list ul li:hover::after {
    width: 100%;
}

.tz-list ul li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.tz-list ul li:hover .tz-pic img {
    transform: scale(1.05);
}

.tz-list ul li:hover .tz-txt h3,
.tz-list ul li.active .tz-txt h3 {
    color: #00904b;
}

/* bt-list */
.bt-list ul li {
    margin-bottom: .2rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    transition: all .3s;
    position: relative;
}

.bt-list ul li::after {
    content: '';
    width: 0;
    height: .03rem;
    background-color: #00904b;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.bt-list ul li a {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    padding: .3rem .3rem;
    padding-left: 0;
}

.bt-list ul li:hover::after {
    width: 100%;
}

.bt-list ul li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.bt-list ul li:hover .tz-txt h3 {
    color: #00904b;
}

/* nry */
.art-main {
    padding: 0rem .2rem;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: .22rem;
    margin-top: .3rem;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: .18rem;
    margin-top: .3rem;
}

.art-main .art-body {
    padding-top: .3rem;
}

.art-main .art-body p {
    color: rgb(51, 51, 51);
    text-indent: 2em;
    font-size: .16rem;
    line-height: .3rem;
    margin-bottom: .3rem;
}

.art-main .art-body img {
    display: block;
    margin: 0rem auto;
    max-width: 80% !important;
   border:none !important;
}

.art-main .cont-tit p {
    font-size: 0rem;
    text-align: center;
    padding-top: .1rem;
    padding-bottom: .1rem;
    line-height: .2rem;
    background: rgb(245, 245, 245);
    margin-top: .2rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: .16rem;
    margin-right: .05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: .5rem;
}

.art-main .cont-tit p>span {
    display: inline-block;
    vertical-align: middle;
    font-size: .14rem;
    color: rgb(119, 119, 119);
    padding: 0rem .1rem;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    border-top: .01rem solid rgb(225, 225, 225);
    padding: .3rem 0;
    margin-top: .5rem;
}

.pnext p {
    text-indent: initial;
    font-size: .18rem;
    line-height: .36rem;
    color: rgb(51, 51, 51);
    padding-left: .2rem;
    background-position: left .15rem;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: .18rem;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #00904B;
}

.pnext p:hover a {
    color: #00904B;
}

/* nry */




















/* qsdw */
.qsdw-top {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: .6rem;
}

.qsdw-top-txt {
    width: 48%;
}

.qsdw-top-txt p {
    font-size: .2rem;
    color: #333;
    line-height: .32rem;
    text-indent: 2em;
    margin-bottom: .2rem;
}

.qsdw-top-pic {
    width: 48%;
    position: relative;
    padding-bottom: .3rem;
    padding-left: .3rem;
    box-sizing: border-box;
}

.qsdw-top-pic .pic-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - .3rem);
    height: calc(100% - .3rem);
    background-color: #00904b;
    z-index: 1;
}

.qsdw-top-pic img {
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}

.qsdw-mid {
    margin-bottom: .8rem;
}

.qsdw-mid p {
    font-size: .2rem;
    color: #333;
    line-height: .32rem;
    text-indent: 2em;
}

.qsdw-list ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.qsdw-list ul li {
    width: 32%;
    background-color: #f9faf9;
    border: 1px dashed #b2d5c2;
    padding: .3rem;
    box-sizing: border-box;
    transition: all .3s;
    margin-bottom: .3rem;
}

.qsdw-list ul li:hover {
    box-shadow: 0 5px 15px rgba(0, 144, 75, 0.15);
    transform: translateY(-5px);
}

.qsdw-list ul li h3 {
    font-size: .2rem;
    color: #333;
    font-weight: normal;
    margin-bottom: .3rem;
    line-height: 1.4;
}

.qsdw-info p {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: .15rem;
}

.qsdw-info p:last-child {
    margin-bottom: 0;
}

.qsdw-info p i {
    width: .2rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-right: .1rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.qsdw-info p i img {
    max-width: 100%;
}

.qsdw-info p span {
    font-size: .16rem;
    color: #666;
}

/* vd-list */
.vd-list ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    margin: 0 -0.25rem;
}

.vd-list ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.vd-list ul li a {
    background-color: #f9faf9;
    position: relative;
    transition: all .3s;
    margin: 0 .25rem;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: .3rem;
}

.vd-list ul li a::after {
    content: '';
    width: 0;
    height: .03rem;
    background-color: #00904b;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}


.vd-pic {
    width: 100%;
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.vd-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .5s;
}

.vd-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .5rem;
    height: .5rem;
    z-index: 2;
    transition: all .3s;
}

.vd-play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vd-txt {
    padding: .2rem 0;
    padding-bottom: 0;
}

.vd-txt h3 {
    font-size: .2rem;
    color: #333;
    font-weight: normal;
    margin-bottom: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.vd-time {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
}

.vd-time i {
    width: .16rem;
    height: .16rem;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-right: .05rem;
}

.vd-time i img {
    max-width: 100%;
    max-height: 100%;
}

.vd-time span {
    font-size: .18rem;
    color: #999;
}

.vd-list ul li a:hover::after {
    width: 100%;
}

.vd-list ul li a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.vd-list ul li a:hover .vd-pic img {
    transform: scale(1.05);
}

.vd-list ul li:hover .vd-txt h3 {
    color: #00904b;
}

.vd-list ul li a:hover .vd-play {
    transform: translate(-50%, -50%) scale(1.1);
}

/* ztzl-list */
.ztzl-list {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: flex-start;
    -ms-flex-align: start;
    flex-wrap: wrap;
}

.ztzl-l {
    width: 3.2rem;
    background-color: rgba(0, 144, 75, 0.05);
    border-radius: .05rem;
    overflow: hidden;
    position: sticky;
    top: 20px;
    margin-right: .7rem;
}

.ztzl-tit {
    background-color: #00904b;
    padding: .3rem 0;
    text-align: center;
}

.ztzl-tit h3 {
    font-size: .32rem;
    color: #fff;
    font-weight: normal;
}

.ztzl-nav {
    padding: 0 .3rem;
    padding-bottom: .3rem;
}

.ztzl-nav ul li {
    border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.ztzl-nav ul li:last-child {
    border-bottom: none;
}

.ztzl-nav ul li a {
    display: block;
    padding: .3rem .2rem;
    font-size: .22rem;
    color: #333;
    transition: all .3s;
}

.ztzl-nav ul li a:hover,
.ztzl-nav ul li.active a {
    color: #00904b;
    font-weight: bold;
}



.ztzl-r .bt-list ul li a {
    padding: .2rem;
    padding-left: 0;
}

.ztzl-r .bt-list ul li:hover {
    border-color: rgba(0, 144, 75, 0.2);
}

.ztzl-r .tz-txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztzl-r .bt-list ul li::after {
    display: none;
}

.ztzl-r .tz-date {
    padding: 0;
    margin: 0;
    border-color: transparent;
}

.ztzl-r {
    flex: 1;
    min-width: 0;
}

.ztzl-r .bt-list ul li {
    margin-bottom: .3rem;
}

@media screen and (max-width: 1024px) {
    .tz-pic {
        width: 2.2rem;
        height: 1.5rem;
    }

    .vd-list ul li {
        width: 50%;
    }

    .ny-wz {
        justify-content: flex-start;
    }

    .ztzl-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .ztzl-r {
        flex: auto;
        width: 100%;
    }

    .ztzl-r .bt-list ul li a {
        padding: .2rem;
    }

    .ztzl-r .tz-date {
        margin-bottom: .2rem;
    }

    .ztzl-tit {
        padding: .1rem 0;
    }

    .ztzl-tit h3 {
        font-size: .24rem;
    }
}

@media screen and (max-width: 768px) {

    .ztzl-list {
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .ztzl-l,
    .ztzl-r {
        width: 100%;
    }

    .ztzl-l {
        position: relative;
        top: 0;
        margin-bottom: .3rem;
    }

    .qsdw-top {
        flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        margin-bottom: 0rem;
    }

    .qsdw-top-txt,
    .qsdw-top-pic {
        width: 100%;
    }

    .qsdw-top-pic {
        margin-bottom: .3rem;
    }

    .qsdw-list ul li,
    .vd-list ul li {
        width: 100%;
    }

    .tz-list ul li a,
    .bt-list ul li a {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
        -ms-flex-align: start;
        padding: .2rem;
    }

    .tz-pic {
        width: 100%;
        height: auto;
        margin-bottom: .2rem;
    }

    .tz-date {
        width: auto;
        border-right: none;
        margin: 0 0 .2rem 0;
        padding-right: 0;
        display: flex;
        display: -ms-flexbox;
        align-items: baseline;
        -ms-flex-align: baseline;
    }

    .tz-date b {
        margin-bottom: 0;
        margin-right: .1rem;
    }

    .tz-txt {
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {}