.mainCon{
	margin-bottom: 30px;
}

.case_boxli {
	border: 1px solid #eee;
	margin-top: 20px;
}
.mainCon  .case_boxli:nth-of-type(1){
	margin-top: 0px;
}
.case_boxli a {
	display: flex;
	 align-items: center;
}

.case_img {
	overflow: hidden;
	width: 207px;
	height: 137px;
}

.case_img img {
	width: 100%;
}

.case_cont {
	margin-left: 20px;
	flex: 1;
}

.case_cont .tit {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	line-height: 31px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #1d1d1d;
}

.case_cont .p {
	line-height: 24px;
	color: #818181;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_cont .more {
	float: right;
	width: 128px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #da0203;
}