﻿.brand-list{
    width:1160px;
    padding:20px 20px 0 20px;
    background-color:#fff;
    overflow:hidden
}
.brand-list ul li{
    width: 568px;
    height: 410px;
    margin-bottom: 40px;
    background-color: #ffffff;
    float: left;
    display: inline-block;
    border: 1px solid #dedede;
}
.brand-list ul li>.list-hd{
    display:block;
    height:270px;
}
.brand-list ul li>.list-hd img{
    width:100%;
    height:100%;
}
.brand-list ul li:nth-child(2n){
    margin-left:20px
}
.brand-list ul li .bd-text{
        padding: 20px 15px 15px 20px;
    /*padding:15px;*/
    height:95px;

}
.bd-text .title a{
    font-size: 22px;
    color: #4c4c4c;
}
.bd-text .title a:hover{
    cursor: pointer;
    text-decoration: none;
}
.splitLine{
    width:90px;
    height:10px;
    border-bottom:2px solid rgb(77,77,77);
}
.bd-text .desp{
        margin-top: 20px;
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
}