﻿/*首页新闻*/
.news_index{
	padding-bottom: 10px;
}
.news_box{
	background-color: #fff;
	border: 0px solid #e5e5e5;
	border-radius: 5px;
	margin-top: 30px;
	padding: 10px 15px;
}
.news_box h4{margin:10px 0px 15px 0px;}
.news_box h4 a{color: #333; font-size: 15px; font-weight: bold; text-transform: uppercase; }
.news_box h4 a:hover{text-decoration: none; color:#f8c301;}
.news_box time{color: #949494; }
.news_box span.glyphicon-calendar{color: #949494; font-size: 12px;}
.news_box p{margin-top: 15px;color: #666; font-size: 13px; line-height: 22px;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
