/*头部标题*/
.header_mid{
    height:1.28rem;
    width: 5.5rem;
    text-align: center;
    font:0.5rem/1.28rem "Arial";
    color:#fff;
    font-weight: bold;
}
.retn_pre{
    width:1.17rem;
    height:1.28rem;
    display: block;
    background: url("../images/return_pre.png") no-repeat  0.2rem center;
    background-size: 30%;
}
/*头部标题结束*/


/*详情*/
.new_detail{
    background: #fff;
    margin:0.26rem 0 0.36rem;
    padding:0.26rem;
}
.new_detail h1{
    font:0.5rem/0.8rem "Arial";
    font-weight: bold;
    color:#333;
}

.new_detail span{
    font:0.3rem/0.7rem "Arial";
    color:#333;
}
.new_detail img{
    display: block;
    width: 100% !important;
    height:5.4rem !important;
    margin:0.2rem 0;
}
.new_detail p{
    font:0.4rem/0.6rem "Arial";
    color:#333;
    padding-top:0.2rem;
    border-top: 1px solid #eeeeee;
}


/*详情结束*/