left_nav

.left_nav{
    float: left;
    width: 276px;
    position: relative;
    margin-right: 60px;}

.left_nav>ul>li {
    position: relative;
    line-height:40px;
    height:auto;}

.left_nav>ul>li>a{
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}

.left_nav>ul>li>span {
    position: absolute;
    width: 30px;
    height: 40px;
    right: 0;
    top: 0;
    line-height: 50px;
    background: url(/mks/images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;}

.left_nav>ul>li.on>span {
    transform: rotate(90deg);}

.left_nav>ul>li.on>a {}

.left_nav>ul>li.active {}

.left_nav>ul>li.active>a {}

.left_nav>ul>li.active>ul {
    display: block;}

.left_nav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;}

.left_nav>ul>li>ul>li>a {
    font-size: 13px;
    color: #666666;
    background: no-repeat;}
.left_nav>ul>li:hover>ul>li>a{
    color: #666;
    background: none;}
.left_nav>ul>li>ul>li>a:hover{
    color: #c50000;
    background: none;}
.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);}
