#content{
	width:960px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	text-align:justify;
}
#content .left{
	margin-top:10px;
	width:720px;
	float:left;
}
.left .bread-box{
	padding:5px 5px;
	background:#eee;
	width:708px;
	border:1px solid #eee;
	float:left;
	height:auto;
	overflow:hidden;
}
.left .bread-box span{
	display:block;
	height:12px;
	width:12px;
	background:url(../images/bread.jpg) no-repeat;
	float:left;
	padding-right:5px;
}

.left .content-box{
	background:#fff;
	border:1px solid #eee;
	text-align:justify;
	color:#999;
}
.left .content-box ul{
	margin-top:30px;
	padding:0px 10px;
}
.left .content-box ul li{
	padding:10px 0px;
	border-bottom:1px dashed #eee;
}
.left .content-box ul li h3{
	color:#555;
	font-size:14px;
	font-weight:bolder;
	padding-bottom:10px;
}
.left .content-box ul li h3 span{
	padding-right:10px;
	color:#555;
}
.left .content-box ul li p{
	line-height:18px;
	padding-bottom:10px;
}
.left .content-box ul li bt{
	display:block;
	
}
.left .page-box{
	text-align:justify;
	padding:10px 10px;
}
.left .page-box ul li{
	float:left;
	padding:5px 8px;
	background:#f9f9f9;
	border:1px solid #ccc;
}
.left .page-box ul li.f{
	margin-left:5px;
}

/*右边区域样式*/
#content .right{
	width:230px;
	float:right;
	margin-top:10px;
}
.right .lm-box{
	width:230px;
	height:auto;
	overflow:hidden;
}
.right .lm-box .lm{
	margin-top:0px;
}
.right .lm-box .lm ul{
	margin-left:-10px;
}
.right .lm-box .lm ul li{
	background:#f3f3f3;
	width:100px;
	margin:10px 0px;
	margin-right:10px;
	list-style-type:none;
	float:left;
	border:1px solid #eee;
}
.right .lm-box .lm ul li span{
	background:url(../images/lmicon.jpg) no-repeat;
	width:13px;
	height:13px;
	margin-top:5px;
	margin-right:5px
	display:block;
	float:left;
	padding-right:5px;
}
.right .lm-box .lm ul li a{
	float:left;
	font-size:14px;
	color:#016ba9;
}
.right .lm-box .lm ul li a:hover{
	text-shadow:1px 1px 2px #46aaff;
}

/*右边栏ad广告*/
.right .ad-box{
	margin-top:10px;
	width:230px;
	height:auto;
	border:1px solid #eee;
}
.right .ad-box img{
	width:230px;
	height:auto;
	overflow:hidden;
}

.right .lm{
	width:230px;
}
.right .lm ul li p{
	width:208px;
}
