/*样式*/
.c1163667_leaderfont {
color: #222222;
font-size: 9pt;}
A.c1163667 {
color: #222222;
font-size: 10pt;
font-weight: bold;
text-decoration: none;}
A.c1163667:link {
color: #222222;}  
A.c1163667:visited {
color: #222222;}  
A.c1163667:active {
color: #222222;}  
A.c1163667:hover {
color: #cc0000;}
.sz-nav {
    margin-top: 0.3rem;}

.sz-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.12rem;}

.sz-nav ul li {
    width: 33.333%;}

.sz-nav ul li a {
    display: block;
    line-height: 0.65rem;
    text-align: center;
    background-color: #fff;
    font-size: 0.18rem;
    color: #333333;
    margin: 0 0.12rem;
    transition: all 0.5s;}

.sz-nav ul li.on a {
    background: linear-gradient(270deg, #0EA1BF 0%, #0C74AA 100%);
    color: #fff;}

.sz-nav ul li:hover a {
    color: #0C74AA;}

.sz-nav ul li.on:hover a {
    color: #fff;}
.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);}
