.uc-scrollblock .t-container{
    overflow-x:scroll;
}
.uc-scrollblock .scroll{
    width:1140px;
    display:block;
    margin-left:-15px;
}
.uc-scrollblock .scroll-item{
    width:calc(100% / 3 - 5px);
    display:inline-block;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
}