@charset "utf-8";
/* CSS Document */
/*左边*/
.list_left{
	margin:10px 0px 0px 10px;
	_margin:10px 0px 0px 5px;
	padding:0px;
	float:left;
	width:720px;
	height:auto;
	}
.ones{
	margin:10px 5px 0px 5px;
	padding:0px 0px 20px 0px;
	width:710px;
	height:auto;
	border-bottom:1px dotted #ABB1B4;
	}
.ones img{
	margin:0px 26px 0px 0px;
	padding:0px;
	float:left;
	width:123px;
	height:112px;
	}
.ones h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#00a0cb;
	font-weight:normal;
	}
.ones h3 a:link,.ones h3 a:visited{
	text-decoration:none;
	color:#00a0cb;
	}
.ones h3 a:hover{
	text-decoration:underline;
	}
.ones h3 span{
	margin:0px 0px 0px 10px;
	font-size:12px;
	color:#8b8989;
	}
.ones p {
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 12px;
color: #8b8989;
height: 80px;
}

/*分页*/
.next {
	width: 720px;
	height: 60px;
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
.next a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #5a5a5a;
	font-size: 14px;
	margin:0px 10px 0px 0px;
}
.next a:hover{
	text-decoration:underline;
	color:#42beda;
	}
	
	
	