@charset "utf-8";
/* CSS Document */
* {
	font-family: "宋体";
}
body {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
a:link{
	font-size:12px;
	color:#444444;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}			/* 未访问前链接属性 */
a:visited{
	font-size:12px;
	color:#444444;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}		/* 已访问后链接属性 */
a:hover{
	font-size:12px;
	color:#FF720E;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}	/* 鼠标悬停时链接属性 */
#bz_left {
	width: 256px;
	background-repeat: repeat-y;
	border: 1px solid #bbcbef;
	height: 700px;
	display: block;
	margin-top: 10px;
	float: left;
}
#bz_pic {
	background-color: #e3e9f5;
	height: 39px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #bbcbef;
	border-right-color: #bbcbef;
	border-bottom-color: #bbcbef;
	border-left-color: #bbcbef;
	margin-bottom: 3px;
}
#bz_pic h1 {
	margin-top: 10px;
	margin-left: 25px;
	font-size: 15px;
}
#bz_pic ul {
	margin-top: 20px;
	list-style-type: none;
	margin-left: 20px;
}
#bz_pic li {
	line-height: 28px;
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-right: 30px;
}
#bz_right {
	width: 725px;
	float: right;
	border: 1px solid #bbcbef;
	margin-top: 10px;
	margin-left: 5px;
}
#bz_hx h2 {
	margin-top: 5px;
	font-size: 16px;
	color: #0066FF;
	border-top-color: #bbcbef;
	border-right-color: #bbcbef;
	border-bottom-color: #bbcbef;
	border-left-color: #bbcbef;
	display: block;
	text-indent: 28px;
}
#bz_hx_1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbcbef;
	border-right-color: #bbcbef;
	border-bottom-color: #bbcbef;
	border-left-color: #bbcbef;
	margin-top: 10px;
}

.n_list{boder:1px solid #ccc;padding:10px;}
.n_list h1{font-size:14px;font-weight:700;}
.n_list ul{}
.n_list li{float:left;height:28px;line-height:28px;boder:1px solid #ccc;}