﻿@charset "utf-8";
/* CSS Document */

/*	#content 首页content内部样式
--------------------------------------*/
.bg_law{
	background-image:url(../../images/sitemap/bg_sitemap.gif);
	background-repeat:repeat-y;
	background-position:20px 0px;
}

/*	右侧上部banner条
--------------------------------------*/
.h1_sitemap{
	background-image:url(../../images/sitemap/sitemap.jpg);
}


/*	网站地图 style
--------------------------------------*/

.body{	/*右下整体box*/
	background-repeat:repeat-x;
}
.variable{
	/*width:773px;*/
	width:752px;
	margin:10px 0px 30px 0px;
	padding:0px 0px 0px 21px;
	overflow:hidden;
}
.sitemap{
	margin:12px 0px;
}
.sitemap a{
	color:#333;
}
.sitemap ol{
}
.sitemap li{
	width:175px;
	float:left;
	margin-right:10px;
}
.sitemap h2{
	background-color:#d8e8f8;
	font-size:12px;
	padding-left:15px;
	height:24px;
	line-height:24px;
	margin-bottom:1px;
}
.sitemap dl{
}
.sitemap dt{
	background-color:#f2f8fd;
	/*padding-left:15px;
	height:24px;
	line-height:24px;*/
	padding:5px 0px 5px 15px;
	margin-bottom:1px;
}
.sitemap dd{
	/*padding-left:35px;*/
	padding:5px 0px 5px 35px;
	line-height:16px;
	/*line-height:24px;*/
	margin-bottom:1px;
}
.sitemap .last{
	margin-right:0px;
}

