.navbar {
    background: #1967BC;
}
.navbar-collapse {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #1059A8;
 
}

.details-banner img{
    width: 100%;
    height: 225px;
    object-fit: cover !important;
    font-family: 'object-fit: cover';

}

.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: 1rem;
    color: var(--news_border_color3);
    font-weight: bold;
}

.news-list-top .breadcrumb {
    margin: 0;
}
.news-list-top .breadcrumb a {
    color: #505050;
}

.news_details-top {
    margin: 0 auto;
   
}

.news_details-title {
    font-size: 1.8rem;
    color: #2657A6;
    font-weight: bold;
    padding: 1.5rem 0;
    text-align: center;
}

.news_details-date {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
padding-bottom: 1rem;
border-bottom: 1px solid #CCCCCC;
}

.news_details-text {
    color: #505050;
    margin-right: 0.7rem;
}
.news_details-text.share{
    cursor: pointer;
    position: relative;
}

.qrcode-content{
    position: absolute;
    display: none;
    background: #fff;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    padding:10px 10px 0 10px;
    box-sizing: content-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.qrcode-content p{
    margin-bottom: 0;
}


.news_details-content {
    color: #666;
    margin: 0 auto;
    padding: 1rem 0;
    border-bottom: 1px solid #797979;
}

.news_details-content p {
    margin-top: 0rem;
    word-wrap: break-word;
}

.news_details-next {
    margin: 0 auto;
    padding: 1rem 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: #212529 !important;
}
.news_details-next>p>a:hover{
    color:var(--news_hover_color) !important;

}

.news_details-content img {
    max-width: 100%;
    vertical-align: middle;
    height: auto !important;
    margin: 0.3rem auto;
    border: 0;
}

.news_details-content span {
    /* width: 100% !important; */
    font-family: "sou_regular" !important;
}

/* 详情页内容 */
.v_news_content{
    display: flex;
    flex-direction: column;
}


.v_news_content img{
}


.news_details-top .news-list-top{
    padding-top:5px ;
}
.news_details-top .breadcrumb{
    border: none;
    padding: 0.75rem 0rem;

}
@media (max-width: 768px) {
    .news_details-title{
        font-size: 1.5rem;
       
    }
    .news_details-date {
        font-size: 0.9rem;
        justify-content: center;
    }
}