.column{
    width: 100%;
    height: 11rem;
    min-height: 1rem;
    margin-top: 11px;
    border-bottom: 10px solid #f0f0f0;
}
.column .center{
    width: 92%;
    margin: 0 auto;
}
.column .center .item{
    width: 48%;
    height: 4rem;
}
.column .center .item img{
    width: 100%;
    height: 6rem;
    border-radius: 5px;
}
.column .center .item p{
    font-size: 1rem;
    color: #2c2c2c;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}