.listD {
	padding: 15px 10px;
	border: 1px solid #ddd;
	box-shadow: 8px 3px 21px #ccc;
	margin-bottom: 30px;
}

.listD div {
	height: 197.8px;
	position: relative;
}

.listD div img {
	max-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.listD p {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.listD p:first-of-type {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.listD p:last-of-type {
	color: #999;
	font-size: 12px;
}
