 
*{
	list-style:none;
}
.list{
	width:auto;
	margin:0 auto;
}
.list_box{
	width:83%;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
}
.list_s{
	width:18%;
	margin:1% 1%;
	min-width:150px;
	float:left;
	overflow:hidden;
}
.list_s:hover{
	box-shadow: 2px 2px 5px #999;
	position:relative;
	top:-1px;
	left:-1px;
	transition:all 0.5s;
}
.list_a{
	text-decoration:none;
	display:block;
}
.list_s:hover .list_a .list_txt{
	/*color:#000;*/
}
.list_image{
	width: 80%;
    padding: 0 10%;
    background-image: url(../img/tit.png);
    background-position: center;
	overflow:hidden;
	background-repeat:no-repeat;
}
.list_s:hover .list_image{opacity: 0.55;}
.list_tit{
	width:100%;
	height:40px;
	font:14px/40px "微软雅黑";
	text-align: center;
	color:#333;
}
.list_txt{
	width:60%;
	height:54px;
	font:18px/1.5em "微软雅黑";
	margin:10% auto;
	color:#fff;
	text-align:center;
	overflow:hidden;
}