*
{
	padding:0;
	margin:0;
}
.noctoct {
    background:#eee;
}
.webmap_con
{
	width:1170px;
	height:auto;
	margin:0px auto;
	background:#fff;
	border-top:30px solid #eee;
	border-bottom:30px solid #eee;
	padding:10px;
	border-radius:10px;
}

.cl
{
	clear:both;
}

.webmap_con h1
{
	width:100%;
	
	font-size:20px;
	color:#639805;
	padding-left:20px;
	height:46px;
	line-height:46px;

	font-weight:bold;
}

.webmap_con h2
{
	width:100%;
border-top:1px dashed #eee;
margin-top:10px;
	font-size:14px;
	color:#333;
	padding-left:20px;
	height:30px;
	line-height:30px;
    font-weight:900;	

}

.webmap_con ul
{
	width:960px;
	padding-left:10px;

}

.webmap_con ul li
{
	width:auto;
	display:inline-block;
	list-style:none;
	padding:2px 10px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
	white-space:normal;
	_width:100px;
	_overflow:hidden;
}


.webmap_con ul li a:hover
{
	color:green;
	text-decoration:underline;
}

