.news-detail{
    width: 1204px;
    margin: 0 auto;
    padding: 25px 15px 10px;
    background-color: #fff;
}
.news-detail .news-top{
    width: 1180px;
    border-bottom: 1px solid #e9e9e9;
    text-align: justify;
    display: inline-block;
    text-align-last:justify;
    text-justify:distribute-all-lines;
}
.news-detail .news-top span{
    width: 130px;
    color: #18a044;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
    text-align: center;
    border-bottom: 4px solid #18a044;
    display: inline-block;
}
.news-detail .news-main{
    width: 1180px;
/*    padding: 40px 20px 0 45px;*/
    margin:0 auto;
}
.news-main .news-title{
    color: #333;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.news-main .news-time{
    color: #666;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background-color: #dfdfdf;
}
.news-main .news-img{
    width: 690px;
    margin: 70px auto 0;
}
.news-main .news-summary{
    width: 1150px;
    margin: 30px auto;
/*    text-align:justify!important;
    text-align-last:justify; */
}
.news-summary p{
    color: #666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
/*    text-align: justify; */
    text-indent: 2em;
}