@charset "utf-8";

/*----------index----------*/
/**/
.list{
	margin-top: 20px;
	height: 702px;
}
.list a{
	display: inline-block;
	background: #7a7a7a;
	width: 174px;
	padding: 3px;
	padding-bottom: 0;
	float: left;
	margin-right: 45px;
	margin-bottom: 45px;
}
.list a:hover{
	text-decoration: none;
	background: #989898;
}
.list a img{
	width: 172px;
	height: 129px;
	border: 1px solid #fff;
}
.list a p{
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}