.project_info_wrapper{
    overflow: hidden;
    background: #fff;
    box-shadow:2px 0px 3px #ccc;
}
.sponsor{
    width: 100%;
    float: left;
    font-size: 1.5rem;
}
.sponsor_label{
    padding: 0 1rem;
}
.sponsor_name{
    height: 3.7rem;
    padding-left: 0.6rem;
    line-height: 3.7rem;
}
.icon_u_co_cust, .icon_u_cust{
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: 1.4rem;
    margin-left: 0.6rem;
    vertical-align: middle;
}
.icon_u_cust{
    background-position: 0 0;
}
.icon_u_co_cust{
    background-position: 0 -1.7rem;
}
.btn_cust{
    float: right;
    width: 6.8rem;
    height: 2.5rem;
    margin: 0.6rem 1rem;
    line-height: 2.5rem;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
}
.project_info_name{
    padding:1.2rem;
    overflow: hidden;
    background: #f7f7f7;
    clear: both;
}
.head_pic{
    width: 7rem;
    float: left;
}
.project_name_wrapper{
    float: left;
    width: 21.6rem;
    padding: 0.8rem 0 0.8rem 0.8rem;
}
.project_name{
    height: 3.9rem;
    font-size: 1.4rem;
    color:#333;
}
.project_info_text_item{
    line-height: 2.2rem;
    overflow: hidden;
}
.project_info_text_wrapper{
    padding:1.2rem;
    overflow: hidden;
    font-size: 1.4rem;
}
.project_info_text_label{
    display: block;
    float: left;
    color: #929292;
    clear: both;
}
.project_info_text_value{
    display: block;
    float: left;
    width: 21rem;
    padding-left: 2rem;
}
.price_wrapper{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
    font-size: 1.5rem;
    color: #929292;
}
.price_wrapper .project_info_text_label{
    margin-top: 0.5rem;
}
.total_price_num{
    font-size: 2.8rem;
    color: #f46200;
}
.total_price_num_unit{
    padding-right: 0.4rem;
    font-size: 1.7rem;
}