.wrap{
    margin: 0 auto;
    padding-bottom: 0.8rem;
}
.news-details-wrap{
    width: 100%;
    border: 0.01rem solid #EEEEEE;
    padding: 0.6rem 0.9rem;
}
.news-details-title{
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Bold,
    Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1.5;
}
.news-details-date{
    margin-top: 0.24rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #707070;
    text-align: right;
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.news-details-content{
    padding: 0.45rem 0;
}
.news-details-content,
.news-details-content p,
.news-details-content span,
.news-details-content a{
    /* font-size: 0.16rem; */
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    /* line-height: 0.3rem; */
}
.news-details-content strong span{font-weight: bolder;}
.news-details-content table,.news-details-content table tr,.news-details-content table td{border:1px dashed #ced4d9;}
.news-details-content table td{padding: 5px 10px !important;}
.news-details-acc{
    display: flex;
    margin: 0.5rem 0;
}
.news-details-acc a{
    color: #0000EE;
}

.news-details-sub{
    text-align: right;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular,
    Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 0.3rem;
}

.news-details-video{
    width: 100%;
    margin-bottom: 0.32rem;
}
.news-details-video video{
    width: 100%;
    object-fit: contain;
}



.news-details-content *{
    max-width: 100% !important;
    line-height: 1.7 !important;
}