.main{
	width: 1200px;
	margin: 0 auto;
}
.list_top{
	height: 32px;
	background: url(../img/listbg1.png) no-repeat;
}
.list_body{
	background: url(../img/listbg2.png) repeat-y;
	padding-top: 17px;
	min-height: 600px;
}
.list_foot{
	height: 32px;
	background: url(../img/listbg3.png) no-repeat;
}
.subNav{
	margin-left: 50px;
	width: 210px;
	float: left;
}
.subNav .title{
	height: 50px;
    line-height: 50px;
    background: url(../img/crount1.png) no-repeat 17px 5px,url(../img/crount2.png) repeat-x;
    padding: 0 40px;
    border: 2px dashed #83c250;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #83c250;
    padding-left: 75px;
}
.subNav  ul{
	margin-left: 15px;
	
	margin-top: 18px;
}
.subNav  li{
	padding-left: 37px;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 34px;
	height: 34px;
	background: url(../img/subNav.png) no-repeat 0 bottom;
}
.subNav  li a{
	color: #464444;
}
.subNav  li:hover{
	background: url(../img/subNav_hover.png) no-repeat 0 bottom;
}
.newList {
	width: 830px;
	float: right;
}
.newList .title{
	position: relative;
	height: 30px;
	margin-right: 43px;
	border-bottom: 1px solid gainsboro;
}
.newList .title p{
	text-align: right;
	line-height: 30px;
	position: relative;
	padding-right: 20px;
	font-size: 12px;
	color: #888888;
	float: right;
	width: 830px;
}
.newList .title p a{
	color: #888888;
}
.newList .title span{
 	position: absolute;
 	padding: 0 25px;
 	height: 60px;
 	line-height: 60px;
 	background: #90d031;
 	font-size: 30px;
 	color: white;
 	border-radius: 30px;
 	    left: 35px;
    top: 0;
 }
.newList .list{
 	margin-right: 43px;    margin-top: 35px;
 }
.newList  .list li{
	height: 38px;
	border-bottom: dashed 1px gainsboro;
	line-height: 38px;
	
	font-size: 14px; 
	padding-left: 38px;
	background: url(../img/icon3.png) no-repeat 10px center;
}
.newList  .list li a{
	float: left;
	color: #464444;
}
.newList  .list li span{
	float: right;
	color: #464444;
}
.newList  .list li:hover a{
	color: red;
}
.newList  .list li:hover span{
	color: red;
}
.page{
    width: 652px;
    margin: 0 auto;
    margin-top: 32px;
    height: 50px;
}
.page li{
	float: left;height: 42px;
    line-height: 42px;
}
.page li span{
	    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 10px;
    COLOR: #bc3209;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 3px;
}
.page li a{
    BORDER-RIGHT: #dedfde 1px solid;
    PADDING-RIGHT: 15px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #dedfde 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: #dedfde 1px solid;
    COLOR: #0061de;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 7px;
    BORDER-BOTTOM: #dedfde 1px solid;
    TEXT-DECORATION: none;
}