.rollBox img {
    border: none;
}

.rollBox {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    /* background-color: #f8f8f8; */
}

.rollBox .Cont {
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
}

.rollBox .ScrCont {
    width: 10980000px;
}

.rollBox .Cont .pic {
    width: 360px;
    float: left;
    text-align: center;
}
/* #list1{background-color: aquamarine;overflow: hidden;height:100px;}
#list2{background-color:bisque;overflow: hidden;height:100px;} */
.rollBox .Cont .pic img {
    height: 100px;
    width: 350px;
    padding: 0px;
    display: block;
    margin: 0 auto;
    
}

.rollBox .Cont .pic p {
    line-height: 26px;
    color: #505050;
}

.rollBox .Cont a:link,.rollBox .Cont a:visited {}

.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #List1 {float: left;}
.rollBox #List2 {float: left;}
#List2 {float: left;}
.left_img1,
.right_img2,
.Cont {
    float: left;
}

.left_img1,.right_img2 {
    width: 40px;
    height: 75px;
    display: block;
    cursor: pointer;
    margin-top:15px;
    
}

.left_img1 {
    background: url(../img/arrow_l.png) no-repeat 1px 20px;
}

.right_img2 {
    background: url(../img/arrow_r.png) no-repeat 24px 20px;;
}
.left_img1:hover {
    background: url(../img/arrow_lh.png) no-repeat 0px 20px;
}

.right_img2:hover {
    background: url(../img/arrow_rh.png) no-repeat 25px 20px;
}
