.details {
    width: 100%;
    padding: 74px 0 69px 0;
}

.details .details_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F6F6F6;
}

.details .details_top .details_top_left {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0562CC;
}

.details .details_top .details_top_right span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.details .details_top .details_top_right span a{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 22px;
}
.details .details_content {
    width: 100%;
}

.details .details_content .content_top {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #363636;
    line-height: 28px;
    text-align: center;
    margin-top: 22px;
}

.details .details_content .content_time {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: right;
    margin-top: 12px;
}

.details .details_content .content_nacv {
    margin-top: 28px;
}

.details .details_content .content_nacv p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 30px;
    text-indent: 24px;
}

.details .details_content .content_nacv .imgword {
    width: 55.834%;
    margin: auto;
   padding: 4px 0 25px 0;
   text-align: center;
}
.details .details_content .content_nacv .imgword img{
    width: 100%;
}
.details .details_content .content_nacv .imgword .word {
    margin-top: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 20px;
}
@media (min-width:1920px) {
    .report {
        width: 1440px;
    }
}
@media (max-width:1600px) {
    .report {
        width: 78%;
    }

}

@media (max-width:1400px) {
    .report {
        width: 80%;
    }

}

@media (max-width:1200px) {}

@media (max-width:1000px) {
    .report {
        width: 85%;
    }
}

@media (max-width:900px) {
    .report {
        width: 90%;
    }

    .report #reportleft {
        display: none;
    }

    .report #reportright {
        width: 100%;
    }
    .details .details_content .content_nacv p{
        font-size: 14px;
    }
    .details .details_content .content_top{
        font-size: 16px;
    }
    .details .details_content .content_time{
        font-size: 12px;
    }
}

@media (max-width:750px) {
    .report {
        width: 95%;
    }
}

@media (max-width:650px) {
    .details .details_content .content_nacv .imgword{
        width:70%;
    }
}

@media (max-width:500px) {
    .details .details_content .content_nacv .imgword{
        width: 80%;
    }
    .details{
        padding: 20px 0 40px;
    }
    .details .details_top .details_top_left{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .details .details_top .details_top_right span,
    .details .details_top .details_top_right span a{
        font-size: 14px;
    }
}