.news_details_as{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin: 35px 0;
}
.news_details_title{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
@media (max-width:992px){
    .news_details_title{
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 22px;
    }
    .news_details_as{
        font-size: 12px;
        font-weight: 400;
        color: #888888;
        line-height: 26px;
        margin: 16px 0 20px;
    }
}
