@CHARSET "UTF-8";
#sidebar {
	width:160px;
	min-height:600px;
	float:left;
	margin:0 0 10px 0;
}
#sidebar div.nav {
	border:1px solid #ccc;
	text-align:center;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
#sidebar div.nav span {
	padding:5px 0 0 0;
	display:inline-block;
}
#sidebar div.nav strong {
	width:110px;
	height:25px;
	line-height:25px;
	border:1px solid #ccc;
	display:inline-block;
	margin:5px 0 0 0;
}
#sidebar div.nav strong a {
	font-weight:normal;
	text-decoration:none;
	color:#666;
	display:inline-block;
	width:110px;
	height:25px;
	background:#eef3f7;
}


#list1 {
	width:790px;
	min-height:600px;
	float:right;
	margin:0 0 10px 0;
}
#list1 h2 {
	border:1px solid #ccc;
	border-bottom:none;
}
#list1 h2 a {
	color:#12B295;
	text-decoration:none;
}
#list1 h2 a:hover {
	color:#f60;
}
#list1 dl {
	height:110px;
	margin:10px 0;
	border-bottom:1px dashed #FFFFFF;
}
#list1 dl dt {
	width:150px;
	height:100px;
	float:left;
}
#list1 dl dt img {
	display:block;
	border:1px solid #ccc;
}
#list1 dl dd {
	width:780px;
	float:left;
	margin:0 0 0 10px;
	padding:0 0 5px 0;
	line-height:150%;
}

#list1 dl dd span{
	font-size:15px;
	font-weight:bold;
}


#list1 dl dd a {
	text-decoration:none;
	font-weight:bold;
	color:#369;
	font-size:14px;
}
#list1 dl dd a:hover {
	color:#f60;
}
#list1 span.red {
	color:red;
}
#list1 p.none{
	padding:20px;
	text-align:center;
	border-bottom:1px dashed #ccc;
}





