<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–‡ç«&nbsp;åˆ—è¡¨ */
.fuwangzhibo-article-list {
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.fuwangzhibo-article-list__label {
    font-weight: normal;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.fuwangzhibo-article-list__label-item {
    border: 1px solid #a7a6a6;
    color: #a7a6a6;
    padding: 4px 10px;
}
.fuwangzhibo-article-list__label-item--active {
    border: 1px solid #8B9F9D;
    color: #8B9F9D!important;
}
.fuwangzhibo-article-list__thumb {
    width: 120px;
    height: 80px;
    display: block;
}

.fuwangzhibo-article-list__item {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.fuwangzhibo-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.fuwangzhibo-article-list__item-content {
    position: relative;
    flex: 1;
}
.fuwangzhibo-article-list__title {
    font-size: 14px!important;
    font-weight: bold;
}

.fuwangzhibo-article-list__other-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    color: #a7a6a6;
}

.fuwangzhibo-article-list__tag-name {
    background: #ecf3f2;
    max-width: 70px!important;
    color: #8B9F9D !important;
    max-width: 120px;
    padding: 3px 6px;
}

.fuwangzhibo-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}

.fuwangzhibo-article-list__tip {
    padding-bottom: 15px;
    text-align: center;
    color: #cccccc;
}

.fuwangzhibo-loading {
    text-align: center;
    padding: 10px 0;
    display: none;
}</pre></body></html>