@charset "utf-8";
/*Page CSS*/
body{
	font-size:12px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:0;
	}
a{
	text-decoration:none;}
a:hover{
		color:#F00;
	text-decoration:underline;}
#dh{
	color:#FFF;
	text-decoration:none;}
#dh:hover{
	color:#ff0000;
	text-decoration:none;}
div{
	margin-left:auto;
	margin-right:auto;}

#border{
	text-align:center;
	width:961px;}

#head{
	height:29px;
	width:100%;
	background-image:url(../img/home_03.jpg);
	float:left;}
	
#leader{
	height:50px;
	width:100%;
	background-image:url(../img/home_14.jpg);
	float:left;}
	
#main{
	float:left;
	margin-top:2px;
	height:auto;
	float:left;}
	
#foot{
	height:100px;
	width:100%;
	float:left;
	margin-top:10px;}
#addr{
	height:30px;
	width:100%;
	float:left;
	background-color:#E4F3F8;}
.ls{
	border-right:1px solid #FFF;
	color:#FFF;
	font-size:12px;
	text-align:center;}
	
#left{
	width:215px;
	float:left;
	height:450px;
	margin-top:10px;}

#right{
	width:735px;
	margin-left:10px;
	float:left;
	height:auto;
	padding-top:8px;}

/*数字分页数字及其背景*/
#pagenum
{
border:1px solid #4088F4;
background-color:#E7F3FE;
text-decoration:none;
font-size:12px;
color:#068DF0;
font-weight:bold;
padding:0px 4px;
}

#pagenum:hover
{
background-color: #FDF8F7;
border-color: #F77637;
color: #DF4F09;
}
	

/*Font CSS*/
.white_12{
	color:#FFF;
	font-size:12px;}
.white_12_b{
	color:#FFF;
	font-weight:bold;
	font-size:12px;}
.gray_12{
	color:#333;
	font-size:12px;}
