.brand-item {
    margin: 0 0 30px 0;
}
.brand-item.active .brand-content {
    display: block;
}

.brand-item.active .brand-title .arr {
    background: url('/img/arr-bottom-active.png') no-repeat center center;
}
.brand-item .brand-title .arr {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/img/arr-bottom.png') no-repeat center center;
    right: 0;
    top: 0;
}

.brand-item .brand-content {
    display: none;
}
.brand-item .brand-content .no-store {
    font-size: 16px;
    padding: 15px 10px;
}
.brand-item .brand-title {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.brand-item .brand-title .brand-logo {
    width: 50px;
    height: 50px;
    float: left;
    text-align:center;
}
.brand-item .brand-title .brand-logo img{
    max-width: 50px;
    height: auto;
}
.brand-item .brand-title .brand-text {
    float: left;
    margin-left: 10px;
}
.brand-item .brand-content {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.brand-item:hover .brand-content {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    box-shadow: 0 0 10px #ccc;
}
/* .brand-item .brand-content:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} */
.brand-item .brand-content .brand-content-left {
    width: 505px;
    height: 256px;
    float: left;
    line-height: 256px;
    overflow: hidden;
}
.brand-item .brand-content .brand-content-right {
    width: 425px;
    float: left;
    margin-left: 30px;
    color: #666;
}
.brand-item .brand-content .brand-content-left img {
    width: 100%;
    vertical-align: middle;
}
.brand-item .brand-content .brand-content-right .name {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.brand-item .brand-content .brand-content-right .desc {
    font-size: 16px;
    margin-bottom: 15px;
}
.info-list li {
    font-size: 16px;
    line-height: 30px;
}
.info-list .row1 i {
    display: block;
    width: 22px;
    height: 22px;
    background: url('/img/dealer-detwork-sprites.png') no-repeat -10px -10px;
    margin: 4px 20px 0 0;
    float: left;
}
.info-list .row2 i {
    display: block;
    width: 22px;
    height: 22px;
    background: url('/img/dealer-detwork-sprites.png') no-repeat -85px -10px;
    margin: 5px 20px 0 0;
    float: left;
}
.info-list .row3 i {
    display: block;
    width: 22px;
    height: 22px;
    background: url('/img/dealer-detwork-sprites.png') no-repeat -49px -10px;
    margin: 5px 20px 0 0;
    float: left;
}
.info-list .row4 i {
    display: block;
    width: 22px;
    height: 22px;
    background: url('/img/dealer-detwork-sprites.png') no-repeat -7px -49px;
    margin: 5px 20px 0 0;
    float: left;
}
