@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:微软雅黑,Arial, Helvetica, sans-serif;
	font-size:12px;
}
div{
	margin:auto;
	padding:0px;
}
a{
	color:#f00;
	text-decoration:none;
}
a:hover{
	color:#e85a03;
}
img{
	border:0;
}
.clear {
	clear:both;
}

ul,ol,h1,h2,h3,h4,p,li,dd{
	list-style:none;
	margin:0px;
	padding:0px;
}

/*--全局--*/
#content{
	width:1000px;
	background:#ffaa64;
	padding-bottom:25px;
	overflow:hidden;
}

/*--顶部--*/
#top{
	width:1000px;
	height:95px;
	background:#fff;
}
.top_center{
	width:1000px;
	margin:0 auto;
}
.logo{
	width:210px;
	height:68px;
	margin-top:15px;
	float:left;
}
.top_nav{
	margin:45px 10px 0 0;
	float:right;
}
.top_nav ul{}
.top_nav ul li{
	font-size:12px;
	color:#f00;
	background:url(../images/dot.jpg) no-repeat left center;
	padding-left:15px;
	float:left;
	margin-left:10px;
}
.top_nav ul li a{
	color:#f00;
}
.top_nav ul li a:hover{
	text-decoration:underline;
}

.banner{
	width:1000px;
	height:350px;
	background:url(../images/banner.jpg) no-repeat;
	position:relative
}

/*内容区*/
#center{
	width:1000px;
	/**width:990px;*/
	margin:0px auto;
	padding:0px;
}
.center_box{
	width:850px;
	margin:0 auto;
	background:#ffc493 url(../images/center_top.jpg) no-repeat top center;
	padding:80px 20px 0 20px;
	clear:both;
}
.lunpan{
	width:380px;
	height:380px;
	float:left;
}
.center_right{
	width:440px;
	height:380px;
	float:right;
}

.guize{
	line-height:24px;
	color:#853c13;
	background:url(../images/gz_biao.jpg) no-repeat;
	padding-top:60px;
}

.sfz{
	width:426px;
	height:178px;
	margin:0 auto;
	background:url(../images/sfz_bg.jpg) no-repeat;
	margin-top:10px;
}
.sfz h1{
	font-size:18px;
	font-weight:normal;
	color:#7c3208;
	text-align:center;
	margin-bottom:5px;
	padding-top:30px;
}
.sfz .box{
	width:335px;
	height:38px;
	border:1px solid #da9967;
	background:#f5c299;
	margin:10px auto 0 40px;
	padding-left:10px;
	font-size:18px;
	color:#7c3208;
}

.tishi{
	font-size:18px;
	color:#7c3208;
	padding:20px;
	width:300px;
}
.center_bottom{
	width:890px;
	height:70px;
	background:url(../images/center_bottom.jpg) no-repeat;
	margin:0 auto;
}
#historyList{margin-top:5px;}
#historyList a{ font-weight:bold;color:#00f}
#historyList div{float: left;color:#f00;
font-weight: bold;
line-height:20px;
width: 170px;}





