html::-webkit-scrollbar,
.mysroll::-webkit-scrollbar{
width:7px;
height:4px;}
html::-webkit-scrollbar-track,
.mysroll::-webkit-scrollbar-track{
background: #ececec;
border-radius:2px;}
html::-webkit-scrollbar-thumb,
.mysroll::-webkit-scrollbar-thumb{
background: #bbb;
border-radius:5px;}
html::-webkit-scrollbar-thumb:hover,
.mysroll::-webkit-scrollbar-thumb:hover{
background: #747474;}
html::-webkit-scrollbar-corner,
.mysroll::-webkit-scrollbar-corner{
background: #f6f6f6;}
body:before {
content: "";
position: fixed;
top: -10px;
left: 0;
z-index: 110;
width: 100%;
height: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);}


.nav .wp-menu .menu-item a.menu-link {
padding: 0px 23px;}
.header .sitelogo {

    margin-top: 15px;}


.post-11 .focus .focus-title-bar {
    height: 45px;
    line-height: 45px;
    bottom: 0px;

    background: rgba(0,0,0,0.5);}

.post-11 .focus .focus-title {
    height: 45px;
    line-height: 45px;}

.post-51 li {
    width: 25%;}

.b-logo img{
max-width:100%;}

.code-box {
padding: 5px;
    display: block;
    background: #fff;
    width: 90px;
    margin: 0 auto;}
.post-51 .tit:after{
background:none;}

.nav .wp-menu {

    padding: 0;}
@media screen and (max-width:555px) {

    .post-51 li {
    float: left;
    width: 100%;}}
@media screen and (max-width: 767px) {

.l-banner{height: 180px;display: none;}

}

.foot-center {

    margin-left: 10%;}



#hz-con{
padding:10px 40px
;}
#hz-con p{
font-family: "微软雅黑"!important;
margin: 10px 0 0 0;
font-size: 16px!important;
line-height: 35px!important;}
#hz-con p *{font-family: "微软雅黑"!important;}



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