﻿/* 新增列表样式 */
.list_table {
    margin: 0 1rem;
}

    .list_table li {
        padding: 0.84rem 0;
        box-sizing: border-box;
        display: flex;
        border-bottom: 1px solid #E6E6E6;
    }

.list_flex {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_href {
    flex: 1;
    line-height: 1.56rem;
    font-weight: 700;
    font-size: 17px;
    color: #222222;
    text-align: left;
    margin-top: 0.31rem;
}

.knowledge_bq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans SC", "Microsoft YaHei", "SimSun";
    margin-top: 0.5rem;
}

.bq_le {
    display: flex;
}

    .bq_le div {
        padding-right: 1.25rem;
        color: #A7A7A7;
        font-size: 0.81rem;
        padding: 0.13rem 0.2rem;
        border: 1px solid #a7a9ae;
        margin-right: 0.8rem;
    }

.bq_re {
    display: flex;
    /* align-items: center; */
    font-size: 0.81rem;
    color: #a7a9ae;
}

.bq_top {
    margin-right: 0.63rem;
}

.bq_img {
    display: flex;
    align-items: center;
    margin-right: 0.63rem;
}

.bq_re img {
    width: 0.9rem;
    margin-right: 0.25rem;
    position: relative;
    top: 1px;
}

.bq_time {
    font-size: 0.81rem;
    margin-right: 0.63rem;
}

.list_img {
    width: 6.18rem;
    overflow: hidden;
    margin-right: 0.6rem;
    position: relative;
}

.list_flex {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.video_style {
    position: relative;
    width: 77%;
}

img.bf {
    width: 2rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
