.cooking-articles-bound {
	width:100%;
	overflow:hidden;
}
.cooking-articles-content {
}
.cooking-articles-item {
	width:271px;
	float:left;
	margin-bottom:25px;
	margin-right:31px;
}
.cooking-articles-item:last-child {
	margin-right:0 !important;
}
.cooking-articles-image {
	width:270px;
	height:230px;
	margin-bottom:15px;
}
.cooking-articles-image i {
	display:block;
	width:270px;
	height:230px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover; 
}
.cooking-articles-name a {
	color: #5b5b5b;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #292929;
	margin: 0 0 5px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.cooking-articles-name a:hover {
	color: #ffc63f;
}