.container{
    /* background-color: #58bc58; */
}
.newsDetail{
    margin: 30px 20px;
    box-sizing: border-box;
}
.newsDetail .newsDetail_title{
    margin-bottom: 20px;
    box-sizing: border-box;
}
.newsDetail .row p{
    margin: 20px 0;
    font-size: 20px;
}
.newsDetail .newsDetail_title{
    font-size: 30px;
    color: #222;
}   