@charset "gb2312";
body {
	margin: 0px;
	padding: 0px;
}
.top {
	height: 343px;
	width: 100%;
	background-color: #bad5da;
	text-align: center;
	background-image: url(imagexzcftop_bj.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.xz_nr {
	background-image: url(imagexzcfnr_bj.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
.xz_nr_list {
	margin: auto;
	width: 970px;
	background-color: #FFF;
	min-height: 400px;
	padding: 15px;
}
.xz_nr_list ul {
	margin: 0px;
	padding: 0px;
}
.xz_nr_list ul li {
	width: 100%;
	margin-bottom: 15px;
	height: 49px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-type: none;	
}
.xz_nr_list ul li span {
	float: left;
	width: 100%;
	height: 39px;
	background-color: #efefef;
	font-size: 16px;
	line-height: 39px;
	background-image: url(imagexzcflist_bj.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	text-indent: 20px;
	color: #1b2d54;
}
.xz_nr_list ul li span a {
	color: #1b2d54;
	text-decoration: none;
}
.xz_nr_list ul li span a:hover {
	color: #800040;
	text-decoration: none;
}

.xz_nr_list h1 {
	font-size: 20px;
	text-align: center;
}
.xz_nr_list h3 {
	font-size: 12px;
	line-height: 35px;
	color: #CCC;
	font-weight: normal;
	text-align: center;
}
.xz_nr_list p {
	font-size: 16px;
	line-height: 25px;
}
#footer{
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-image: url(imagexzcffooter_bj.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -10px;
}