.sparBd {
    width: 100%;
	margin: 40px 0 0;
	overflow: hidden;
}
.sparBd ul>li {
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.sparBd ul>li:nth-of-type(3n) {
	margin-right: 0;
}
.sparBd .p_pic {
	display: block;
	width: 100%;
	height: 284px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.sparBd .p_pic img {
	max-width: 100%;
	height: 100%;
	transition: 0.5s;
}
.sparBd .p_pic img:hover {
	transform: scale(1.05);
}
.sparBd .p_title {
	padding: 20px 20px 23px;
	border: 1px solid #dcdcdc;
}
.sparBd .p_title>p {
	font-weight: bold;
	font-size: 18px;
	color: #222;
	line-height: 1;
	padding-bottom: 19px;
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
}
.sparBd .p_title>a {
	font-size: 14px;
	color: #666;
	line-height: 1;
	display: block;
	margin-top: 14px;
	transition: 0.3s;
}
.sparBd .p_title>a>img {
	float: right;
	position: relative;
	left: 0;
	transition: 0.6s;
}
.sparBd .p_title>a:hover>img {
	left: -10px;
}