.nav{margin:0 auto;height:60px; text-align:center; position:absolute; z-index:9999;}
.nav li{float:left;position:relative;list-style:none; font-family:仿宋;margin-bottom:2px ;}
.nav .line{}
.nav a {text-decoration:none;}
.nav li>a{  display: block;  font-size: 20px;font-family:仿宋;font-weight:bold;  color: #fff;  width:138px;  height: 60px;  line-height: 60px;  text-align: center;}
.nav li>a>img{vertical-align: middle;padding-right: 10px;}
.nav li.on>a,.nav li:hover>a{color: #ffffff;font-weight:bold;}
.nav li.on,.nav li:hover{color:#ffffff; background: #2c67c0;}
.two-nav{  position: absolute; left: 0px; font-size:20px;font-family:仿宋;font-weight:bold;position:absolute;text-align:center;width:138px;line-height:60px;z-index: 9999;  display: none  ;}
.two-nav a{  display: block;text-align: center;color: #ffffff;font-size:20px; background: rgba(41,108,207,0.7)!important;margin-top:2px;}
.two-nav a:hover{  background:rgba(41, 108, 207, 1)!important;color: #ffffff;}
li{}
ul{ margin:0px; padding:0px;}


.navbar {width:100%;line-height:60px;height:60px;margin:-60px auto 0 auto;}
.navbar .m {text-align:center;line-height:60px;height:60px;width:1104px;margin:0 auto;}
.navbar .l {display:none;}
.navbar .r {display: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);}
