.brand-list{
    width:100%;
    overflow:hidden;
}
.brand-list li{
    float: left;
    width:140px;height:73px;
    padding:20px;
    border:1px solid #f7f5f5;
    cursor: pointer;
}
.brand-list li:hover{
    border:1px solid #e2e2e2;
}
.brand-list li img{
    width:100%;height:55px;
}
.brand-list li p{
    width:100%;height:18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}
.location{
    width:100%;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}
.location ul{
    margin-left: 10px;
    height:12px;
}
.location ul li{
    margin-left:15px;
    float: left;
    height:100%;
}
.location ul li a{
    float: left;
}
.location ul li a:hover p{
    /*color:#e50012;*/
    /*dill新增 20191023----------------------start*/
    color: #1955b5;
    /*dill新增 20191023----------------------end*/
}
.location ul li p{
    color: #666666;
    float: left;
    height:100%;
    line-height: 12px;
}
.location ul li img{
    width:10px;height:12px;
    margin-left: 13px;
    float: left;
    margin-top: 1px;
}