.news_list {
    margin-bottom: 15px;
}
.news .item {
    font-size: 16px;
}
.news .item:not(:last-child) {
    border-bottom: 1px dotted #eee;
}
.news .item .explain {
    width: 80%;
    line-height: 60px;
    position: relative;
}
.news .item .explain_title {
    color: #555555;
    padding-left: 16px;
}
.news .item .time {
    color: #b6b6b6;
}
.news .item .dot {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
	background: #006bb8;
}
.news .item:hover .explain_title {
	color: #006bb8;
}




/* news_details */
.news_details {
    padding-top: 60px;
}
.news_details .details_title {
    font-size: 36px;
    color: #424242;
    text-align: center;
}
.news_details .details_container {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.news_details .news_control a {
    display: inline;
}
.news_details .news_control div:not(.no_news) a:hover {
    color: #006bb8;
}
.news_details .news_control .no_news a {
    cursor: text;
}
.news_details .news_control .prev,
.news_details .news_control .next {
    width: 46%;
    font-size: 14px;
    color: #888;
}
.news_details .news_control .next {
    text-align: right;
}







/* 响应 */
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {
    .news_details {
        padding-top: 40px;
    }
    .news_details .details_title {
        font-size: 26px;
    }
    .news_details .details_container {
        padding: 10px 0;
        margin: 15px 0;
    }
}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 750px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {
    .news .item .time {
        font-size: 12px;
    }
    .news .item .explain {
        width: 70%;
        line-height: 50px;
    }
    .news .item .explain_title {
        padding-left: 12px;
    }
    .news .item .dot {
        width: 4px;
        height: 4px;
        margin-top: -2px;
    }

    .news_details {
        padding-top: 20px;
    }
    .news_details .details_title {
        font-size: 22px;
    }
    .news_details .details_container {
        padding: 5px 0;
        margin: 10px 0;
    }
    .news_details .news_control .prev,
    .news_details .news_control .next {
        width: 48%;
    }
}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}




