.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.ld{
    display: flex;
    justify-content: space-between;}
.ld li{
    margin:20px 0;
    max-width: 240px;}
.ld .width25{
    width:25%;}
.ld .width33{
    width:33.3333%;}

{
.ld li a .img{
    position: relative;
    width: 100%;}

}
.ld li a .img .img_hezi{
    padding-bottom: 133.33%;
    transition: .5s;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;}
.ld li a .img .none{
    display:none;}
.ld li a .txt{
    font-family: Î¢ÈíÑÅºÚ, "Microsoft YaHei";
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    margin: 10px 0;}
@media screen and (max-width: 1200px){
    .ld{
        margin: 0 -2%;}
    .ld li{
        max-width: 25%;
        padding: 2%;
        box-sizing: border-box;}

}

@media screen and (max-width: 768px){
    .ld .width25{
        width:100%;}
    .ld .width33{
        width:100%;}
    .ld li{
        max-width: inherit;}
    .ld{
        margin: 0 auto;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;}
    .ld li{
        max-width:240px;
        margin:0;}

}
