.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);}
.lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;}
.lm_list li {
overflow: hidden;
    line-height: 46px;height: 46px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0 ;
    background: url(images/lmdxhx.png) bottom repeat-x;}
.lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background:url(images/ico_0001.png) left center no-repeat;}
.lm_list li:hover {
    background: #ececec;
    color: #0066cc
;}
 .lm_list li a:hover {
    background:url(images/ico_0001.png) left center no-repeat #ececec;
    color: #0066cc
;}
.list-fy {
    text-align: center;
    margin:0 auto 40px auto;
    min-height: 46px;}

