.recipe_list{
	width: 1100px;
	height: 700px;
	margin: auto;
}
.recipe_list li{
	height: 160px;
	margin-top: 40px;
}
.recipe_pic{
	width: 240px;
	height: 160px;
	overflow: hidden;
	float: left;
}
.recipe_pic img{
	width: 100%;
	height: auto;
}
.recipe_content{
	width: 820px;
	float: left;
	margin-left: 30px;
}
.recipe_text{
	font-size: 13px;
	color: #666;
	line-height: 25px;
	margin-top: 0px;
}
.recipe_title{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #437c1d;
}
.recipe_more{
	width: 130px;
	height: 28px;
	background-color: #009944;
	text-align: center;
}
.recipe_more span{
	font-size: 13px;
	line-height: 28px;
	color: #fff;
}
.recipe_more a{
	display: block;
}