 .logo-right li{ float: left;}
.logo-right img {
    width: 13px;
    margin: 0 5px;}
   .fl {
        float: left;}

    .fr {
        float: right;}

    .clear {
        clear: both;}

    .logo-left {}

    .logo-right {}

    .head-nav {
        background: #023c90;}

    .onst {
        position: fixed;
        width: 100%;
        z-index: 99999;
        top: 0;}

    .heads-logo {
        width: 100%;
        padding: 8px 0;
        background-size: auto 100%;
        height: 105px;}

    .logo-left img {
        height: 75px;
        display: inline-block;}

    .logo-right a {
        font-size: 14px;
        margin-left: 15px;
        line-height: 40px;
        color: #444;}

    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;}

    .mian-nav {
        height: auto;
        background: #023c90;
        line-height: 60px;}

    .mian-nav ul {
        width: 100%;}

    .mian-nav ul li {
        position: relative;
        font-size: 16px;
        transition: .3s;
        text-align: center;
        width: 8.09%;
        text-align: center;}

    .mian-nav ul li>a {
        position: relative;
        color: #fff;}

    .mian-nav ul li:before {
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 2px;
        background: #ca140d;
        content: "";
        transition: width .5s;}

    .mian-nav ul li:after {
        position: absolute;
        bottom: -10px;
        right: 50%;
        width: 0;
        height: 2px;
        background: #ca140d;
        content: "";
        transition: width .5s;}

    .mian-nav ul li:hover:before {
        width: 30%;}

    .mian-nav ul li:hover:after {
        width: 30%;}

    .dropdown-toggle:after {
        display: inline-block;
        width: 0;
        height: 0;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: -15px;
        top: 10px;
        color: #fff;}

    .sub-nav {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 999;
        width: 120%;
        left: 50%;
        transform: translate(-50%);}

    .mian-nav>ul>li:hover .sub-nav {
        display: block;}

    .sub-nav .sub-nav-h {
        text-align: center;
        background: #f3f3f3;}

    .sub-nav .sub-nav-h a {
        color: #444;
        display: block;
        font-size: 14px;
        line-height: 48px;}

    .sub-nav .sub-nav-h a:hover {
        background: #fff;
        color: #023c90;}
.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);}
