body {
	padding-top: 100px!important;
}

.buffet_list {
  	margin: 10px 0;
	padding-left: 10px;
}
.buffet_list_item {
	height: 17px;
	line-height: 17px;
	margin-right: 10px;
}
.buffet_list_item a {
	display: block;
	line-height: 17px;
	font-size: 12px;
	color: rgba(0, 0, 0, .35);
}
.buffet_list_item a:hover {
	color: #0ba2cf;
}
.buffet_list_item-active a {
	color: #0ba2cf;
	text-decoration: underline;
}
.buffet_result_box {
	display: none;
}
.buffet_result {
	.line-height: 17px;
	margin: 20px 0;
	padding-left: 10px;
	font-size: 12px;
	color: rgba(0, 0, 0, .35);
}
.buffet_result_item {
	width: 250px;
	height: 390px;
	padding: 10px;
}
.buffet_result_item .inner {
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 15px 0;
	border: 1px solid #0ba2cf;
}
.buffet_result_item .inner:hover {
	box-shadow: 0 0px 10px #D5D2D2;
}
.buffet_result_item .inner img {
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto;
}
.buffet_result_item .inner .pattern {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.buffet_result_item .inner .book-btn {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin: 10px auto 0;
	background: #0ba2cf;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.buffet_result_item .inner .buffet_statistic {
	line-height: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
}


@media screen and (min-width:1400px){
	.container {
		width:1250px;
	}
}