.center_events {
	width: 386px;
    margin-right: 20px !important;
}

.center_events:nth-child(n+2) {
	margin-top: 0;
}

.center_events:nth-child(n+4) {
	margin-top: 50px;
}

.center_events:nth-child(3n) {
	margin-right: 0 !important;
} 

.center_events_con {
	display: block;
	height: 100px;
}

.center_events_con_title {
	height: auto;
	vertical-align: middle;
	line-height: 59px;
}

.center_events_con_title a {
	font-size: 22px;
	font-weight: 500;
}

.center_events .center_events_img_box {
	overflow: hidden;
}

.center_events .center_events_img_box img {
	transition: transform 0.3s;
	transform: scale(1.05);
}
.center_events:hover .center_events_img_box img {
	transform: scale(1.2);
}

.center_events_img_box-div {
	position: relative;
	display: block;
	width: 385px;
	height: 350px;
}
.center_events_img_box-div>span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.center_events .center_events_img_box-div>span {
	transition: transform 0.3s;
	transform: scale(1);
}
.center_events:hover .center_events_img_box-div>span {
	transform: scale(1.1);
}

.recipeTableView {
	width: 100%;
    table-layout: fixed;
    border-top: 2px solid #522671;
    border-bottom: 1px solid #e8e8e8;
    color: #353535;
    line-height: 180%;
    margin-top: 20px;
}

.recipeTableView th {
    width: 130px;
    padding: 13px 0 13px 20px;
    background-color: #f7f5f8;
    border-top: 1px solid #e8e8e8;
    text-align: left;
}

.recipeTableView td {
    width: auto;
    padding: 13px 0 13px 23px;
    border-top: 1px solid #e8e8e8;
}
.recipeTableView tr.area td {
    padding: 0;
    border: 0;
}

.recipeTableView tr.area ul {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.recipeTableView tr.area ul li {
    float: left;
}

.recipeTableView tr.area ul .th {
    float: left;
    padding: 13px 0 13px 20px;
    width: 130px;
    background-color: #f7f5f8;
}

.recipeTableView tr.area ul .td {
    float: left;
    padding: 13px 0 13px 20px;
    width: 180px;
}











