/*synthesize.html*/
.car_detail{
    height:80px;
    width:660px;
    margin-top:10px;
}
.car_img{
    float:left;
    width:120px;
    height:80px;
    margin-right:10px;
    background: #0f5489;
}
.car_img_right{
    float:left;
    width:530px;
    min-height:80px;
}
.car_img_right>ul{
    float:left;
    width:50%;
    min-height:80px;
}
.car_img_right>ul>li.car_li{
    font-size:10px;
    line-height: 21px;
}
.car_img_right>ul>li.car_li_bottom{
    font-size: 12px;
}
.car_img_right>ul>li.car_li>em{
    color:#333;
}
.car_li_title{
    display: inline-block;
    text-align: left;
    width:60px;
    color:#999;
}
.car_mn{
    font-weight: bold;
    color:#D60000;
    margin-left:5px;
}
.car_dan{
    font-weight: 400;
}
.car_li_br>li{
    float:left;
}
.car_li_br>li>a{
    font-size: 12px;
    color: #0F5489;
    text-decoration:underline ;
}
.car_li_br>li>b{
    color: #0F5489;
    margin:0 3px;
}