section img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 14px;
}

section {
    padding-bottom: 0;
}

section h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

section h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

section p {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.txt3 {
    flex: 1;
}

.txt2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.more {
    width: 30px;
    text-align: center;
    color: #c1c1c1;
    font-size: 12px;
}

.fewer {
    display: none;
    color: #c1c1c1;
    font-size: 12px;
}