@media (max-width:760px) {
     /* 首页 h5轮播 */

     .h5Carousel img {
        width: 100%;
    }

    /* 首页 h5轮播结束 */
    /* 全球业务 */
    .index_three {
        padding: 0 20px;
    }

    .threebox {
        width: 100%;
        font-size: 16px;
        /* padding: 10px; */
        /* height: 200px; */
        background-color: white;
        margin-bottom: 30px;
    }

    .idxtitle {
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
        color: #07573b;

    }

    .threebox img {
        width: 100%;
    }
    .threebox_imgbox{
        padding: 10px;
    }
    .three_content {
        padding: 15px;
    }

    .three_title {
        overflow: hidden;
        text-overflow: ellipsis;
        /* word-break: break-all; */
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word
    }

    .threefl {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .threefl_1 {
        color: #2ec688;
        font-size: 18px;
    }

    .threeflmore a {
        color: white;
        background-color: #2ec688;
        padding: 5px 10px;
        border-radius: 50px;
        font-size: 14px;
    }

    /* 全球业务结束 */

    /* 优质碳资产项目 */
    .youzhi_lb_content {

        padding: 50px;
        padding-top: 0px !important;

    }

    .dps {
        padding: 20px;
    }

    .youzhi_lb_content img {
        width: 100%;
    }

    .youzhi_lb_content>div {
        background-color: white;


    }

    .youzhilb_title {
        font-size: 20px;
        color: #07573b;
        margin-bottom: 10px;
        /* margin-bottom: 20px; */
    }

    .youzhilb_cont {
        font-size: 16px;
        margin-bottom: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* word-break: break-all; */
        -webkit-line-clamp: 5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word
            /* background-color: #07573b; */
    }

    .youzhi_qita {
        text-align: center;
    }

    .youzhi_qita a {
        padding: 7px 15px;
        font-size: 14px;
        background-color: #2ec688;
        color: white;
        border-radius: 50px;
        text-decoration: none;
    }

    /* 优质碳资产项目结束 */

    /* 新闻开始 */
    .newstitle {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .newstitle>div:first-child {
        font-size: 22px;
        color: #07573b;

        font-weight: bold;
    }

    .newstitle>div:last-child a {
        color: #9a9a9b;
        font-size: 15px;
    }

    .news_content {
        background-color: white;
    }

    .news_content img {
        width: 100%;
    }

    .news_content_box {
        padding: 20px;
    }

    .news_content_title {
        font-size: 16px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        overflow: hidden;
    }

    .news_content_fl {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        /*color: #2ec688;*/
        font-size: 14px;
    }

    .news_content_fl a {
        text-decoration: none;
        /*color: #2ec688;*/
    }

    .news_list {
        display: flex;
        flex-wrap: wrap;
        align-content: space-between !important;
        margin-top: 10px;
    }

    .news_list>a {
        padding: 10px;
        width: 100%;
        
        display: block;
       
        text-decoration: none;
        border-bottom: 1px solid #e0e1e2;
        
    }
    .news_list>a>div{
        width: 100%;
        display: flex;
        justify-content: space-between;
        color: black;
    }
    .news_list>a:last-child {
        border: none;
    }

    .news_list>a:hover .newslist_title {
        color: #2ec688 !important;
    }

    .newslist_title {
        transition-duration: .1s;
        font-size: 16px;
        width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
    }

    .newslist_data {
        width: 28%;
        font-size: 14px;
        text-align: right;
        /*color: #2ec688;*/
    }

    /* 新闻结束 */


}