/* 本例子css */
    .module_b { position: relative; width:960px; height:350px; overflow: hidden;}
    .module_b .pic{ position:relative; z-index:0;}
    .module_b .pic img { width:960px; height:350px; display: block;}
    .module_b .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1;}
    .module_b .hd li{margin: 0 5px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
        display:inline-block; *display:inline; zoom:;}
    .module_b .hd .on{ background-position:0 0;}

    .module_b .prev,
    .module_b .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;}
    .module_b .prev { left: 0;}
    .module_b .next { background-position: 0 -90px; right: 0;}
    .module_b .prev:hover,
    .module_b .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;}
.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);}
