#main .left{
	border:1px solid #e9e9e9;
	overflow:hidden;
	margin:0;
}
.left .nav-bar{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #e9e9e9;
	padding:0 15px;
}
.left .nav-bar h2{
	float:right;
	width:92px;
	font-weight:normal;
}
.left .nav-bar h2 a{
	color:#555;
}
.left .nav-bar h2 a:hover{
	color:#007cc3;
}
.left .nav-bar h2.importance{
	float:left;
	color:#007cc3;
	font-weight: bold;
	padding:0;
}
.left .nav-bar h2.importance a{
	color:#007cc3;
}
.left .nav-bar{
	background:#f9fefd;
}
/**/
.section{
	margin:0 15px;
	padding:18px 0 2px 0;
}
.section a img{
	border:1px solid #e9e9e9;
	display:block;
}
.section .s-left{
	float:left;
	text-align: center;
}
.section .s-left a{
	color:#666;
	height:32px;
	line-height:32px;
	font-size:14px;
}
.ul-right{
	float:left;
	margin-left:20px;
	width:370px;
}
.ul-right li{
	height:28px;
}
.ul-right li a{
	font-size:14px;
	color:#666;
}
.ul-right li:before{
	content: '';
	width:3px;
	height:3px;
	background:#bab9b9;
	display:inline-block;
	position:relative;
	top:-3px;
	margin-right:11px;
}
.ul-right span{
	float:right;
	color:#999;
}
/**/
.page{
	height:78px;
	text-align:center;
	line-height:78px;
}
.page span{
	display:inline-block;
	width:32px;
	height:32px;
	border:1px solid #e0e0e0;
	line-height:32px;
	text-align:center;
	font-size:16px;
	margin:0 5px;
	cursor:pointer;
}
span.pre,span.next{
	width:60px;
	border:0;
}
span.pre:hover,span.next:hover{
	color:#007cc3;
	text-decoration:underline;
}
/**/
.ul-right li a:hover{
	text-decoration:underline;
	color:#007cc3;
}
.section .s-left a:hover{
	color:#ca0000;
	text-decoration:underline;
}
div.yellow{
	position:relative;
	line-height:30px;
}
div.yellow:before{
	content: '';
	display:block;
	height:1px;
	width:665px;
	background:#e9e9e9;
	position:absolute;
	top:0;
}