@charset "UTF-8";
main{
    padding: 0.6rem 0;
    background: rgba(255, 255, 255, 1) url(../img/bg2.png) no-repeat bottom center;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    position: relative;
    z-index: 99;
}
main::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(216, 216, 216, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
main::after{
    display: block;
    content: "";
    width: 100%;
    height: 35%;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.erNav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(208, 166, 105, 0.8);
    margin-bottom: 0.6rem;
}
.erNav h2{
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.46rem;
    color: rgba(51, 51, 51, 1);
    position: relative;
    padding-left: 25px;
}
.erNav h2::before{
    display: block;
    content: "";
    width: 6px;
    height: 70%;
    background: rgba(0, 97, 81, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.erNav .dqwz a{
    font-size: 0.18rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0.26rem;
    color: rgba(102, 102, 102, 1); 
}
.erNav .dqwz a:nth-of-type(1){
    padding-left: 30px;
    background: url(../img/dqwzIcon.png) no-repeat left center;
    background-size: auto 100%;
}
.erNav .dqwz a:hover{
    color: rgba(0, 97, 81, 1);
}

/* 列表页 */
.list ul li{
    margin-bottom: 0.3rem;
}
.list ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.6rem;
    box-sizing: border-box;
    border-top: 2px solid rgba(208, 166, 105, 1);
    background: rgba(255,255,255,1);
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.list ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: rgba(242, 246, 246, 1);
    position: absolute;
    top: 2px;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.list ul li a p:nth-of-type(1){
    width: 60px;
    font-size: 0.12rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    color: rgba(208, 166, 105, 1);
    border: 1px solid rgba(208, 166, 105, 1);
    text-align: center;
    box-sizing: border-box;
    padding: 5px 0;
    position: relative;
}
.list ul li a p:nth-of-type(1) span{
    display: block;
    font-size: 0.32rem;
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 4px;
}
.list ul li a p:nth-of-type(2){
    width: calc(100% - 160px);
    font-size: 0.2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list ul li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 1px;
    height: 50px;
    background: rgba(208, 166, 105, 0.4);
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.list ul li a:hover::before{
    width: 100%;
}
.list ul li a:hover p:nth-of-type(1){
    color: #ffffff;
    border: 1px solid rgba(0, 97, 81, 1);
    background: rgba(0, 97, 81, 1);
}
.list ul li a:hover p:nth-of-type(2){
    color: rgba(0, 97, 81, 1);
}
.fy{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.6rem;
}
.fy a{
    display: block;
    margin: 0 6px;
}
.fy a.fy1{
    width: 0.6rem;
    line-height: 0.3rem;
    border: 1px solid #006151;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #006151;
}
.fy a.fy1:hover{
    background: rgba(208, 166, 105, 1);
    border: 1px solid rgba(208, 166, 105, 1);
}
.fy a.num{
    width: 0.3rem;
    line-height: 0.3rem;
    border: 1px solid rgba(151, 151, 151, 1);
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: rgba(66, 64, 64, 1);
}
.fy a.num.on,.fy a.num:hover{
    background: #006151;
    color: #fff;
}
/* 内容页 */
.content{
    padding: 0.4rem 0.74rem 0;
    background: #fff;
    box-sizing: border-box;
}
.conTop{
    /* padding: 0.3rem; */
    /* background: rgba(242, 246, 246, 1); */
    box-sizing: border-box;
    /* margin-bottom: 0.3rem; */
}
.conTop h2.bt{
    font-size: 0.26rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.2;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 0.1rem 0;
    position: relative;
}
.conTop h2.bt::before{
    display: block;
    content: "";
    width: 174px;
    height: 4px;
    opacity: 1;
    /* background: rgba(0, 97, 81, 1); */
    position: absolute;
    left: 50%;
    bottom: -0.25rem;
    transform: translate(-50%, 2px);
}
.conTop p.wzxx{
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: #999;
    margin: 0.2rem 0 0.4rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: .2rem;
}
.conSub p{
    margin-bottom: 0.3rem;
}
.conSub p,.conSub span{
    font-size: 0.2rem !important;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2!important;
    color: #333;
    text-align: justify;
    /*text-indent: 2em;*/
}
.conSub img{
    display: block;
    height: auto;
    max-width: 80%;
    margin: 0.3rem auto;
}
.prevNext{
    display: flex;
    padding: 0.4rem 0;
    border-top: 1px solid rgba(208, 166, 105, 1);
    justify-content: space-between;
    align-items: center;
}
.prevNext a{
    display: block;
    max-width: 49%;
    font-size: 0.2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(102, 102, 102, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.prevNext a.prev{
    padding-left: 40px;
    background: url(../img/prev1.png) no-repeat left center;
}
.prevNext a.next{
    padding-right: 40px;
    background: url(../img/next1.png) no-repeat right center;
}
.prevNext a:hover{
    color: rgba(0, 97, 81, 1);
}
.prevNext a.prev:hover{
    background: url(../img/prev2.png) no-repeat left center;
}
.prevNext a.next:hover{
    background: url(../img/next2.png) no-repeat right center;
}

/* 媒体矩阵 */
main.mtjz::after{
    height: 1.26rem;
}
.mtjz ul li{
    float: left;
    width: calc(100% / 7);
    margin-bottom: 0.6rem;
}
.mtjz ul li a{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.mtjz ul a p.img{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background: rgba(255, 255, 255, 1);
    position: relative;
}
.mtjz ul a p.img img.img1{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.9rem;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .8s;
}
.mtjz ul a p.img img.img2{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all .5s;
}
.mtjz ul a:hover p.img img.img2{
    opacity: 1;
}
.mtjz ul a p.txt{
    font-size: 0.2rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0.3rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 0.1rem;
    text-align: center;
    margin-top: 0.2rem;
}
.mtjz ul a:hover p.txt{
    color: #006151;
    font-weight: bold;
}

/* 图片列表页 */
.imgList ul li {
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid #cce0dd;
}
.imgList ul li a{
    display: flex;
    width: 100%;
    align-items: center;
}
.imgList ul li a p.con {
    padding: 0.1rem 0.35rem 0.1rem 0;
    box-sizing: border-box;
    width: calc(100% - 160px);
    border-right: 1px solid #cce0dd;
}
.imgList ul li a p.con span.tit{
    display: block;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgList ul li a p.con span.txt{
    font-size: 0.16rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    color: #9f9f9f;
    display: block;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.imgList ul li a:hover p.con span.tit{
    color: #006151;
    font-weight: bold;
}
.imgList ul li a p.time {
    width: 1.6rem;
    padding-left: 0.35rem;
    box-sizing: border-box;
}
.imgList ul li a p.time span{
    display: block;
    font-size: 0.4rem;
    color: #006151;
    line-height: 1;
    text-align: center;
}
.imgList ul li a p.time span:nth-of-type(2){
    font-size: 0.18rem;
    color: #9f9f9f;
    margin-top: 10px;
}
.imgList ul li.tit_img a p.img{
    float: left;
    width: 2.4rem;
    height: 1.6rem;
    overflow: hidden;
}
.imgList ul li.tit_img a p.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}
.imgList ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.imgList ul li.tit_img a p.con {
    padding: 0 0.35rem;
    box-sizing: border-box;
    width: calc(100% - 4rem);
}
main.main::after{
    display: none;
}

/* txtList */
.txtList li{
    float: left;
    width: 48%;
    margin-right: 4%;
}
.txtList li:nth-of-type(2n){
    margin-right: 0;
}
.txtList li a{
    display: flex;
    padding: 0.25rem 0;
    border-bottom: 1px solid #cce0dd;
    align-items: center;
}
.txtList li a p:nth-of-type(1){
    width: 1.25rem;
    font-size: 0.16rem;
    color: #9f9f9f;
    line-height: 0.25rem;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.txtList li a p::before{
    display: block;
    content: "";
    width: 1px;
    height: 90%;
    background: #cce0dd;
    position: absolute;
    right: 0;
    top: 5%;
}
.txtList li a p:nth-of-type(1) span{
    display: block;
    color: #006151;
    font-size: 0.3rem;
    line-height: 0.35rem;
}
.txtList li a p:nth-of-type(2){
    width: calc(100% - 1.25rem);
    font-size: 0.2rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.txtList li a:hover p:nth-of-type(2) {
    color: #006151;
    font-weight: bold;
}
/* 媒体查询 */
@media only screen and (max-width: 1040px){
    main{
        padding: 40px 0;
    }
    .fy{
        margin-top: 40px;
    }
    .erNav{
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .erNav h2{
        font-size: 28px;
        line-height: 40px;
    }
    main.mtjz::after{
        height: 95px;
    }
    .mtjz ul li{
        width: calc(100% / 5);
        margin-bottom: 40px;
    }
    .mtjz ul a p.img{
        width: 120px;
        height: 120px;
    }
    .mtjz ul a p.img img.img1{
        max-width: 70%;
    }
    .list ul li{
        margin-bottom: 20px;
    }
    .list ul li a{
        padding: 20px 30px;
    }
    .list ul li a p:nth-of-type(1)::before{
        right: -30px;
    }
    .list ul li a p:nth-of-type(2){
        width: calc(100% - 120px);
    }
    .content{
        padding: 30px 30px 0;
    }
    .conTop{
        padding: 20px;
        margin-bottom: 20px;
    }
    .conTop h2.bt{
        font-size: 28px;
    }
    .conTop h2.bt::before{ 
        bottom: -15px;
    }
    .conTop p.wzxx{
        font-size: 18px;
        margin-top: 40px;
    }
    .conSub p, .conSub span{
        font-size: 18px;
    }
    .conSub p{
        margin-bottom: 15px;
    }
    .conSub img{
        margin: 20px auto;
    }
    .prevNext{
        padding: 20px 0;
    }
    .prevNext a{
        font-size: 16px; 
    }
    .imgList ul li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .imgList ul li a p.con {
        padding: 0.1rem 0.35rem 0.1rem 0;
        width: calc(100% - 1.6rem);
    }
    .imgList ul li a p.con span.tit{
        font-size: 20px;
        line-height: 26px;
    }
    .imgList ul li a p.con span.txt{
        font-size: 16px;
        line-height: 26px;
        max-height: 52px;
        margin-top: 10px;
    }
    .imgList ul li a p.time {
        width: 100px;
        padding-left: 25px;
    }
    .imgList ul li a p.time span{
        font-size: 0.4rem;
    }
    .imgList ul li a p.time span:nth-of-type(2){
        font-size: 0.18rem;
        margin-top: 10px;
    }
    .imgList ul li.tit_img a p.img{
        width: 210px;
        height: 140px;
    }
    .imgList ul li.tit_img a p.con {
        padding: 0 25px;
        width: calc(100% - 310px);
    }
    .txtList li{
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px){
    main{
        padding: 30px 0;
    }
    .fy{
        margin-top: 30px;
    }
    .erNav{
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .erNav h2{
        font-size: 24px;
        padding-left: 15px;
        line-height: 35px;
    }
    .erNav .dqwz a{
        font-size: 16px;
    }
    .erNav h2::before{
        height: 55%;
        width: 4px;
    }
    main.mtjz::after{
        height: 75px;
    }
    .mtjz ul li{
        width: calc(100% / 4);
        margin-bottom: 30px;
    }
    .mtjz ul a p.img{
        width: 100px;
        height: 100px;
    }
    .mtjz ul a p.txt{
        font-size: 18px;
        margin-top: 10px;
    }
    .content{
        padding: 20px 20px 0;
    }
    .conTop{
        padding: 15px;
        margin-bottom: 15px;
    }
    .conTop h2.bt{
        font-size: 24px;
    }
    .conTop h2.bt::before{
        bottom: -12px;
        height: 2px;
    }
    .conTop p.wzxx{
        font-size: 16px;
        margin-top: 30px;
    }
    .txtList li a{
        padding: 15px 0;
    }

.txtList li:first-of-type a {
    padding-top: 0;
}
}
@media only screen and (max-width: 640px){
    main{
        padding: 20px 0;
    }
    .fy{
        margin-top: 20px;
    }
    .erNav{
        margin-bottom: 20px;
    }
    .erNav h2{
        font-size: 20px;
        line-height: 30px;
    }
    .erNav .dqwz a:nth-of-type(1){
        padding-left: 20px;
    }
    .erNav .dqwz a{
        font-size: 14px;
        background-size: auto 80%!important;
    }
    main.mtjz::after{
        height: 60px;
    }
    .mtjz ul li{
        width: calc(100% / 3);
        margin-bottom: 20px;
    }
    .mtjz ul a p.img{
        width: 80px;
        height: 80px;
    }
    .list ul li{
        margin-bottom: 15px;
    }
    .list ul li a{
        padding: 10px;
    }
    .list ul li a p:nth-of-type(1)::before{
        display: none;
    }
    .list ul li a p:nth-of-type(1) span{
        font-size: 24px;
    }
    .list ul li a p:nth-of-type(2){
        width: calc(100% - 70px);
        font-size: 18px;
    }
    .content{
        padding: 15px 15px 0;
    }
    .conTop{
        padding: 10px;
        margin-bottom: 10px;
    }
    .conTop h2.bt{
        font-size: 20px;
        padding: 5px 0;
    }
    .conTop h2.bt::before{
        bottom: -6px;
    }
    .conTop p.wzxx{
        font-size: 14px;
        margin-top: 20px;
        padding-bottom: 0;
        margin: 0.2rem 0 0rem;
    }
    .conSub p, .conSub span{
        font-size: 16px;
        /* line-height: 24px; */
    }
    .conSub p{
        margin-bottom: 10px;
    }
    .conSub img{
        margin: 10px auto;
    }
    .prevNext{
        padding: 8px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .prevNext a{
        font-size: 15px;
        max-width: 100%;
        margin: 2px 0;
        padding-left: 0!important;
        padding-right: 0!important;
        background: none!important;
    }
    .imgList ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .imgList ul li a p.con {
        padding: 0.1rem 0.35rem 0.1rem 0;
        width: calc(100% - 1.6rem);
    }
    .imgList ul li a p.con span.tit{
        font-size: 16px;
        line-height: 22px;
    }
    .imgList ul li a p.con span.txt{
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        margin-top: 5px;
    }
    .imgList ul li a p.time {
        width: 60px;
        padding-left: 5px;
    }
    .imgList ul li a p.time span{
        font-size: 26px;
    }
    .imgList ul li a p.time span:nth-of-type(2){
        font-size: 12px;
        margin-top: 5px;
    }
    .imgList ul li.tit_img a p.img{
        width: 95px;
        height: 74px;
    }
    .imgList ul li.tit_img a p.con {
        padding: 0 8px;
        width: calc(100% - 155px);
    }
    .txtList li a{
        padding: 10px 0;
    }
    .txtList li a p:nth-of-type(1){
        width: 80px;
        font-size: 14px;
        line-height: 20px;
    }
    .txtList li a p:nth-of-type(1) span{
        font-size: 24px;
        line-height: 30px;
    }
    .txtList li a p:nth-of-type(2){
        width: calc(100% - 80px);
        font-size: 16px;
        line-height: 25px;
        max-height: 50px;
        padding: 0 0 0 12px;
    }
}
@media only screen and (max-width: 480px){
    .mtjz ul li{
        width: calc(100% / 2);
    }
    .mtjz ul a p.txt{
        font-size: 16px;
    }
}