@import "../Contact/index.css";

.article-container img {
    width: 100%;
}

.article-container .article-short div {
    height: 150px;
}

.title-crop {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-font-white-color);
    line-height: 44px;
    padding: 5px 10px;
    font-size: 24px;
}

.article-short {
    background: white;
    padding: 0;
}

.article-crop {
    margin-bottom: 0;
    color: #565656;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    padding: 10px 10px 0;
}

.article-data {
    text-align: right;
    margin-bottom: 0;
    color: var(--main-font-dark-color);
    padding: 0 10px;
}