﻿.zt-list {
	width: 1131px;
	padding-top: 15px;
}

.rollBox {
	width: 1131px;
	height: 265px;
	margin: 0 auto;
	position: relative;
}

.rollBox .LeftBotton {
	width: 25px;
	height: 40px;
	background: url(t.png) no-repeat;
	background-size: 20px;
	position: absolute;
	top: 99px;
	z-index: 99;
	cursor: pointer;
}

.rollBox .RightBotton {
	width: 25px;
	height: 40px;
	background: url(g.png) no-repeat;
	background-size: 20px;
	position: absolute;
	top: 99px;
	z-index: 99;
	cursor: pointer;
}

.LeftBotton {
	background-position: 0 0;
	left: -28px;
}

.RightBotton {
	background-position: 0 -60px;
	right: -32px;
}

.rollBox .Cont {
	width: 1130px;
	height: 265px;
	overflow: hidden;
	float: left;
}

.rollBox .ScrCont {
	width: 1000000px;
}

.rollBox .Cont .pic {
	height: 265px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 15px;
}

/****左右数据是zt-list（1150）宽 减 pic图片（214）宽度，再次除以各个图片的间隙数****/
.rollBox .Cont .pic img {
	width: 343px;
	height: 225px;
	padding-left: 0px;
	background: #fff;
	display: block;
	margin: 0 auto;
}

.rollBox #List1,
.rollBox #List2 {
	/* width: 2640px; */
	height: 265px;
	float: left;
}
