.block {
    position: relative;
    overflow: hidden;
}

section.brand {
    text-align: center;
    margin-top: 20px;
    margin-right: -18px;
}

section.brand .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 254px;
    padding: 20px;
    background-color: #f9f9f9;
    margin: 0 18px 18px 0;
    border-width: 0;
    border-top: 1px solid #eee;
    text-decoration: none;
    color: #333;
    text-align: left;
}

section.brand .main {
    font-size: 16px;
    font-weight: 600;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

section.brand ul {
    list-style-type: none;
}

section.brand li {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 2px;
}

.brand .brand_image {
    float: left;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.brand .description {
    overflow: hidden;
    margin: 40px 0 20px 0;
}