.cms-af-md-af-list-info {
    overflow: hidden;
    margin: 4px 0 0 0;
}
.cms-af-md-af-list-info li {
    float: left;
    display: inline-block;
    margin: 0 8px 2px 0;
    font-size: 12px;
    line-height: 1.4em;
    color: #555;
}
.cms-af-md-af-list-item-wrap {
    margin: 12px 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid #222d32;
}
.cms-af-md-af-list-item {
    position: relative;
    margin: -1px 0 0 0;
    border: 1px solid #d2d6de;
    border-width: 1px 0;
    background: #fff;
    padding: 6px 6px 6px 172px; /* 6px + 160px + 6px */
    min-height: 104px;
}
.cms-af-md-af-list-item-thumb {
    position: absolute;
    left: 6px;
    top: 6px;
    display: inline-block;
    width: 160px;
    height: 90px;
    background: #f8f8f8 no-repeat 50% 50%;
    background-size: cover;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .2);
}
.cms-af-md-af-list-item-thumb-none {
    background-image: url('img/icon-file.png');
    background-size: 60px 60px;
}
.cms-af-md-af-list-item-thumb-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.cms-af-md-af-list-item-thumb-info {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: rgba(0, 0, 0, .65);
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.4em;
    color: #fff;
}
.cms-af-md-af-list-item-head {
    display: block;
    overflow: hidden;
}
.cms-af-md-af-list-item-name {
    font-size: 18px;
    line-height: 34px;
}
.cms-af-md-af-list-item-info strong {
    margin: 0 3px 0 0;
}
