#container #news_title {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Microsoft Yahei', Georgia, "Times New Roman", Times, serif;
    text-align: center;
    /*border-bottom: 3px solid #8199A9;*/
    padding-bottom: 3px;
}

#container #news_subtitle {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Microsoft Yahei', Georgia, "Times New Roman", Times, serif;
    text-align: center;
    border-bottom: 3px solid #8199A9;
    padding-bottom: 8px;
}

#container #news_info {
    text-align: center;
    margin-bottom: 16px;
}

#container #news_date {
    margin: auto 6px;
}

#container #news_author {
    margin: auto 6px;
}

#container #news_hits {
    margin: auto 6px;
}

#container #news_content {
    margin-top: 12px;
    line-height: 1.6;
}

#news_share {
    width: 90%;
    text-align: center;
    margin: 26px auto auto auto;
}