h1.title {
    font-size: .32rem;
    font-weight: bold;
    border-top: 1px solid #e60011;
    display: inline-block;
    padding-top: .4rem;
    line-height: .32rem;
    margin-bottom: .6rem;
}

.sustainability-inside-detail-banner,
.sustainability-inside-banner {
    background: url(../imgs/sustainability/sustain_top.jpg) center 0 no-repeat;
    background-size: auto 100%;
}

/* .sustainability-inside-banner::before {
    background: transparent;
} */

.sm-sustainability-banner {
    background: url(../imgs/sustainability/sustain_list_banner.jpg) center 0 no-repeat;
    background-size: auto 100%;
    height: 2.1rem;
    position: relative;
    color: #fff;
    padding-top: .67rem;
}



.sm-sustainability-banner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/company/bg_dot.png) center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sm-sustainability-banner a {
    font-size: .2rem;
    display: block;
    width: 6rem;
    border: 1px solid #fff;
    line-height: .76rem;
    text-align: center;
    margin: 0 auto;
    background: url(../imgs/icon_lock_white_mob@3x.png) 94% center no-repeat;
    background-size: .16rem;
    position: relative;
    z-index: 1;
}



.detail-content h2 {
    font-size: .3rem;
    position: relative;
    line-height: .36rem;
    margin-bottom: .1rem;
}

.detail-content p:first-of-type {
    text-indent: 0;
}

.detail-content p {
    line-height: .3rem;
    margin-bottom: .4rem;
    text-indent: 2em;
}

.detail-content p.graphic-title {
    font-size: .14rem;
    color: #101112;
    line-height: .14rem;

    text-align: center;
    margin-top: .3rem;
    text-indent: 0;
}

.detail-content p.graphic-title span {
    position: relative;
}

.detail-content p.graphic-title span::before {
    content: "";
    width: .14rem;
    height: .02rem;
    background: #e60011;
    position: absolute;
    left: -.3rem;
    top: .08rem;
}

.detail-content .mt40 {
    margin-top: .4rem;
}

.detail-content .mb0 {
    margin-bottom: 0;
}

.detail-content img {
    /* width: 7.66rem;
    margin: 0 auto;
    display: block; */
    margin: 0 auto .3rem;
    display: block;
}

/* .detail-content img.pic1 {
    width: 6.2rem;
} */

.detail-content h2::before {
    content: "";
    width: .03rem;
    height: 100%;
    background: #e60011;
    left: -.26rem;
    position: absolute;

}

.sustainability-inside-menu h3.subtitle {
    position: relative;
    font-size: .16rem;
    color: #101112;
    padding-bottom: .18rem;
    border-bottom: 1px solid #E5E5E5;
}

.sustainability-inside-menu h3.subtitle::before {
    width: .24rem;
    height: 1px;
    background: #e60011;
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
}

.sustainability-inside-menu ul {
    margin-top: .45rem;
    font-size: .15rem;
}

.sustainability-inside-menu ul li.active {
    color: #e60011;
    text-decoration: underline;
}

.sustainability-inside-menu .external-link {
    background: url(../imgs/sustainability/sustain_detials_sidebar_pic.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 1rem;
    color: #fff;
    display: block;
    line-height: 1rem;
    text-align: center;
    font-size: .16rem;
    position: relative;
    margin-top: 1rem;
}

.sustainability-inside-menu .external-link::before {
    background: url(../imgs/icon_lock_white_mob@3x.png) 94% center no-repeat;
    background-size: .16rem;
    content: "";
    width: .16rem;
    height: .16rem;
    right: 17%;
    top: .42rem;
    position: absolute;
}

.card-group li:last-of-type::before {
    width: 0;
}

.card-group li .title {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    min-height: .58rem;

}

.card-group li .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    min-height: .6rem;
}

@media (max-width: 768px) {

    .sustainability-inside-detail-banner,
    .sustainability-inside-banner {
        background: url(../imgs/sustainability/sustain_top_mob.jpg) center center no-repeat;
        background-size: cover;
    }

    .sustainability-banner {
        margin-top: .72rem;
        min-width: 100%;
        background: url(../imgs/company/company_top_mob.jpg) center center no-repeat;
        background-size: cover;
    }

    h1.title {
        display: none;
    }

    .card-group {
        padding: 0;
    }

    .card-group li {
        width: 100%;
        margin-left: 0 !important;
        margin-top: .5rem !important;
    }

    .card-group li:first-of-type {
        margin-top: 0 !important;
    }

    .card-group li .desc {
        display: block;
        margin: .1rem 0;
        min-height: auto;
    }

    .sm-sustainability-banner {
        background: url(../imgs/sustainability/sustain_list_banner_mob.jpg) no-repeat;
        background-size: cover;
        height: 1.2rem;
        padding: 0;
    }

    .sm-sustainability-banner a {
        font-size: .2rem;
        width: 100%;
        border: 0;
        line-height: 1.2rem;
        background: url(../imgs/icon_lock_white_mob@3x.png) 72% center no-repeat;
        background-size: 0.16rem;
    }

    .detail-content {
        padding: 0 .2rem;
    }

    .detail-content h2 {
        font-size: .18rem;
        line-height: .24rem;
    }

    .detail-content h2::before {
        left: -.2rem;
    }

    .detail-content p {
        line-height: .25rem;
        margin-bottom: .25rem;
    }

    .detail-content p.graphic-title {
        font-size: .13rem;
        text-align: left;
        padding-left: .22rem;
        line-height: .18rem;
    }

    .detail-content p.graphic-title span::before {
        left: -.2rem;
        width: .1rem;
    }

    .sustainability-inside-menu h3.subtitle {
        display: none;
    }

    .sustainability-inside-menu ul {
        margin: 0;
    }

    .sustainability-inside-menu ul li,
    .sustainability-inside-menu ul li.active {
        color: #fff;
    }

    .sustainability-inside-menu .external-link {
        background: transparent;
        margin-top: .3rem;
        text-align: left;
        line-height: .15rem;
        margin-left: .4rem;
        margin-top: 0;
        height: .15rem;
    }

    .sustainability-inside-menu {
        padding: 0;
    }

    .sustainability-inside-menu .external-link::before {
        top: 0;
        left: 31%;
    }

    .card-group li .title {
        background: url(../imgs/btn_arrow-black@2x.png) right center no-repeat;
        background-size: .13rem;
        padding-right: .28rem;
    }

    .sustainability-inside-banner {
        margin-top: .72rem;
    }

    .sustainability-inside-detail-banner {
        margin-top: 1.12rem;
    }
}