.realcomments_last_list .br_comment {
    cursor: pointer;
    margin-top: 0.3rem;
    padding-top: 0.4rem;
}
.realcomments_last_list .br_comment + .br_comment{
    border-top: 1px solid #d1d0cd;;
}
.realcomments_last_list .br_comment article {
    max-height: unset;
    -webkit-transition: color 0.2s ease-out 0s;
    -moz-transition: color 0.2s ease-out 0s;
    -o-transition: color 0.2s ease-out 0s;
    transition: color 0.2s ease-out 0ms;
}
.realcomments_last_list .br_comment article:hover { color: red; }
.realcomments_last_list .brc_header header > a { display: none; }

.realcomments_last_list .br_comment article a {
    text-decoration: none;
    border: none;
    color: inherit;
}

.realcomments_last_list .br_comment aside {
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #5f5f5f;
}
.realcomments_last_list .br_comment aside a {
    text-decoration: none;
    border: none;
    color: inherit;
}

.realcomments_last_list .br_comment aside:hover {
    color: red;
}

.realcomments_last_list .br_comment aside.inline a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}
.realcomments_last_list .brc_header{
    display: inline-block;
    font-size: 0.85rem;
}

.exaside {
    font-weight: bold;
    color: #5f5f5f;
}
.realcomments_last_list .brc_header abbr:empty{
    width: 20px;
    height: 20px;
    background-color: #e2e2e2;
}
.realcomments_last_list .brc_header abbr:empty:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="194 -104 1000 1000"><path fill-rule="evenodd" clip-rule="evenodd" fill="rgb(204,204,204)" d="M892.4 585.9c10 3.1 19.1 5.7 27.5 8.2 34.5 10 44.8 54.6 17.5 78.1-65.4 56.5-150.7 90.8-244 90.8-92.8 0-177.6-33.8-242.9-89.8-27.4-23.5-17.3-68.2 17.4-78.3 9.2-2.7 19.2-5.5 30.2-9 62.6-19.5 92.6-43.7 98.2-68.7 0-.1 0-.2.1-.2 3.6-16.1-2.8-32.9-15.5-43.5-26.4-22.1-37.1-59.8-44.1-87.5-.8-3.2-1.7-6.5-2.5-9.8-12.1-2.1-25.4-17.3-32.2-38.5-8.2-25.5-3.9-49.8 9.6-54.1 1.3-.4 2.6-.4 3.9-.5-3.1-18.2-6.9-45.4-7.3-69.3-.1-5.2-.2-10.9-.2-16.9 0-3 .1-6.1.1-9.3 0-1.6.1-3.2.2-4.8.1-1.6.2-3.2.3-4.9.9-13.1 2.9-26.8 7-40 7.4-23.7 21.6-45.4 47.4-57.3 5.8-2.7 11-6.4 15.1-11.3 22.4-26.4 49.1-39.6 74.2-45.4 6.9-1.6 13.6-2.6 20.1-3.2 3.2-.3 6.4-.5 9.5-.6 1.6-.1 3.1-.1 4.6-.1h4.5c11.7.3 22 1.8 29.6 3.7 50 12.3 89.2 38 116.4 69.5 13.5 15.8 23.9 33 30.7 50.7 3.4 8.9 5.9 17.9 7.4 26.9.8 4.5 1.3 9 1.6 13.5.3 4.5.3 8.9.1 13.4-1.5 27.1-4.4 45.9-7.3 60.1-2.3 11.1.1 22.2 5 32.4 4.9 10.3 5.3 26.7.2 43.9-6.1 20.3-18.3 35.3-29.8 38.7-2.2 8.1-3.8 13.5-3.9 13.5-3.8 29-10.7 59.8-35.3 82.9-10.5 9.8-15 24.5-13.1 38.7.5 3.5 1 6.6 1.6 9.2 5.6 25.1 35.5 49.3 98.1 68.8z"/></svg>') no-repeat left top;
    background-size: cover;
}