/* 内容 */
.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-head {
    position: relative;
}

.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;
}

.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;
}

.news_list_container-li_d {
    display: block;
}

.news_list_container-li {
    text-decoration: none;
    border-bottom: 1px dashed#CCCCCC;
}

.news_list_container-li_d_title {
    width: 100%;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: left;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list_container-li_d_title:hover {
    color: var(--news_title_hover_color);
}

.news_list_container-li_d_time {
    width: 100%;
    font-family: 等线;
    color: var(--news_time_color);
    text-align: right;
    padding-top: 0.2rem;
}
.to_path>a{
    font-size: 0.16rem;
}