.newsInfo-main{
    padding-top: 30px !important;
}
.newsInfo-title-box{
    padding-bottom: 12px;
    border-bottom: 1px solid #EFF2F3;
    margin-bottom: 24px;
}
.newsInfo-title{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 12px;
}
.newsInfo-info{
    color: rgba(0,0,0,.6);
    font-size: 14px;
}
.newsInfo-text{
    color: #808080;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 18px;
}
.newsInfo-sec-title{
    font-weight: bold;
    margin-bottom: 18px;
}
.newsInfo-img-title{
    font-size: 14px !important;
    text-align: center;
}
.newsInfo-content img{
    width: 100%;
    margin-bottom: 18px;
}
.newsInfo-remark{
    font-size: 14px !important;
}
@media screen and (max-width: 768px){
    .newsInfo-main{
        padding: 20px !important;
    }
}