﻿cpListCont/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS Document */
* {
	transition: all .5s;
}

.alSpan {
	padding: 18px 0;
}
.alBox {
}
.alBox ul {
	margin: 0 auto;
	width: 992px;
	overflow: hidden;
}
.alBox ul li {
	position: relative;
	margin: 0 7px;
	float: left;
	width: 330px;
	text-align: center;
	overflow: hidden;
}
.alBox ul li i {
	position: absolute;
	left: 0px;
	top: -204px;
	width: 330px;
	height: 248px;
	background: url(alimgbg.png) no-repeat center;
}
.alBox ul li:hover i {
	top: 0px;
}
.alBox ul li h5 {
	margin-top: 14px;
	font-weight: normal;
}
.alBox ul li h5 a {
	color: #333;
}