.repair-right-brand-title{                
    border-bottom: 2px #000 solid;
    width: 100%;
    height: 2.5em;
    line-height: 3em;
    text-align: center;
}
.brand{
    margin-top: 15px;
    overflow: hidden;
}
.brand h3{

}
.brand ul{

}
.brand li{
    float: left;
    width: 33%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.symptom{
    margin-top: 20px;
    border: 1px #f5f6f5 solid;
    background-color: #d9ebf9;
    border-radius: 5px;
}
.symptom h3{
    width: 100%;
    text-align: center;
    line-height: 2em;
    background-color: #e0e0e0;
}
.symptom-li{
    position: relative;
    margin: 15px 5px;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow: hidden;           
    background-color: #f5f5f5;
    border: 1px #66aaaa solid;
}
.symptom-image{
    float: left;
    width: 180px;
    height: 120px;
    border: 1px #66eaea solid;
}
.symptom-image img{
    width: 180px;
    height: 120px;
    line-height: 100%;
}
.symptom-conter{  
    overflow: hidden;
    height: 120px;    
}
.symptom-conter-head{
    width: 100%;
    margin: 0;
    padding: 5px 5px 5px 10px;
    text-align: left;
    background-color: #66eaea;
}
.symptom-conter-head span{
    margin-left: 3px;
    margin-right: 10px;
}
.symptom-body{
    margin-top: 10px;
    padding: 5px 5px 5px 10px;
    text-align: left;
    text-indent: 1.5em;
    white-space:normal;
}