@import url("common.css");

.imageList li {
	background: #eceef1 url(../image/caseBg.jpg) right bottom no-repeat;
	position: relative;
	margin-bottom: 40px;
	padding: 30px 30px 30px 481px;
	height: 220px;
}
.imageList li img {
	width: 448px;
	height: 280px;
	position: absolute;
	left: 0;
	top: 0;
}
.imageList li .description p {
	margin: 10px 0;
}
.imageList li .description {
	font-size: 16px;
	color: #333;
	line-height: 160%;
}
.imageList li .title {
	display: inline-block;
	line-height: 24px;
	padding: 13px 0 13px 60px;
	margin: 0 0 10px;
	font-size: 20px;
	color: #004a98;
	background: url(../image/icon_show.png) 0 center no-repeat;
}
@media screen and (min-width:640px) and (max-width: 1200px) {
	.imageList li {
		padding: 10px 20px 0 260px;
		height: 140px;
	}
	.imageList li .title {
		background-size: 40px 40px;
	}
	.imageList li img {
		width: 240px;
		height: 150px;
	}
	.imageList li .description {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.imageList li {
		padding: 0;
		margin-bottom: 40px;
		height: auto;
	}
	.imageList li img {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
	}
	.imageList li .title {
		margin: 10px 10px 0;
		padding: 0 0 0 60px;
		min-height: 50px;
		display: flex;
		align-items: center;
	}
	.description {
		padding: 10px;
	}
	.imageList li:last-child {
		margin-bottom: 0;
	}

}



/* End */