/* 
* @Author: Marte
* @Date:   2016-11-01 14:38:06
* @Last Modified by:   Marte
* @Last Modified time: 2017-05-23 09:32:12
*/
#news-content h3{
    text-align: center;
    font: 24px/48px '微软雅黑';
}
#news-content h5{
    text-align: right;
    font: 18px/36px '微软雅黑';
}
#news-content h6{
    text-indent: 2em;
    font: 14px/28px '微软雅黑';
    color: #3da742;
    font-weight:bold;
}
#news-content p{
    text-indent: 2em;
    font: 14px/28px '微软雅黑';
}
#news-content b{
    text-indent: 2em;
    font: 14px/28px '微软雅黑';
    font-weight :bold ;
}
#news-content a{
    font: 18px/36px '微软雅黑';
    background: #6f2071;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
#news-content a:hover{
    background: #952a96;
}
#news-content img{
    display: inline-block;
    margin: 20px 20px;
}