body{
	background-color: #f8f8f8;
}
.cptop {
	width: 100%;
	height: 450px;
	background: url(../img/khal/banner_khal.png) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	/* background-color: #000000; */
}

.cptop-wn {
	margin: 0 auto;
	color: white;
	width: 1200px;
	padding-top: 245px;
}

.cptop-wn h1 {
	font-size: 36px;
}

.cptop-wn p {
	margin-top: 30px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 20px;
	color: #CCCCCC;
}

.khal {
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	width: 1200px;
	/* height: 500px; */
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
	
	/* background-color: red; */
}

.khal>div {
	/* display: flex; */
	width: 380px;
	height: 310px;
	background: white;
margin-right: 20px;
margin-top: 20px;
}
.khal>div:hover{
	
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}
	


.khal>div>div {
	width: 340px;
	margin: 0 auto;
	padding-top: 20px;
}

.khal>div>div:nth-child(1) {
	display: flex;
	padding-bottom: 20px;
}

.khal>div>div>img {
	width: 120px;
	height: 120px;
}

.khal>div>div:nth-child(1) p {
	width: 185px;
	font-size: 18px;
	font-weight: 400;
	line-height: 31px;
	color: #333333;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;

}

.khal>div>div:nth-child(3) {
	
	height: 76px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 27px;
	color: #999999;
	text-align: left;
	
	/* text-align: left; */
	/* height: 50%; */
}
.khal>div>div:nth-child(3) p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.khal>div>div:nth-child(3) a{
	font-size: 16px;
	line-height: 37px;
	color: #266CFF;
	margin-top:5px;
	display: block;
}
.khal>div>span {
	width: 100%;
	height: 1px;
	background-color: #ededed;
	display: block;
}
