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);}
body {
min-width: 1200px;}

#header{
background:url(images/by.png);}

#header .inner {

    height: 140px;}
.header .sitelogo {

    padding-top: 25px;}
.searchbox {

    margin-top: 40px;}

.wp-menu .menu-item a.menu-link {

    padding: 0 32px;}
.main3 .ml, .main4 .ml {
    width: 545px;}

.main3 .mc, .main4 .mc {

    width: 545px;}

.time {

    color: #000;
margin-right: 5px;
    opacity: 1;}

#pic-list {
    width: 1154px;}



.code-box {
padding: 5px;
display: block;
background: #fff;
width: 90px;}
#footer .inner p {

    line-height: 35px;}

.articleTitle{padding: 20px; line-height: 36px; text-align: center; font-size: 20px; font-weight: bold;}
#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);}
