/* 本例CSS */
.slider-item {
    position: relative;}

.item-pic {
    width: 100%;
    height: 400px;}

.item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;}

.item-tit {
    margin-top: 15px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    background: linear-gradient(to top, rgba(46, 125, 50, 0.8), transparent);}

.slick-dots {
    width: auto;
    right: 0;
    left: 0;
    bottom: 20px;}

.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s;}

.slick-dots li.slick-active {
    background: #fff;
    width: 15px;
    height: 15px;}

.slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.7) url(images/left.png) no-repeat;
    background-size: 100% 100%;
    transition:all 0.3s;}

.slick-arrow:hover {}

.slick-arrow.slick-prev {
    left: 50px;}

.slick-arrow.slick-next {
    right: 50px;
    background-image: url(images/right.png);}
.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);}
