.reping-list .list-item {
    border-bottom: 1px solid #28618d;
    clear: both;
    display: block;
    padding: 6px 10px 0;
    padding-bottom: 6px;
    min-height: 48px;
    height: auto;
    line-height: 36px;
}

.reping-list .list-item:hover {
    background: #fff
}

.reping-list .reping-avatar {
    float: left;
    width: 50px
}

.reping-list .reping-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.reping-list .contavatar {
    padding: 0 0 0 60px
}

.reping-list .reping-nickname {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    width: auto
}

.reping-list .reping-content {
    padding: 0 0 10px;
    width: auto
}

.reping-title {
    display: block;
    color: #999
}

.buttons {
    border: 1px solid #bbb;
    border-radius: 1px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    width: 100%;
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%)
}

.custom-select {
    position: relative
}

.custom-select select {
    width: 100%;
    margin: 0;
    background: 0 0;
    border: 1px solid transparent;
    text-align: center;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    font-family: helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #444;
    padding: .6em 1.9em .5em .8em;
    line-height: 1.3
}

.custom-select select option {
    text-align: center
}

.custom-select::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    border: 8px solid #929497;
    border-width: 8px 5px;
    border-color: #929497 transparent transparent transparent;
    z-index: 2;
    pointer-events: none
}

@media screen and (max-width: 750px) {
    .reping-list .contavatar {
        padding: 0;
    }

    .reping-list .contavatar>a {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}