
.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: 0.3rem 0;

    box-sizing: border-box;
}
.details-main .title{
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.details-main .text{
    font-size: 0.18rem;
    color: #999;
    margin-bottom: 0.2rem;
    line-height: 30px;
}
.news-details .details-main  span{
    color: #999;
    display: inline-block;
    font-size: 18px;
}
.news-details .details-main  img{
    margin:0.6rem 0 0.3rem;
}

.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;
}