#main_MB01{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
#main_MB01 .blankBox{
    width: 10%;
}
#main_MB01 .blankBox1{
    width: 8%;
    height: 1px;
}
#main_MB01 .right{
    width: 90%;
}
/* 面包屑 */
#main_MB01 .breNav{
    height: 36px;
    color: #575455;
}
#main_MB01 .breNav a{
    display: inline;
    color: #575455;
}
#main_MB01 .breNav a:hover{
    color: #00A0E9;
}
/* 标题 */
#main_MB01 .titleBox{
    text-align: center;
}
#main_MB01 .title h1{
    font-size: 30px;
    line-height: 90px;
    color: #333;
}
#main_MB01 .title p{
    font-size: 14px;
    padding-bottom: 20px;
    color: #8C898D;
}
#main_MB01 .title p span{
    margin: 0 10px;
}
/* 正文 */
#main_MB01 .contentBox{
    border-top:1px solid rgba(229,229,229,1);
    border-bottom:1px solid rgba(229,229,229,1);
    padding: 20px 0;
    margin-bottom: 40px;
}
#main_MB01 .share{
    font-size: 12px;
    color: #8C898D;
    text-align: center;
}
#main_MB01 .share>p{
    color: #333;
    font-size: 14px;
    line-height: 40px;
}
#main_MB01 .share>p::before, #main_MB01 .share>p::after{
    content: '';
    display: inline-block;
    height: 2px;
    width: 15px;
    background: #dcdcdc;
    margin: 0 5px 4px 5px;
}
#main_MB01 .share ul{
    width: 86px;
    margin: 0 auto;
}
#main_MB01 .share li{
    padding: 10px 0;
    position: relative;
}
#main_MB01 .share li:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
#main_MB01 .share li div{
    width: 42px;
    height: 42px;
    float: left;
    cursor: pointer;
}
#main_MB01 .share li .weixin{
    background: url('../imgs/weixin.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li .weibo{
    background: url('../imgs/weibo.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li .Qzone{
    background: url('../imgs/Qzone.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li .weixin:hover{
    background: url('../imgs/weixin_on.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li .weibo:hover{
    background: url('../imgs/weibo_on.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li .Qzone:hover{
    background: url('../imgs/Qzone_on.png') no-repeat;
    background-size: contain;
}
#main_MB01 .share li div .code2{
    position: absolute;
    right: -140%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 110px;
    background: #fff;
    border:1px solid rgba(229,229,229,1);
    box-shadow:0px 1px 10px 0px rgba(40,22,10,0.15);
    transition: transform .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(0);
}
#main_MB01 .share li div .code2:before{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid transparent;
    border-left: 0;
    border-right: 10px solid #fff;
}
#main_MB01 .share li div:hover .code2{
    transform: scale(1);
    transform-origin: left center;
}
#main_MB01 .share li p{
    float: left;
    padding: 0 10px;
    line-height: 42px;
}
#main_MB01 .contentBox .content>div{
    margin: 0 auto;
}
#main_MB01 .contentBox .content #MyVideoPlayer{
    display: block;
    margin: 0 auto;
}

/* 其它新闻 */
#main_MB01 .preNextBox{
    padding: 20px 0 30px;
}
#main_MB01 .preNextBox .blankBox2{
    height: 1px;
}
#main_MB01 .preNext, #main_MB01 .preNext a{
    font-size: 14px;
    line-height: 30px;
    color: #8C898D;
}
#main_MB01 .preNext a:hover{
    color: #00A0E9;
}