.more1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    position: relative;
}

/* .more::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    background: white;
} */

.openMove {
    display: none;
    float: right;
    cursor: pointer;
    text-decoration: underline;
}