@charset "utf-8";

.sitemap{
	margin:12px auto;
	width:1200px;
	height:auto;
	color:#444;
	font-size:12px;
	background-color:#FFF;
}
.sitemap_f{
	border:6px solid #f0f0f0;
	float:left;
	width:1188px;
	height:auto;
	background-color:#FFF;
	margin-bottom:30px;
}
.sitemap_content{
	width:1060px;

	margin:40px auto;

}
.sitemap_content a{
	color:#444;
	text-decoration:none;
}
.sitemap_content a:hover{
	text-decoration:underline;
}
.sitemap_content_baidu_gg{
	float:right;
	width:144px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#f8f8f8;
	border:1px solid #E0E0E0;
}
.sitemap_content_weizhi{
	float:left;
	height:26px;
	width:1050px;
	line-height:26px;
	padding-left:10px;
	border-top:1px solid #d2d2d2;
	background:url(../images/ico27.gif) no-repeat left center;
}
.sitemap_content dl{
	float:left;
	width:1050px;
	height:auto;
	background:url(../images/sitemap_dl_bg.png) no-repeat left bottom;
}
.sitemap_content dl dt{
	font-weight:bold;
	font-size:14px;
	height:30px;
	line-height:30px;
	margin-bottom:8px;
	width:1050px;
	color:#666;
	border-bottom:1px solid #d2d2d2;
	background:url(../images/sitemap_dt_bg.png)  left top;
}
.sitemap_content dl dd{
	float:left;
	height:22px;
	line-height:22px;
	width:140px;
	padding-left:10px;
	padding-bottom:5px;
}