/* 文章列表 */
.bnebei-article-list {
    background: #ffffff;
    padding: 15px 15px 0 15px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnebei-article-list__label {
    font-size: 22px;
}
.bnebei-article-list__content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bnebei-article-list__thumb {
    width: 280px;
    height: 160px;
    display: block;
    border-radius: 6px;
}

.bnebei-article-list__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../../images/label/video-play-icon.png) no-repeat;
    background-size: 100% 100%;
}

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

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

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

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

.bnebei-article-list__tag-name {
    background: #d9d7ee;
    color: #6f6d85 !important;
    max-width: 70px;
    padding: 3px 6px;
    border-radius: 6px;
}

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

.pagination {
    padding-bottom: 15px;
}