/* 内容 */
.container {
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 0;
}

.news_list {
    width: 100%;
    background-color: var(--main_body_color);
}

.news_list_container {
    padding: 0.1rem;
    margin-bottom: 0.8rem;
}

.news-list-content {
    min-height: 6rem !important;
}

.news-head {
    position: relative;
    border: none;
}

.news-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    padding: 0 0.05rem;
}

.news-head-left {
    margin-top: 0.2rem;
}

.news-list-top-title {
    font-size: 0.16rem;
    font-family: 微软雅黑;
    text-align: left;
    color: #6C6C6C;
}

.special_subject_content_li{
    margin: 0.2rem 0;
}

.special_subject_content_li_title{
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: left;
    color: var(--news_title_color);
    font-weight: bold;
    border-left: solid 3px var(--news_title_hover_color);
    padding: 0.1rem 0.3rem;
}

.special_subject_content_li_flex_item{
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: left;
    color: var(--news_title_color);
    background-color: rgb(245, 245, 245);
    text-align: center;
    line-height: 0.6rem;
    margin: 0.2rem 0;
}

.special_subject_content_li_flex_item>a{
    text-decoration: none;
    color: var(--news_title_color);
}

.news-head-left-content-flex {
    border: none;
    padding: 0.2rem 0;
}

.news-head-left-content-title-text {
    font-size: 0.24rem;
    font-family: 等线;
    color: var(--news_title_hover_color);
    font-weight: bold;
}

.news_list_container-ul {
    display: block;
    text-decoration: none;
    font-size: 0.16rem;
}


.to_path>a{
    font-size: 0.16rem;
}