/* 文章列表 */
.tengke-article-list {
    background: #ffffff;
    padding: 0px 0 15px 0;
    border: 1px solid #D3E1E2;
}
.tengke-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    padding-left: 24px;
}
.tengke-article-list__label::before {
    position: relative;
    top: 16px;
    left: -18px;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #58A9B3;
}
.tengke-article-list__content {
    padding: 0 15px;
}
.tengke-article-list__thumb {
    width: 280px;
    height: 160px;
    display: block;
}
.tengke-article-list__item {
    display: flex;
}
.tengke-article-list__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.tengke-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.tengke-article-list__title {
    font-size: 18px;
    font-weight: bold;
}
.tengke-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.tengke-article-list__tag-name {
    background: #d7e4e6;
    max-width: 70px!important;
    color: #58A9B3!important;
    padding: 3px 6px;
    text-align: center;
}
.tengke-article-list__tag-name:not(:first-child) {
    margin-left: 15px;
}