@charset "utf-8";
/* CSS Document */

/*================================================================smallnav=============================================================================*/
.smallnav{
	width:100%;
	height:40px;
	background:#3266A0;
	}
.smallnav .cont{
	width:1000px;
	height:40px;
	line-height:40px;
	color:#CCC;
	margin:0 auto;
	color:#FFF;
	}
.smallnav .cont a{
	color:#FFF;}
.smallnav .cont .r a:hover{
	text-decoration:none;}
.smallnav .cont .l{ float:left;}
.smallnav .cont .r{ float:right;}
/*================================================================top=============================================================================*/
.top{
	clear:both;
	width:100%;
	height:60px;
	background:#fff;
	}
.top .cont{
	width:1000px;
	height:60px;
	color:#CCC;
	margin:0 auto;
	border-bottom:2px solid #3266A0;
	
	}

.top .cont .l{
	float:left;
	margin-top:7px;
	}
.top .cont .m{
	float:left;
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	margin:18px 0 0 15px;
	color:#053158;
	border-left:1px solid #D1D1D1;
}
.top .cont .m a{
	color:#3266A0;}
.top .cont .r{
	float:right;
	margin-top:5px;
}
.mb{
	clear:both;
	color:#0066CC;
	line-height:32px;
	width:1000px;
	margin:0 auto;
	}
.mb a{
	color:#3266A0;
}
/*================================================================content=============================================================================*/

.content{
	clear:both;
	width:1000px;
	margin:0 auto;
	margin-top:0px;
	border:1px solid #D1D1D1;
	
}
/*----------------------------------------------------------------contL----------------------------------------------------------------------------=*/
.content .contL{
	float:left;
	/*background:red;*/
	width:160px;
	border-right:1px solid #D1D1D1;
}

.content .contL dl{}
.content .contL dl,.content .contL dl dt,.content .contL dl dd{ margin:0; padding:0;}
.content .contL dl dt{
	background:#CFDAE4 url(/qietu/img/bz.png) no-repeat 12px 15px;
	height:40px;
	line-height:40px;
	padding-left:25px;
	}
.content .contL dl dt a{
	color:#000;}
	
.content .contL dl dd{
	height:36px;
	line-height:36px;
	padding-left:15px;
	margin:0 auto;
	width:125px;
	border-bottom:1px dashed #D6D6D6;
	/*background:#0C9*/
	}
.content .contL dl dd a{
	color:#5E5E5E;
	}



/*----------------------------------------------------------------contR----------------------------------------------------------------------------=*/
.content .contR{
	float:right;
	/*background:blue;*/
	width:838px;
	
	}
.content .contR .cont{
	/*background:red;*/
	/*border:1px solid #CCC;*/
	margin:15px 28px 50px 28px;
	}




/*================================================================footer=============================================================================*/
.footer{
	clear:both;
	width:100%;
	height:80px;
	margin-top:20px;
	}
.footer .cont{
	width:1000px;
	text-align:center;
	height:80px;
	color:#666;
	margin:0 auto;
	}
.footer .cont .c1{}
.footer .cont a{color:#666;}
.footer .cont .c2{
	padding-top:10px;
	font-size:12px;}