.list_images {
	display: block;
	border: 1px solid #ddd;
	margin-top:10px;
	margin-bottom: 40px;
}

.list_images ul  {
	display: block;
	margin:5px;
}
.list_images ul  li {
	display: block;
	width: 296px;
}
.list_images ul  li  .list_images_top {
	height: 225px;
	padding: 4px;
}
.list_images ul  li  .list_images_top .list_images_top_inner {
	display: block;
	background:#F9F9F9;
	text-align: center;
	height: 100%;
	width: 100%;
	line-height: 216px;
}
.list_images ul  li  .list_images_top .list_images_top_inner img {
	width: 260px;
	height: 198px;
	display: inline-block;
	vertical-align: middle;
}
.list_images ul  li  .list_images_bottom  {
	height: 30px;
	line-height: 30px;
	font-size:14px;
	text-align: center;
	overflow: hidden;
}
.list_images .change_page {
	height:40px;
	line-height:40px;
	font-size:14px;
	text-align:center;	
}