.news_details {
    width: 100%;
    /* background-color: var(--main_body_color); */
}
.top-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--container_width);
    margin: 0.2rem auto;
    border-bottom: solid 1px #CCCCCC;
}
.top-box-left{
    font-size: 0.16rem;
    font-family: 等线;
    color: var(--news_border_color3);
    font-weight: bold;
}
.breadcrumb{
    margin: 0;
}
.news_details-top{
    width: var(--container_width);
    margin: 0 auto;
    border-bottom: 1px dashed #CCCCCC;
}
.news_details-title {
    font-size: 0.28rem;
    color: #212529;
    font-weight: bold;
    padding: 0.2rem 0;
    text-align: center;
}
.news_details-date{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.1rem 0;
}
.news_details-text{
    font-size: 0.14rem;
    font-family: Arial, "Microsoft YaHei", SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #505050;
    margin: 0 0.1rem;
}
.news_details-content {
    width: var(--container_width);
    margin: 0 auto;
    font-size: 0.18rem;
    padding: 0.2rem 0;
    font-family: "sou_regular" !important;
    border-bottom: 1px solid rgb(0, 153, 68);
    word-wrap: break-word;
}
.news_details-content p{
    word-wrap: break-word;
    margin-bottom:0;
} 
.news_details-next {
    width: var(--container_width);
    margin: 0 auto;
    font-size: 0.16rem;
    padding: 0.3rem 0;
}
.news_details-next > p {
    margin-bottom: 0.1rem;
}
.news_details-next > p > span {
    font-weight: 600;
}
.news_details-next > p > a {
    text-decoration: none;
    color: rgb(0, 153, 68);
    font-family: "Times New Roman";
}
.news_details-content  img {
    max-width: 100% ;
    vertical-align: middle;
    height: auto !important;
    margin: 0 auto;
    border: 0;
}
.news_details-content  span {
    /* width: 100% !important; */
    font-size: 0.16rem;
    font-family: "sou_regular" !important;
}