/* 文章列表 */
.yingguan-article-list {
    background: #ffffff;
    padding: 15px;
}

.yingguan-article-list__thumb {
    width: 280px;
    height: 160px;
    display: block;
}

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

.yingguan-article-list__item:not(:first-child) {
    margin-top: 15px;
}

.yingguan-article-list__title {
    font-size: 18px;
    font-weight: bold;
}

.yingguan-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}

.yingguan-article-list__tag-name {
    background: #d4e0f1;
    max-width: 70px!important;
    color: #1C4276 !important;
    max-width: 120px;
    padding: 3px 6px;
}

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

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