.kitchencon {
	width: 100%;
}

.ambrynav {
	padding-bottom: 40px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #f7f7f7;
}

.a-ambrynav {
	border-bottom: 1px solid #f7f7f7;
}

.a-ambrynav .sifting {
	line-height: 52px;
	margin: 0 auto;
	overflow: hidden;
}

.a-ambrynav .sifting .fund-type {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.a-ambrynav .sifting label {
	position: absolute;
	top: 0;
	left: 0;
	height: 52px;
	font-size: 14px;
	color: #3c3c3c;
}

.a-ambrynav .sifting .fund-a,
.a-ambrynav .sifting .fund-b {
	padding-left: 74px;
	overflow: hidden;
	margin-top: 10px;
}

.a-ambrynav .sifting .fund-a a {
	width: 12.5%;
	cursor: pointer;
	font-size: 14px;
	color: #444444;
	display: block;
	text-align: center;
	float: left;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.a-ambrynav .sifting .fund-a a.on {
	color: #fff;
	background: #dbb866;
	border-radius: 20px;
}

.ambrylist ul li {
	background-color: #efefef;
	float: left;
	border: 1px solid #dddddd;
	margin-right: 2%;
	margin-bottom: 25px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	width: 32%;
	box-sizing: border-box;
}

.ambrylist ul li:nth-of-type(3n) {
	margin-right: 0;
}

/*#content {
	overflow: hidden;
}*/

.ambrylist ul li a {
	display: block;
}

.case_photo {
	width: 100%;
	overflow: hidden;
	height: 287px;
}

.ambrylist ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ambrylist .ambrytxt {
	padding: 15px 0;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	background-color: #fff;
}

.ambrylist .ambrytxt span {
	display: block;
	float: left;
	font-size: 16px;
	color: #3c3c3c;
	padding-left: 15px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 30px;
}

.ambrylist .ambrytxt span {
	overflow: hidden;
	height: 30px;
	max-width: 190px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ambrylist .ambrytxt em {
	display: block;
	float: right;
	padding-right: 15px;
	background: url(../images/yan.png) no-repeat 0 center;
	text-align: right;
	padding-left: 24px;
	background-size: auto 20px;
}

.ambrylist .ambrytxt .uncollect {
	background: url(../images/collected.jpg) no-repeat left center;
	cursor: pointer;
	background-size: auto 16px;
}

.ambrylist ul li:hover {
	box-shadow: 0px 5px 20px #dddddd;
}
