/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.other .t1 {
	padding: 15px 0;
	line-height: 30px;
	overflow: hidden;
	margin-top: 15px;
	border-top: 5px solid #ccc
}
.other .t1 span {
	font-size: 16px;
	color: #666;
	float: left;
}
.other .btns {
	float: right;
}
.other .btnLeft {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(../images/site/btn4.png) no-repeat 0 0;
}
.other .btnLeft:hover {
	background-position: 0 -29px;
}
.other .btnRight {
	width: 29px;
	height: 29px;
	margin: 0 0 0 5px;
	display: inline-block;
	background: url(../images/site/btn4.png) no-repeat -29px 0;
}
.other .btnRight:hover {
	background-position: -29px -29px;
}
.listBox {
	height: 190px;
	overflow: hidden;
	position: relative;
}
.listBox ul {
	width: 9999px;
	position: absolute;
	left: 0;
	top: 0;
}
.listBox li {
	width: 240px;
	margin: 0 21px 0 0;
	border-bottom: 4px solid #dbdbdb;
	float: left;
	transition: border-color 400ms;
}
.listBox li .i5 {
	opacity: 0;
	filter: alpha(opacity=0);
	margin: -34px 0 0 -34px;
	position: absolute;
	left: 10%;
	top: 50%;
	transition: 400ms;
}
.listBox li .i6 {
	opacity: 0;
	filter: alpha(opacity=0);
	margin: -16px 0 0 -17px;
	position: absolute;
	left: 90%;
	top: 50%;
	transition: 400ms;
}
.listBox li a {
	display: block;
	color: #8f8f8f;
}
.listBox li .imgBox {
	height: 149px;
	overflow: hidden;
	position: relative;
}
.listBox li .img {
	width: 100%;
	height: 100%;
}
.listBox li .bg {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
	background: #7bc91e;
	position: absolute;
	left: 0;
	top: 0;
	transition: 400ms;
}
.listBox li .t {
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	transition: 400ms;
}
.listBox li .time {
	font-size: 14px;
	transition: 400ms;
}
.listBox li:hover {
	border-color: #69B015;
}
.listBox li:hover .magnifier {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.listBox li:hover .bg {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.listBox li:hover a {
	color: #373737;
}
.listBox li:hover .i5 {
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.listBox li:hover .i6 {
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
