.xgxw,.zrbj,
#div-div{
    display: none;
}

.detail_left{
    float: left;
    width: 100%;
}
.detail>h1{
    text-align: left;
    font-size: 22px;
    color: #333;
    padding: 0;
    margin: 38px 0 24px 0;
text-align: center;}
.inform{
    border: none;
    border-top:dashed 1px #e5e5e5;
    text-align: center;
    padding-top: 25px;
}
.inform>div{
    margin: 0;
    font-size: 14px;
    color: #6d6d6d;
}
.inform>div+div{
    margin-left: 18px;
}
.source{
    width: 300px;
}
.inform .dywb{
    background: url(../images/icon/print01.png) no-repeat 0 center;
    padding-left: 22px;
}
.inform .fontsize span{
    margin: 0 3px;
}
.bds_tsina,
.bds_weixin{
    background-position:left center !important;
    height:24px !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding-left: 34px !important;
    font-size: 14px !important;
}
.bds_tsina img,
.bds_weixin img{
    margin-right:10px;
}
/* .bds_tsina{
    background-image: url(../images/icon/wb.png) !important;
}
.bds_weixin{
    background-image: url(../images/icon/wx.png) !important;
    background-size: 24px;
    margin-left: 20px !important;
} */
.detail_right{
    display: none;float: right;
    width: 300px;
    border: 1px solid #e5e5e5;
}
.detail_right>h4{
    line-height: 55px;
    text-align: left;
    text-indent: 30px;
    height: 55px;
	background-color: #f8fafc;
    font-size: 20px;
    color: #333;
}
.phb_list{
    padding: 0 20px;
}
.phb_list li{
    padding-bottom: 24px;
    border-bottom:1px solid #e5e5e5;
    margin-top: 30px;
}
.phb_list li:last-child{
    border: none;
}
.phb_list li>span{
    float: left;
    font-size: 18px;
    color: #8f8f8f;
    font-weight: bold;
}
.phb_list li>div{
    float: right;
    width: 210px;
    line-height: 26px;
    color: #5b5b5b;
    font-size: 14px;
}
.phb_list li>div>a{
    color: #333333;
    margin-bottom: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

@media screen and (max-width: 767px) and (min-width: 320px){
    .detail_left,
    .detail_right{
        width: 100%;
        float: none;
    }
    .inform div{
        width: 100%;
    }
    .inform>div+div{
        margin-left: 0;
    }
    .reader{
        width: 100% !important;
    }
    #o{
        margin-left: 30% !important;
    }
    .phb_list li>div{
        width: 88%;
    }
    table{width:100% !important;}
}