.box {
    width: 1400px;
    height: 100%;
    margin: 0 auto
}

.content {
    margin-top: 20px
}
.picScroll-left {
    width: 1400px;
    overflow: hidden;
    position: relative
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px
}

.picScroll-left .prev {
    position: absolute;
    right: 0;
    top: 76%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/arrow.png) -25px 5px no-repeat;
    z-index: 1;
    cursor: pointer;
}

.picScroll-left .next {
    position: absolute;
    left: 0;
    top: 76%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/arrow.png) 0 5px no-repeat;
    z-index: 1;
    cursor: pointer;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom:1;margin-top: 10px;
    zoom:1}

.picScroll-left .hd ul li.on {
    background-position: 0 0
}

.picScroll-left .bd {
    padding: 40px 0 0;
    position: relative;
    z-index: 0;
    width: 1400px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom:1}

.picScroll-left .bd ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    background: url(../images/456.png) no-repeat -40px 10px;
    padding: 60px 20px 0;
    height: 240px;
    position: relative
}

.picScroll-left .bd ul li span {
    position: absolute;
    top: 7%;
    left: 13%;
    color: #fff
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    margin-top: 50px
}

.picScroll-left .bd ul li .pic img {
    width: 312px;
    height: 180px;
    display: block;
    padding: 2px
}

.tempWrap {
    text-align: center;
    margin: 0 auto
}

.time-list-br {
    height: 6px;
    background: #0b68df;
    position: absolute;
    top: 35.9%;
    width: 100%
}