.newsMin{
    background:#f5f5f5;
    padding-bottom: 77px;
}
.newslist-box{
    font-size:14px;
    padding: 12px 54px;
    background:white;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news{
    line-height: 68px;
}
.new_b_line{
    border-bottom:2px solid #f5f5f5;
}
.news:last-child{
    border: 0 none;
}
.news_tittle{
    text-align: left;
    padding-left: 1px;
}
.news_time{
    text-align: right;
    padding-right: 5px;
    float: right;
}
/*新闻详情*/
.jr_news_xq{
    padding: 40px 54px;
}
.news_article_head{
    text-align: center;
    padding-bottom: 26px;
}
.news_article_head_tittle{
    font-size: 18px;
    color: #333;
    line-height: 52px;
}
.news_article_head_time{
    font-size: 14px;
    color:#b9b9b9;
}
.news_article_head_content{
    font-size: 14px;
    color:#666;
}
.footer {
    margin-top:0;
    border:0 none;
}