.sparBd ul>li {
	float: left;
	width: 270px;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 24px;
}
.sparBd ul>li:nth-of-type(3n) {
	margin-right: 0;
}
.sparBd .pic {
	display: block;
	width: 268px;
	height: 358px;
	border: 1px solid #d2d2d2;
	line-height: 358px;
	overflow: hidden;
}
.sparBd .case_pic {
	height: 175px;
	line-height: 175px;
}
.sparBd .pic>img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: 0.5s;
}
.sparBd .pic img:hover {
	transform: scale(1.05);
}
.sparBd .p_title {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 1;
	margin-top: 13px;
	transition: 0.3s;
}

.sparBd .tl_title {
	display: block;
	padding: 0 7px;
}
.sparBd .tl_title>span:nth-of-type(1) {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	transition: 0.3s;
}
.sparBd .tl_title:hover>span:nth-of-type(1) {
	color: #009944;
}
.sparBd .tl_title>span:nth-of-type(2) {
	float: right;
	font-size: 12px;
	color: #666;
	line-height: 34px;
}