#news_content{
	margin-bottom: 20px;
}
.item-time {
    color: #8A0000;
    font: 11px arial;
}

.item-date {
    color: #848484;
    font: 11px arial;
}
.news_item{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.news_item .thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.news_item .news-title{
	line-height: 22px;
	margin-bottom: 0;
}
#news_description {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}
#news_share{
	padding: 10px 0;
}

#list_news_other{
	list-style: none;
	padding-left: 15px;
}
#list_news_other li *{
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
}