.f-ul>li {
    font-size: 14px;
    text-indent: 15px;
    line-height: 43px;
    position: relative;
        width: 251px;
    cursor: pointer;
    background-color: #f7f7f7;
    border-bottom: 1px solid #bfbfbf;}
.f-ul>li:first-child {
    border-top:1px solid #bfbfbf ;}
.f-ul> li span {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 44px;
    right: 15px;
    vertical-align: middle;
    background-image: url(images/jt.png);
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 500ms;}
 .s-ul {
    display: none;
    text-indent: 15px;
    background-color: #ffffff;
    color: #000000;}
.s-ul>li {
    border-bottom: 1px solid #bfbfbf;}
.s-ul>li:hover {
    background: #e6e7e8;}
.f-ul>li.sp {
    background-color: #a8a4a4;
    color: #ffffff;
    border-bottom: none ;}
li.sp>span{
    width: 14px;
    background-image:url(images/11.png);}
.s-ul>a>li:hover {
    background-color: #dddede;
        color: #1093d5;}
.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);}
