body{
    background-color: #FFF;
}

.d_title {
    color: #212121;
    font-size: 38px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 15px;
}

.detail_news_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d_text_info, .d_text_info a{
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
    color: #A0A0A0;
    align-items: center;
}
.d_text_jubao a{
    font-size: 1.6rem;
    color: #A0A0A0;
    align-items: center;
}
.d_text_jubao a:hover{
    color: #A0A0A0;
}

.p_avatar{
    margin-right: 8px;
}
.p_avatar img{
    width: 26px;
    height: 26px;
    border-radius: 35px;
    box-shadow: 0 0 14px 0 rgb(0 24 39 / 12%);
    object-fit: cover;
}

.d_text_info_name {
    margin-right: 12px;
}

.d_text_info_time {
    margin-right: 12px;
    white-space: nowrap;
}

.d_content {
    margin-bottom: 80px;
}
.d_gallery_content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-indent : 4rem;
    line-height: 3rem;
}

.d_gallery img{
    width: 100%;
    margin-bottom: 10px;
}

.d_video {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.d_direction_1{
    width: 100%!important;
}
.d_direction_2{
    width: 60%!important;
}

.d_content p {
    /* text-indent: 50px; */
    color: #212121;
    /* font-size: 2.3rem; */
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 4rem;
}

.d_comment{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 18px;
}

.video-js{
    width: 100%;
    min-height: 448px;
}

.d_content img{
    width: 100%;
}