span{font-size: inherit;}
#bloc .wrapper{
    margin-top: -0.99rem;

}
.news-details .details-top{
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.news-details .details-top .title{
font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    line-height: 0.9rem;
    width: 8.5rem;
    text-align: center;
}
.news-details .details-top .time{
font-size: 0.16rem;
    color: #bbb;
    line-height: 0.6rem;
    width: 8.5rem;
    text-align: center;
}
.news-details .details-main{
    max-width: 7.8rem;
    width: 83%;
    margin: auto;
    padding: 1.1rem 0 0 0.3rem;

    box-sizing: border-box;
}

.news-details .details-main img{
    max-width: 7.8rem;
}

.news-details .details-main  span{
    /* color: #999; */
    display: inline-block;
    /* font-size: 18px; */
}
.news-details .details-main  img{
    margin:0.2rem 0 0rem;
}

.details-re{
    max-width: 8.5rem;
    width: 83%;
    margin: auto;
    border-top: 1px solid #dddddd;
    height: 1rem;
}
.details-return{
    width: 180px;
    height: 40px;

}
.details-return a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    background-color: #eff1f4;
    transition: all 0.3s;
}
.details-return a:hover{
    background-color: #d90909;
    color: #fff;
    border-radius: 5px;
}