.main-wrap{
    width: 100%;
    float: left;
}
.content-wrap{
    float: left;
    width: 100%;
    line-height: 32px;
    color: #838383;
}
.scroll-wrap{
    width: 1070px;
    position: relative;
    height: 180px;
    margin: 60px 0px;
    float: left;
}
.scroll{
    width: 1000px;
    position: relative;
    height: 180px;
    float: left;
    overflow: hidden;
}
.scroll-wrap ul{
    height: 180px;
    float:left;
    position: absolute;
    top:0px;
    left: 0px;
}
.scroll-wrap ul li{
    height: 180px;
    width: 200px;
    background: url('/apps/home/view/web/images/year-bg.jpg') no-repeat center;
    float: left;
    text-align: center;
    line-height: 24px;
    position: relative;
}
.scroll-wrap ul li .bold{
    width: 100%;
    height: 75px;
    bottom: 0px;
    line-height: 85px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: url('/apps/home/view/web/images/year-on.jpg') no-repeat center top;    
    position: absolute;
}
.scroll-wrap ul li.li-0 .bold{
    top: 0px;
    line-height: 65px;
    background: url('/apps/home/view/web/images/year-on-0.jpg') no-repeat center top;       
}
.scroll-wrap ul li.li-0 .year{
    padding-top: 120px
}
.scroll-left,.scroll-right{
    float: left;
    height: 180px;
    width: 35px;
    background: url('/apps/home/view/web/images/scroll-left.jpg') no-repeat center;
    cursor: pointer;
}
.scroll-right{
    background-image:url('/apps/home/view/web/images/scroll-right.jpg'); 
}