   .jdjs_app .qwss{}
    .jdjs_app .tj{}
.search_box>div{width:100%;background: #0d3a7e;}
.layer .search_box .kw{width: calc(100% - 124px);}
.header-right a:visited,.header-right a:link{color:#fff;}
.right-a a:link,.right-a a:visited{color:#fff;}
.nav-b a:link,.nav-b:visited{color:#666;}
.list-text-ul {
    display: flex; 
    flex-wrap:wrap;
    margin-top:35px;}

.list-text-ul .item {
    background: #fff;
    font-size: 16px;
    margin-bottom: 0.2rem;
    margin: 1%;
    cursor: pointer;
    flex: 1;
    border-radius: 10px;
    border:1px #003ca4 solid;}
 
.list-text-ul .item a {
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    text-decoration: none;
    color:#333;}

.list-text-ul .item a:hover {
    background: #003ca4;
    color: #fff;
    border-radius: 10px;}

.list-text-ul li{position:relative;}

.sub521{display:none;position:absolute;top:50px;left:0;right:0;background:#efefef;width:100%;padding: 10px 0 20px;}
.sub521 li a{height:40px;line-height:40px;border-bottom:1px dashed #ddd !important;}

.list-nav-521 li.z-1{z-index:14;}
.list-nav-521 li.z-2{z-index:13;}
.list-nav-521 li.z-3{z-index:12;}
.list-nav-521 li.z-4{z-index:11;}
.list-nav-521 li.z-5{z-index:10;}
.list-nav-521 li.z-6{z-index:9;}
.list-nav-521 li.z-7{z-index:8;}
.list-nav-521 li.z-8{z-index:7;}
.list-nav-521 li.z-9{z-index:6;}
.list-nav-521 li.z-10{z-index:5;}
.list-nav-521 li.z-11{z-index:4;}
.list-nav-521 li.z-12{z-index:3;}
.list-nav-521 li.z-13{z-index:2;}
.list-nav-521 li.z-14{z-index:1;}
@media (max-width: 767px){
.list-text-ul .item{width:48%;flex: inherit;}
}
@media (max-width: 480px){
.list-text-ul .item{width:98%;}
}




.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);}
