/* 公益活动 */
.actBox {
    padding: 0.8rem 0.3rem;
    padding-top: 0.2rem;
}

.actUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.actUl li {
    width: 30%;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
}

.imgBox {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.actText {
    padding: 0.4rem 0.3rem;
}

.actText p {
    color: #999;
}

.actText h3 {
    margin-top: 0.2rem;
}

.moreBtn {
    width: 1.2rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #eee;
    margin-top: 0.3rem;
    position: relative;
}

.moreBtn i {
    display: block;
    width: 0.2rem;
    height: 0.16rem;
    background: url(../images/jtR.png)center no-repeat;
    background-size: 0.2rem 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.actUl li:hover {
    background: #fff;
    box-shadow: 0 0.1rem 0.3rem rgba(3, 28, 36, 0.1);
}

.actUl li:hover img {
    transform: scale(1.1);
}

.actUl li:hover .moreBtn {
    border: 0.01rem solid #B40919;
    background: #B40919;
}

.actUl li:hover .moreBtn i {
    background: url(../images/jtRW.png)center no-repeat;
    background-size: 0.2rem 0.16rem;
}


/* 活动详情 */
/* 新闻详情 */
.newsDetailBox {

    padding: 0.6rem 0.3rem;
}

.newsDet {
    display: flex;
    justify-content: space-between;
}

.newsDetailBox .newsContent {}


.newsContent .title {
    margin: 0.3rem 0rem;
    border-bottom: 0.01rem solid #f2f2f2;
    padding-bottom: 0.2rem;
    margin-top: 0;
}

.newsContent .dataBat {
    margin-top: 0.15rem;
    color: #666;
    display: flex;
    align-items: center;
}

.dataBat .dateTime {
    background: url(../images/dat1.png) no-repeat;
    background-size: 0.2rem;
    background-position: left center;
    padding-left: 0.3rem;
    margin-right: 0.5rem;
}

.dataBat .seeNum {
    background: url(../images/dat2.png) no-repeat;
    background-size: 0.2rem;
    background-position: left center;
    padding-left: 0.3rem;
}
.newsDetailBox .newsContent .richText span{
    display:block;
}

.newsDetailBox .newsContent .richText p{
    line-height:2;
    color:#555;
}




/* 碳减排计划 */
.reduceBox {
    padding: 0.8rem 0.3rem;
    padding-top: 0.2rem;
    background: url(../images/cover2.png) no-repeat center center;
    background-size: cover;
}







/* 生态治理 */
.ecoBox {
    padding: 0.8rem 0.3rem;
    padding-top: 0.2rem;
}

.ecoBox ul {}

.ecoBox ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
}

.ecoBox ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ecoItem img {
    width: 48%;
}

.ecoTxt {
    width: 44%;
}

.ecoTxt p {
    color: #555;
    margin-top: 0.2rem;
    line-height: 1.8;
}

.ecoTitle b {
    display: block;
    color: #B17000;
    margin: 0.2rem 0rem;
}

.mobTime {
    display: none;
}

.reduceImg img {
    width: 100%;
}
























@media (max-width: 800px) {

    /* 生态治理 */
    .ecoBox ul li {
        flex-direction: column;
        margin-top: 0.5rem;
    }

    .ecoItem img {
        width: 100%;
    }

    .ecoTxt {
        width: 100%;
        margin-top: 0.4rem;
    }

    .ecoBox ul li:nth-child(2n) {
        flex-direction: column;
    }

    .actUl li {
        width: 100%;
    }

    .pcTime {
        display: none;
    }

    .mobTime {
        display: block;
    }
}