.news-detail{
    margin-top: 120px;
    margin-bottom: 60px;
}
.news-detail .title{
    font-size:20px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-bottom: 18px;
    text-align: center;
}
.news-detail .time{
    font-size:12px;
    font-weight:500;
    color:rgba(100,100,100,1);
    line-height:30px;
    margin-bottom: 30px;
    text-align: center;
}
.news-detail p{
    font-size:14px;
    font-weight:500;
    color:rgba(50,50,50,1);
    line-height:30px;
    margin-top: 30px;
    text-indent: 2em;
}
.news-detail img{
    margin: 0 auto;
    display: block;
}

.news-detail-item{
    display: none;
}
.news-detail h3{
    font-size:16px;
    font-weight:500;
    color:rgba(50,50,50,1);
    line-height:30px;
    margin-top: 30px;
}
.news-detail h4{
    font-size:14px;
    font-weight:500;
    color:rgba(50,50,50,1);
    line-height:30px;
    margin-top: 30px;
    text-indent: 1em;
}