.project_info_wrapper{
    width: 100%;
    box-shadow:0 2px 10px -5px #ccc;
}
.project_info{
    overflow: hidden;
    padding: 1.2rem;
}
.project_pic{
    float: left;
    width: 7rem;
    height: 7rem;
    /*background: url(../../images/helpcenter/Nurburgring-005.jpg) 50% 50% no-repeat;*/
    /*background-size: 100%;*/
}
.project_info_text{
    width: 20rem;
    height: 5.6rem;
    float: left;
    padding: 0.7rem 0 0.7rem 1.2rem;
    font-size: 1.6rem;
    position: relative;
}
.project_info_text_name{
    height: 4.2rem;
    overflow: hidden;
}
.project_info_text_price{
    position: absolute;
    bottom: 0;
}
.project_info_return{
    width: 100%;
    background: #fff;
}
.project_info_retrun_text{
    padding: 1rem 1.2rem 0.4rem;
    line-height: 2rem;
    color: #929292;
    font-size: 1.4rem;
}
.project_info_return_date{
    padding: 0 1.2rem 1rem;
    font-size: 1.4rem;
    
}