

.list .item {
    clear: both;
}
.list .image {
    float: left;
    margin-bottom: 10px;
}
.list .image img {
    border: 4px solid #ccc;
}
.list .image a:hover img {
    border: 4px solid #8c851b;
}
.list .data {
    margin-left: 120px;
    b-order: 4px dashed #0f0;
}
.list .title {
    margin: 0 10px 0 0;
    p-adding: 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.list .under {
    clear: both;
    b-order: 4px dashed #f0f;
}
