.system-message-container{
    height: calc(100% - 50px);
    width: 100%;
    overflow-y: auto;
}
.system-message-container .system_msg{
    width: 100%;
    margin-top: 50px;
}
.system-message-container .system_msg_template{
    width: 458px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.system-message-container .system_pic_msg{

}
.system-message-container .system_pic_msg .top_img{
    min-height: 170px;
    max-width: 100%;
    width: 100%;
}
.system-message-container .system_pic_msg .system_msg_text_list_item{
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-family: SourceHanSansCN, Monts-NotoSansSC, sans-serif;
    border-bottom: 1px solid #afb5bd;
    width: calc(100% - 20px);
    margin: 10px auto;
    box-sizing: border-box;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    word-break: break-all;
}
.system-message-container .system_pic_msg .system_msg_text_list_item .system_msg_text{
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: SourceHanSansCN, Monts-NotoSansSC, sans-serif;
}
.system-message-container .system_pic_msg .system_msg_text_list_item .maxWidth{
    width: calc(100% - 85px);
}
.system-message-container .system_pic_msg .system_msg_text_list_item .system_pic_msg_img{
    max-width: 100%;
    width: 65px;
    height: 65px;
    /*margin: 10px;*/
    margin: 10px 0 10px 10px;
}
.system-message-container .system_pic_msg .system_msg_text_list_item:last-child{
    border-bottom: none;
}