<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 瀹夊叏鐢熶骇搴旀€ョ鐞嗗垪琛ㄩ〉
 * date:2021-03-12
 * author: wppei;
 */

.list-box {
    background: #fff;
    padding: 15px 30px 30px;
    box-shadow: #ebeef0 0px 0px 15px 5px;
    margin-bottom: 20px;
}

.list-ul li {
    height: 51px;
    padding-top: 13px;
    line-height: 24px;
    border-bottom: 1px solid #eeeeee;
}

.list-time {
    width: 150px;
    text-align: right;
    color: #b6b6b6;
    font-size: 12px;
}

.list-con {
    position: relative;
    float: left;
    width: calc(100% - 150px);
    /* margin-right: 150px; */
    padding-left: 17px;
    color: #333;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-con::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #e57f7f;
    border-radius: 50%;
}

.list-con:hover {
    color: #a97b00;
    text-decoration: none;
}

.pager li&gt;a,
.pager li&gt;span {
    border-radius: 0;
}

.pager {
    margin-top: 30px;
}</pre></body></html>