﻿
.main .section {
    float: left;
    width: 256px;
    margin: 20px 10px;
}

.main .section img {
    width: 256px;
    height: 170px;
}

.main .section p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}