/**
 *@author: lyc
 *@updateTime: 2020-05-19
 */

.detail{
    /*margin-top: 50px;*/
    padding-bottom: 40px;
}
.d-content{
    width: calc(100% - 320px);
    min-height: 500px;
    line-height: 1.875;
    text-align: justify;
}
.detail .d-title{
    margin-bottom: 20px!important;
    line-height: 1!important;
}

.d-content-text{
    margin-bottom: 25px;
}
.d-content img{
    max-width: 100%;
    margin-bottom: 45px;
    object-fit: contain;
}

.news-detail{
    margin-top: 50px;
}

.news-detail-hr{
    margin: 0;
    border-top-color: #E8E8E8;
}

.news-detail-title{
    position: relative;
    padding: 10px 0 25px;
    margin-bottom: 34px;
}

.news-detail-title:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-top: 1px solid #E8E8E8;
}

.news-detail .d-content{
    width: 100%!important;
}


@media (max-width: 1200px) {
    .d-content{
        width: calc(100% - 280px);
    }
}


@media (max-width: 991px ) {
    .detail{
        margin-top: 0;
        padding-bottom: 30px;
    }
    .news-detail-title{
        margin-bottom: 0;
        padding-bottom: 23px;
    }
    .d-content{
        width: 100%;
        line-height: 1.643;
        min-height: 300px;
        padding-top: 30px;
    }

    .d-content .d-title:not(:first-of-type){
        margin-top: 30px;
    }

    /*.detail .d-title{*/
    /*    margin-top: 20px!important;*/
    /*    margin-bottom: 15px!important;*/
    /*    line-height: 1.923!important;*/
    /*}*/
    .d-content-text{
        margin-bottom: 18px;
    }
    .d-content img{
        max-width: 100%;
        margin-bottom: 0;
    }

    .news-detail{
        margin-top: 20px;
    }
}