
.news_topic {
    font-size: 18px;
    color: #337ab7;
}

.news_time {
    font-size: 14px;
    color: #888;
}


.news_title {
    font-size: 14px;
    color: #666;
    line-height: 21px;
}


.news_title_detailed {
    font-size: 18px;
    color: rgb(46, 44, 44);
}

.news_time_detailed {
    font-size: 14px;
    color: #9c9d9d;
}

.news_content {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.green_tag {
    color: rgb(0, 128, 0);
    font-weight: bold;
    font-size: 16px;
}

.red_tag {
    color: rgb(223, 25, 25);
    font-weight: bold;
    font-size: 16px;
}


.yellow_tag {
    background-color:#fff312;
}