.zt-list {
    width: 11.31rem;
    padding-top: .15rem;
}

.rollBox {
    width: 11.31rem;
    height: 2.65rem;
    margin: 0 auto;
    position: relative;
}

.rollBox .LeftBotton {
    width: .25rem;
    height: .4rem;
    background: url(t.png) no-repeat;
    background-size: .2rem;
    position: absolute;
    top: .99rem;
    z-index: 99;
    cursor: pointer;
}

.rollBox .RightBotton {
    width: .25rem;
    height: .4rem;
    background: url(g.png) no-repeat;
    background-size: .2rem;
    position: absolute;
    top: .99rem;
    z-index: 99;
    cursor: pointer;
}

.LeftBotton {
    background-position: 0 0;
    left: -0.28rem;
}

.RightBotton {
    background-position: 0 -0.6rem;
    right: -0.32rem;
}

.rollBox .Cont {
    width: 11.3rem;
    height: 2.65rem;
    overflow: hidden;
    float: left;
}

.rollBox .ScrCont {
    width: 10000rem;
}

.rollBox .Cont .pic {
    height: 2.65rem;
    float: left;
    text-align: center;
    border: .01rem solid #ccc;
    box-sizing: border-box;
    margin: 0 .15rem;
}

/****左右数据是zt-list（1150）宽 减 pic图片（214）宽度，再次除以各个图片的间隙数****/
.rollBox .Cont .pic img {
    width: 3.43rem;
    height: 2.25rem;
    padding-left: 0rem;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.rollBox #List1,
.rollBox #List2 {
    height: 2.65rem;
    float: left;
}