﻿/*分页*/
#page {
	float: left;
	width: 510px;
	margin-top: 10px;
	line-height: 0px;
	clear: left;
	margin-bottom: 20px;
	margin-left: 25px;
}
#page li{
	display: inline;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 2px;
	border: 1px solid #ddd;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 20px;
}
.thisclass {
	display: inline;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	margin-right: 2px;
	border: 1px solid #ddd;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #FFFFFF;
	line-height: 20px;
	background-color: #ff6d00;
}
#page a{
	color: #333333;
	text-decoration: none;
}
#page a:hover {
	color: #ff6d00;
	text-decoration: underline;
}
/*地图页面*/
#sitemap{
	clear: both;
	float: none;
	height: auto;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#sitemap01{
	clear: both;
	float: none;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#sitemap01 h2{
	font-size: 14px;
	line-height: 30px;
	clear: left;
	float: left;
	width: 100px;
	margin-left: 20px;
	margin-top: 10px;
}
#sitemap01 span{
	clear: right;
	float: right;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 30px;
	margin-top: 10px;
}
.sitemap02{
	clear: both;
	float: none;
	height: auto;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
}
.sitemap02 h3{
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	clear: both;
	float: none;
	height: 30px;
	width: 910px;
	background-color: #eeeeee;
	padding-left: 10px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border: 1px solid #dddddd;
}
.sitemap02 li{
	clear: none;
	float: left;
	height: 25px;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	line-height: 25px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	
}
#sitemap a {
	color: #333333;
	text-decoration: none;
	clear: none;
	float: left;
}
#sitemap a:hover {
	color: #F60;
	text-decoration: underline;
}