﻿
/* 新闻详情页面 */
.news_detail_box {
    width: 100%;
    background: #fff;
    padding: 20px;
    min-height: 500px;
}

    .news_detail_box .news_title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .news_detail_box .news_time {
        text-align: center;
        font-size: 13px;
        color: #666;
    }

    .news_detail_box .news_content {
        margin-top: 15px;
        font-size: 15px;
        color: #666;
    }

.pre a:hover,
.next a:hover {
    color: #6f9c15;
}
