<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-articles-item {
    width: 100%;
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.box-articles-item-txt {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    flex:1;
}

.box-articles-item-tags {
    color: #1a1a1a;
}

.box-articles-item-cover {
    width: 60px;
    height: 40px;
    overflow: hidden;
    margin: 0 5px 0 0;
}

</pre></body></html>