@charset "utf-8";
#news_1_table_detail .title{
    font-size:25px;
    font-weight: bold;
    text-align: center;
    color:#444;
    margin:20px 0 0 0;
}
#news_1_table_detail .date{
    text-align: center;
    border-bottom: 1px dashed #9d9d9d;
    margin-bottom: 10px;
    color:#888;
}
#news_1_table_detail .date:before{
    content: '发布日期：';
}
#news_1_table_detail .content{
    color:#333;
}
.news a{
    color:#0070cc;
}
@media (max-width: 767px) {
    #news_1_table_detail .title{
        font-size:18px;
    }
}