body {
    background-color: #FFFFFF;
}
#xwbdShow {
    padding: 0 .4rem;
}
.xwbd-header {
    padding: .36rem 0 .24rem;
    border-bottom: .01rem solid #EBEBEB;
    margin-bottom: .22rem;
}
.xwbd-title {
    text-align: center;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-bottom: .16rem;
}
.xwbd-total {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.xwbd-info {
    display: flex;
    width: 85%;
}
.xwbd-info span {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.xwbd-media {
    display: inline-block;
    max-width: 42%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: .24rem;
    text-indent: .5em;
    word-break: break-all;
}
.xwbd-delete {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #812358;
}
/* 新闻内容样式 */
.xwbd-content {
    word-break: break-all;
    overflow-x: auto;
}
.xwbd-content table{
    border-spacing: 0;
    border-collapse: 0;
    max-width: 100%;
}
.xwbd-content table td,.xwbd-content table th{
     border:1px solid #ccc;
}
.xwbd-content img{
    max-width: 100%;
}
/* confirm弹出框样式 */
.weui_dialog.weui_dialog_visible {
    border-radius: .16rem;
}
.weui_dialog_bd {
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
}
.weui_btn_dialog.default {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.weui_btn_dialog.primary {
    font-size: 0.32rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #812358;
}