﻿

/****************
 * @description : Cascading Style Sheets
 * @author   : WangYaming 
 * @date     : 2017-7-2
 ****************/
.wrap {
	margin: 0 auto;
	width: 1060px;
}
.khal-list {
	margin: 60px 0 76px -29px;
	width: 1116px;
}
.khal-list .khal-list-item {
	position: relative;
	float: left;
	margin-right: 29px;
	width: 343px;
	height: 300px;
}
.khal-list-item .khal-list-header {
	position: relative;
	display: block;
	height: 270px;
}
.khal-list-header img {
	display: block;
	width: 100%;
	height: 270px;
}
.khal-list-header .khal-list-header-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 57px 0 29px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: #f8b72e;
}
.khal-list-header-info i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 40px;
	background: url(../image/khal_icon_bg.png) no-repeat center;
}
.khal-list-item .khal-list-details {
	padding: 20px 30px;
	height: 188px;
	font-size: 14px;
	color: #472817;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
}
