@charset "utf-8";
/* ===================================================================
=================================================================== */


/**********************************[top blog]***/
#rss{	
	overflow-y:scroll;
	line-height: 2;	
	height:200px;
	margin-bottom:10px;
}
.normal_news{
	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
	margin:0 -18px 20px;
	padding:15px;
	width: 698px;
	height:auto;
	font-size:14px;
	color:#333;
	line-height: 170%;
	letter-spacing: 1px;	
	background:#fff;
	border-radius: 15px;
	behavior: url(PIE.htc);
}
.blogDate{	
	width:110px;	
	float:left;
	color:#0e6eb8;
	font-size:14px;	
	padding-left:15px;
	padding-top:3px;
}
.blogTxt{
	margin-left:10px;		
	float:left;		
	overflow:hidden;	
	text-align:left;
	width:540px;	
	padding-top:3px;	
}
.blogTxt a{
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.blogTxt a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
}
/*
.clearfix{	
	border-bottom: 1px dotted #29a7e2;	
	clear:both;
	height:auto;
	padding-top:2px;	
}
.clearfix:first-child{	
	border-bottom:none !important;
}*/