.article-notice-list {
    line-height: 20px;
    display: block;
    padding: 5px 0;
}
.article-notice-list>li {
    border-bottom: 1px solid #eee;
    padding: 8px 0px;
}
.article-notice-list a {
    display: block;
}
.empty {
    text-align: center;
    color: #ccc;
    margin-top: 130px;
}
.article-notice-list time {
    font-size: 13px;
}
.scroll-content {
    height: 330px;
    overflow: hidden;
}
.article-notice-desc {
    color: #999;
    margin-top: 5px;
    font-size: 13px;
    text-indent: 24px;
}
.article-notice-footer {
    text-align: right;
}
.list-item {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
    padding: 8px 0px;
}
.list-item-tag{
    background: #8bc34a;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.article-notice-list>li:last-child, .sldh-article-list>.list-item:last-child{
    border-bottom: none;
}