
.brand-list ul {
    text-align: center;
}

 .brand-list ul {
    font-size: 0;
    /* border: 1px solid #e7e8ea; */
}

 .brand-list ul, .brand-block .brand-list ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

 .brand-list ul li {
    display: inline-block;
    border: 1px solid #e7e8ea;
    vertical-align: top;
    background-color: #fff;
}

 .brand-list ul, .brand-block .brand-list ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.brand-list ul li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
 .brand-list ul li .brand-item {
    width: 358px;
    height: 300px;
    box-sizing: border-box;
    line-height: 300px;
}
 .brand-list ul li .brand-item img{
vertical-align: middle;
}

 .brand-list ul li .brand-item a {
    text-decoration: none;

}
 .brand-list ul li .brand-item .no_brand_foto {
    text-align: center;
}

.no_brand_foto {
    font-size: 24px;
    padding-top: 50px;
}

.news-list-items {
    overflow: hidden;
    padding-bottom: 40px;
}

.news-item .news-item-title{
    overflow: hidden;
    height: 92px;
}




