@charset "utf-8";
*{
	margin:0px;
	padding:0px;
	
}
body{
	margin:0px;
	padding:0px;
	color:#4d4d4d;
	font-size:12px;
	
	
}
.clear{
	clear:both;
	height:0px;
	width:0px;
}
.f12{
	font-size:12px;
}
.f14{
	font-size:14px;
}
.f16{
	font-size:16px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
ul li{
	list-style:none;
}
.more a{
	color:#999;
}
.mar20{ margin-top:20px;}
.clear{ clear:both;}
a:link{ color:#666;}
a:visited{ color:#666;}
a:hover{ color:#1757bd;}

/*网站地图*/
#sitemaplist{ padding:15px; }
#sitemaplist .sitemapclass{ padding:5px 0px;}
#sitemaplist .sitemapclass1{ display:block; height:28px; line-height:28px; margin-bottom:15px; border-bottom:1px solid #ddd; clear:both;}
#sitemaplist .sitemapclass1 a{ padding:5px 10px; background:#eee;}
#sitemaplist .sitemapclass2{ padding-left:15px; padding-top:3px; float:left;}
#sitemaplist .sitemapclass2 h3{  background:url(../images/dt-0.gif) no-repeat left center; padding:2px 8px;}
#sitemaplist .sitemapclass2 h3 a{ color:#444;}
#sitemaplist .sitemapclass2 div{ padding-left:2px;}
#sitemaplist .sitemapclass2 h4{ display:inline; padding:2px 6px;}
#sitemaplist .sitemapclass2 h4 a{ text-decoration:underline; color:#2c7199;}


/*分页样式*/
.pagenum {padding:20px; text-align:center}
.pagenum a {background-color: #e5e5e5;  color: #999999;  padding: 3px 10px; margin:0px 3px;}
.pagenum a:hover { color: #3e4e68 !important;}
.pagenum .current {background-color: #f49b01;  color: #fff; padding: 3px 10px; }
.pagenum .firstPage,.pagenum .nextPage,.pagenum .prePage,.pagenum .lastPage {}
/*404页面*/
.error404 { background-image: url(../images/404bg.jpg); background-repeat: no-repeat; width: 856px; height: 250px; margin-right: auto; margin-left: auto; margin-top: 50px;}
.error404 .taglist { padding-top: 100px; padding-left: 300px;}
.error404 .taglist a{color:#666}
.error404 .home { color:#3e4e68; padding-top: 5px; padding-left: 300px; font-size:14px; font-weight:bold}
.error404 .home a {color:#3e4e68;}