.side_news {
	width:190px;
	padding-left:10px;
	padding-right:10px;
	line-height:13px;
	background-color:#f4f4f4;
	margin-bottom:12px;
	padding-top:10px;
}

.side_news .date{
	font-size:10px;
	margin-bottom:3px;
	margin-top:10px;
}

.side_news .desc{
	font-size:11px;
	text-align:justify;
	border-bottom:1px solid #aeaeae;
	line-height:normal;
}

.side_news a.more{
	text-align:right;
	font-size:10px;
	float:right;
	width:80px;
	height:15px;
	padding:0px;
	margin:3px 0px 8px 0px;
	background:none;
	font-weight:300;
}

.side_news a.more:link, .side_news a.more:active, .side_news a.more:visited{
	color:#484848;
	text-decoration:none;
}

.side_news a.more:hover{
	color:#f3d219;
	text-decoration:underline;
}
.side_news a.more:visited{
	color:#484848;
	text-decoration:none;
}

