
.brand-list {
    margin-left: -10px
}

.brand-list .brand-bd {
    position: relative;
    margin-left: 10px;
    margin-top: 5px
}

.brand-list .item,.brand-list .additem {
    position: absolute;
    width: 47%;
    padding: 0px;
    top: 0;
    left: 40%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.brand-list .hover {
    box-shadow: 0 1px 8px rgba(200,200,200,.6);
    background-color: #fff;
    border-color: #c8c8c8
}

.brand-list .additem {
    padding: 0;
    width: 240px;
    border: 0
}

.brand-list .item h3 {
    font-size: 42px;
    color: #666;
    font-family: arial;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 20px
}

.brand-list .item p {
    margin-bottom: 15px
}
