.nav{margin-left:50px;height: 49px;}
.nav li{  float: left;  position: relative;}
.nav .line{}
.nav li>a{  display: block;  font-size: 16px;  color: #fff;  width:107px;  height: 49px;  line-height: 49px;  text-align: center;}
.nav li>a>img{vertical-align: middle;padding-right: 10px;}
.nav li.on>a,.nav li:hover>a{color: #fff;}
.nav li.on,.nav li a:hover{}
.nav li:hover{   background: url(images/hot.png) bottom center no-repeat;color: #fff;}
.two-nav{  position: absolute;  left: 0px;  width: 100px;margin-top:-1px;  z-index: 9999;  display: none;  background-color:#0270d2;background-image:none ;text-align-last:justify;}
div.justify { text-align: justify;}    
div.justify > span { display: inline-block /* Opera */; padding-left: 100%;}
.two-nav a{  display: block;    width: 80px;  height:26px;  line-height: 26px;  text-align: center;  border-bottom: solid 1px #0270d2;  color: #ffffff;  font-size: 15px;  background-color:#0270d2; background-image:none;text-align:justify;
    text-justify:distribute-all-lines; // 这行必加，兼容ie浏览器
    text-justify:inter-ideograph;
 padding-left:10px; white-space : normal nowrap ;letter-spacing:-2px;border-bottom:2px solid #0370d3;}
.two-nav a:hover{ background-image:none;  background: #0270d2; color:#ff9200; border-bottom:2px solid #ff9200;}
li{ list-style:none;}
a{text-decoration:none;}
a:hover{ text-decoration: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);}
