.content{
	max-width: 1920px;
	margin: 0 auto;
	background: url(../img/center_bg.png) repeat-y center 0;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.list_top{
	height: 37px;
	background:url(../img/list_top.png) no-repeat -5px 0px;
}
.list_body{
	background: url(../img/list_body.png) repeat-y;
	min-height: 600px;
	padding: 50px;
}
.list_nav{
	float: left;
	width: 210px;
	margin-right: 25px;
}
.list_nav ul{
	margin-top: 14px;
}
.list_nav li{
	height: 32px;
	background: url(../img/listnav_border.png) repeat-x 0 bottom;
}
.list_nav li a{
	display: block;
	padding-left: 38px;
	background: url(../img/listnav.png) no-repeat 8px center;
	line-height: 32px;
	height: 32px;font-size: 14px;
	font-family: "宋体";
	color: #464444;
	
}
.list_nav li a:hover{
	color: red;
	background: url(../img/listnav_hover.png) no-repeat 8px center;
}
.new_list{
	float: right;
	width: 830px;
}
.new_list .title{
	height: 30px;
	border-bottom: 1px solid gainsboro;
	position: relative;
	margin-bottom: 60px;
}
.new_list .title span{
	    position: absolute;
    padding: 6px 30px;
    background: #186ab8;
    color: white;
    font-size: 30px;
    border-radius: 36px;
    top: 3px;
    left: 62px;
}
.new_list .title p{
	text-align: right;
	padding-right: 10px;
	color: #878787;
	font-size: 12px;
	font-family: "宋体";    height: 30px;
    line-height: 30px;
}
.new_list .title p a{
	color: #878787;
}
.content .list li{
	color: #757575;
	font-family: "宋体";
	font-size: 14px;
	line-height: 39px;
	height: 39px;
	border-bottom: 1px dashed gainsboro;
	padding:0 30px 0 24px;
	background: url(../img/list_btn.png) no-repeat 7px center;
	cursor: pointer;
}
.content .list li:hover,.content .list li:hover a{
	color: red;
}
.content .list  a{
	color: #757575;
	float: left;
}
.content .list span{
	float: right;
}
.page{
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
height: 50px;
line-height: 50px;
}
.page li{
	float: left;height: 50px;
	line-height: 50px;
}
.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{
	BORDER-RIGHT: #dedfde 1px solid;
    PADDING-RIGHT: 6px;
    BACKGROUND-POSITION: 50% bottom;
    BORDER-TOP: #dedfde 1px solid;
    PADDING-LEFT: 6px;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #dedfde 1px solid;
    COLOR: #0061de;
    MARGIN-RIGHT: 3px;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #dedfde 1px solid;
    TEXT-DECORATION: none;
}
.list_foot{
	height: 45px;
	background: url(../img/list_foot.png) no-repeat;
}
