div.first_block {
	width: 900px; margin:auto; margin-top: 2px;
}
div.first_block div.block_more {
	width: 100%;
	float: left;
}

div.block_more div.each_block_1 {
	height: 393px; float: left; margin-left: 5px; margin-bottom: 5px;
	border: 1px solid #99bb88;
	background-color: #fbfbfb;
	width: 32%;
	height: auto;
}
div.block_more div.each_block_2 {
	width: 32%; height: 393px; float: left; margin-left: 5px; margin-bottom: 5px;
	border: 1px solid #ffe3e3;
	background-color: #fbfbfb;
	height: auto;
}
div.block_more div.each_block_3 {
	width: 32%; height: 393px; float: left; margin-left: 5px; margin-bottom: 5px;
	border: 1px solid #cce0e0;
	background-color: #fbfbfb;
	height: auto;
}
div.head_list_1 {
	width: 100%; height: 22px; padding-top: 5px; text-align: left; color: white; font-weight: bold;
	background-color: #aacc99;
	border: 1px dashed #99bb88;
	color: #eeffee;
}
div.head_list_2 {
	width: 100%; height: 22px; padding-top: 5px; text-align: left; color: white; font-weight: bold;
	background-color: #fad5d5;
	border: 1px dashed #bb9988;
	color: #dd5555;
}
div.head_list_3 {
	width: 100%; height: 22px; padding-top: 5px; text-align: left; color: white; font-weight: bold;
	background-color: #ddf1f1;
	border: 1px dashed #cce0e0;
	color: #5555dd;
}
div.block_more ul {
	margin: 0px; padding: 0px; float: left; list-style-type: none; text-align: left; width: 100%; margin-top: 10px;
}
div.block_more ul li {
	list-style-type: none; float: left; width: 90%; border-bottom: 1px dashed #ccc; margin-left: 10px;
	padding-bottom: 2px;
	padding-top: 5px; height: 70px; overflow: hidden;
}
div.block_more ul li img {
	margin: 5px; float: left; border: 1px solid #aaa;
	width: 50px; height:50px;
	padding: 2px;
	background-color: #eee;
}
div.block_more ul li img.right {
	float: right;
}
div.block_more ul li strong {
	color: red;
}