/******************************************************************************************************************************************************************************************************/
.navItem>div {
    top: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
/* left: -0.16rem !important; */
    /* right: -0.16rem !important; */
    width: 100%;}

.navItem::before {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    width: 0rem;
    height: .03rem;
    background: #e1b658;
    content: "";
    transition: width 0.5s ease 0s;}

.navItem::after {
    position: absolute;
    bottom: 0rem;
    right: 50%;
    width: 0rem;
    height: .03rem;
    background: #e1b658;
    content: "";
    transition: width 0.5s ease 0s;}

.navItem:hover::before,
.navItem:hover::after {
    width: 50%;}

.navItem:hover div {
    opacity: 1;
    visibility: inherit;}

.navItem>div>ul {
    background: rgb(255, 255, 255);}

.navItem>div>ul>li {
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    border-bottom: .01rem solid rgb(243, 240, 240);}

.navItem>div>ul>li>a {
    font-size: .16rem;
    color: rgb(34, 34, 34);}

.navItem>div>ul>li:last-child {
    border-bottom: 0rem;}

.navItem:nth-last-child(2)>div {}

.navItem>div>ul>li:hover a {
    color: #275ebc;}

.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);}

#bdcontent a{
    word-break: break-all;}
iframe{
    max-width: 100%;
    margin: 0 auto;
    display: block;}
#bdcontent video {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
     display: block;}
strong{
font-weight: bold;}
iframe{
margin:0 auto;
display:block;
max-width: 100%;}
#vsb_content a {
    display:inline;
    word-break: break-all;}
#vsb_content img {
    height: auto;
    max-width: 100%;}
#vsb_content video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;}
@media only screen and (max-width: 1024px){
#vsb_content img {
    margin: 0 auto;
    display: block;}
}

