/*新闻热点样式*/

.text_box{
    width: 100%;
    height: auto;

    text-align: left;
    line-height: 20px;
    font-size: 14px;

    padding: 15px 10px 0px 10px;
}


/*新闻列表*/
.news-list
{
	margin: 8px 0 10px;
	padding: 0 8px;
}
.news-list a
{
	display: block;
	color: #000;
	text-decoration: none;
}
.news-list a h2
{
	font-size: 24px;
	max-height: 66px;
	line-height: 32px;
	overflow: hidden;
}
.news-list a p
{
	font-size: 14px;
	color: #383838;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
