@charset "utf-8";
/* CSS Document */
@import 'common.css';
#middle{
	padding-top:16px;
	background:url(../images/bg_all.jpg) #FFF  center -240px no-repeat;
}
.list_image {
	width:716px;
	margin:0 auto;
}
.list_image ul{
	width:716px;
	min-height:360px;
	padding-bottom:20px;
}
.list_image ul li {
	float:left;
	width:160px;
	text-align:center;
	margin-top:12px;	
	padding-left:55px;
}
.list_image li img {
	display:block;
	width:159px;
	height:133px;
	margin:0 auto;
	padding:1px;
	border:#FC9 1px solid;
}
.list_image li div{
	height:28px;
	line-height:28px;
	overflow:hidden;
}
.list_image .list_bottom{
	width:668px;
	height:4px;
	margin:0 auto;
	margin-top:20px;
}
.pages{
	float:right;
	padding:10px 15px;
}

