.newsInfoContent{
    margin-top: 20px;
    overflow: hidden;
}
.newsContentHtml{
    float: left;
    width: 100%;
    background: #fff;
    padding: 50px;
    margin-top: 30px;
}
.n_title{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    padding: 0 100px;
}
.n_time{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #949494;
}
.html_text{
    float: left;
    margin-top: 20px;
    font-size: 16px;
    color: #595959;
    text-align: justify;
    line-height: 2.2em;
    width: 100%;
}
.html_text img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.nav_bar{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}
.nav_bar a:hover{
    color: #f90;
    text-decoration: underline;
}