.wg-list{
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
}
.wdg-content{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    position: relative;
    clear: both;
}
.avatar-block{
    width: 100%;
    overflow: hidden;
}
.avatar {
    float: left;
    display: block;
    position: relative;
}
.avatar img {
    border-radius: 50%;
    width: 40px;
}
.wmes-title {
    float: left;
    position: relative;
    display: block;
    padding-left: 10px;
    line-height: 20px;
    margin-top: 4px;
}
.wuser-title {
    font-size: 14px;
    color: #6c757d;
}
.wuser-date{
    font-size: 12px;
    color: #6c757d;
}
.wmes-title-h1{
    margin-top: 10px;
    margin-bottom:10px;
}
.wmes-title-h1 a{
    font-size: 16px;
    color: #212529;
    font-weight: 500;
}
.wmes-text > *{
    font-size: 12px;
}