/* 内容 */
.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;
    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;
}
.to_path>a {
    font-size: 0.16rem;
}

.news-head-left-content-flex {
    border: none;
}

.news_details-top {
    margin: 0 auto;
    border-bottom: 1px solid #8CABD3;
}

.news_details-title {
    font-size: 0.18rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: center;
    color: var(--news_title_color);
    font-weight: bold;
    padding: 0.2rem 0;
}

.news_details-date {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_details-text {
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-align: center;
    color: #505050;
    margin: 0 0.1rem;
}

.news_details-content {
    font-size: 0.18rem;
    padding: 0.4rem 0;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    border-bottom: 1px solid #8CABD3;
}

.news_details-next {
    font-size: 0.18rem;
    padding: 0.3rem 0;
}

.news_details-next>p {
    margin-bottom: 0.1rem;
}

.news_details-next>p>span {
    font-weight: bold;
}

.news_details-next>p>a {
    text-decoration: none;
    color:rgb(10, 93, 195);
    
}

.news_details-content img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    vertical-align: middle;
    margin: 0.3rem 0;
    border: 0;
}

.news_details-content span {
    font-size: 0.16rem;
    font-family: "Microsoft YaHei", 微软雅黑;
}
