.main{
	width: 1160px;
	margin: 0 auto;
	padding: 20px;
	background: white;
}
.path{
	height: 45px;
    background: url(../images/path.png) no-repeat 0 center;
    color: #8e8e8e;
    font-family: "宋体";
    font-size: 14px;
    padding-left: 40px;
    line-height: 45px;
}
.path a{
	color: #80ba69;
}
.content{
	margin-top: 20px;
}
.navSub{
	width: 260px;
	float: left;
}
.navSub .title{
	height: 80px;
	background: #55a337;
	font-size: 24px;
	color:white;
	font-family: "微软雅黑";
	line-height: 80px;
	text-align: center;
}
.navSub  li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f1f1f1;
	font-size: 16px;
	font-family: "宋体";
	border-bottom:1px solid #d3d3d3;
}
.navSub  li:hover{
	background: url(../images/nav_hover.png) no-repeat;
}
.navSub  li a{
	color: #3b9219;
}
.section{
	float: right;
	padding-right: 25px;
	width: 856px;
}
.section .list li{
	height: 44px;
	padding-left: 36px;
	padding-right: 20px;
	line-height: 44px;
	background: url(../images/icon3.png) no-repeat 7px center;
	border-bottom: 1px dashed #c8c8c8;
}
.section .list li a{
	color: #525252;
	font-size: 14px;
	font-family: "宋体";
	float: left;
}
.section .list li  span{
	float: right;
}
.page{
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;
}
.page li span{
	PADDING-RIGHT: 6px;
    PADDING-LEFT: 6px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 2px;
    COLOR: #ff0084;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
}
.page li a{
	    padding: 6px 10px;
    border: 1px solid gainsboro;
}