body{
    background: #ffffff;
}

.details-top{
    padding: 0.19rem 0.29rem ;
}

.details-top-title{
    color: #333333;
    margin-bottom: 0.2rem;
}

.details-top-region{
    color: #999999;
    margin-bottom: 0.2rem;
}

.details-top-time{
    margin-left: 0.5rem;
}

.details-top-content-p{
    color: #666666;
    letter-spacing: 0.03rem;
    line-height: 0.43rem;
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
}

.details-middle{
    height: 0.58rem;
    line-height: 0.58rem;
    background: #f9f9f9;
    padding-left: 0.29rem;
    /*padding-top: 0.12rem;*/
    /*padding-bottom: 0.12rem;*/
}

.details-middle-icon{
    display: inline-block;
    width: 0.4rem;
    height: 0.34rem;
    float: left;
    margin-top: 0.1rem;
    margin-right: 0.19rem;
}

.details-middle-icon img{
    width: 100%;
    float: left;
}

.details-middle a{
    /*text-decoration: none;*/
    color: #3e81dd;
    float: left;
    /*padding-top: ;*/
}

.details-middle-explain{
    display: inline-block;
    color: #999999;
    margin-left: 0.24rem;
    width: 2.92rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}