@charset "utf-8";
/* CSS Document */
.piList{ display:block; overflow:hidden;}
.piList .pic-item:hover {
	background: #0068B7;
}
.piList .pic-item:hover .list-pic {
	border: 1px solid #0068B7;
}
.piList .pic-item:hover dt a {
	color: #fff;
}

.pic-item-list {
	margin: 0 0 20px;
}
.pic-item-list .pic-item {
	display: block;
	float: left;
	width: 255px;
	margin-bottom: 22px;
	margin-right:12px;
	padding: 0;
}
.pic-item-list .list-pic {
	display: block;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #919090;
	line-height: 100px;
	text-align: center;
}
.pic-item-list dl {
	padding: 0 5px;
	line-height: 26px;
	text-align: center;
}