.banner_wrap {
	height: 311px;
}
.banner {
    max-width: 1920px !important;
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 179px;
    margin: 0 0 0 -960px;
}
.recipe_list {
	padding-top: 50px;
}
.recipe_list ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
}
.recipe_list li {
	flex-flow: wrap;
	width: 390px;
	padding: 0 21px;
	margin-bottom: 80px;
}
.recipe_list iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.recipe_video {
	width: 100%;
	height: 219px;
}
.recipe_text {
	background-color: #f2f2f2;
}
.recipe_text a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 20px 0;
}
.recipe_text h4 {
	padding-top: 27px;
	padding-left: 24px;
	padding-bottom: 13px;
	font-size: 15px;
	font-weight: bold;
}
.recipe_text p {
	padding-left: 24px;
	font-size: 13px;
}
.recipe_text a > div:nth-child(1) {
	max-width: 250px;
}
.recipe_text a > div:nth-child(2) {
	overflow: hidden;
    margin-right: 19px;
    width: 117px;
    height: 108px;
}
.recipe_text a > div:nth-child(2) img {
	display: inline-block;
	width: 100%;
}