.article-box{
    padding: 0px;
}
.label-tag{
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
}
.label-tag:hover{
    border: 1px solid var(--thm-main);
    color: var(--thm-main);
}
.tag-content-block{
    border-radius: 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
    overflow: hidden;
    display: block;
}
.tag-content-block:hover{
    background: #f7f8fa!important;
}
.article-img{
    width: 120px;
}
.article-img img{
    width: 120px;
    height: auto;
}
.article-text{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
}
.article-info{
    width: 100%;
    height: 20px;
    line-height:  20px;
    color: #999;
    font-size: 12px;
    padding-left: 15px;
}
.article-info span{
    margin-right: 10px;
}
.article-info span i{
    font-size: 12px;
}