.list-main-right {
    float: right;
    width: 940px;
    min-height: 800px;
    padding: 0;
    overflow: hidden;} .leftNav ul {
    border-top: none;}

 .leftNav ul li {
    position: relative;
    border-bottom: 1px solid #ddd;}

.leftNav>ul>li>i {
    content: "";
    position: absolute;
    right: 10px;
    top: 4px;
    width: 20px;
    height: 58px;
    background: url(/chjxgzs/images/ej-menu-bf.png) no-repeat;
    background-size: 6px auto;
    background-position: center center;
    cursor: pointer;
    transition: all 0.3s;}

 .leftNav>ul>li>i.on {
    transform: rotateZ(-90deg);}

 .leftNav ul li ul li:last-child {
    border: none;}

 .leftNav ul li a {
    display: block;
    font-size: 16px;
    padding-right: 45px;
    padding-left: 15px;
    color: #666666;
    line-height: 58px;
    background-position: 235px center;
    transition: background 0.3s;}
 .leftNav>ul>li>span {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    right: 20px;
    top: 18px;
    line-height: 50px;

    background-size: 14px 14px;
    cursor: pointer;}
 .leftNav ul li.active>a {
    color: #fff;
   background: #316209;
    background-position: 235px center;}
 .leftNav ul li.active>ul {
    display: block;}

.leftNav ul li.active.on>span {
 
    background-size: 14px 14px;}

 .leftNav ul li.active>span {

    background-size: 14px 14px;}

 .leftNav>ul>li:hover>a {
     background: #316209;
    color: #fff;}

 .leftNav ul li a:hover {
    color: #fff;
  
    background: #316209;
    background-position: 235px center;}

 .leftNav>ul>li>ul {
    display: none;
    /* background: #ebf2ff; */
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;}

 .leftNav>ul>li>ul>li>a {
    font-size: 14px;
    background-size: 0;}

 .leftNav>ul>li>ul>li.active {
    background: #920000;}

.leftNav>ul>li>ul>li.active a {
    background: #920000;}

 .leftNav>ul>li>ul>li>a:hover {
    background-size: 0;}

.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);}
