@charset "utf-8";
.first-case {
    display: flex;
}

.first-case > .left {
    width: 300px;
    height: 185px;
}

.first-case > .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.first-case > .right {
    flex: 1;
    margin-left: 10px;
}

.first-case-title {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
    font-size: 18px;
}

.first-case-title > a {
    color: #828888;
    text-decoration: none;
}

.first-case-text {
    margin-top: 5px;
    font-size: 14px;
    color: #828888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 24px;
}

.get-case-detail {
    padding: 10px 0;
}

.get-case-detail > a {
    color: #E0E2E8;
    text-decoration: none;
    font-size: 14px;
}

.get-case-detail > a:hover {
    color: #2597E4;
}

.case-item {
    padding: 10px 0;
    margin-bottom: 15px;
}

.case-title > a {
    color: #444;
    font-size: 22px;
    text-decoration: none;
}

.case-title > a:hover {
    color: #2597E4;
}

.case-text {
    margin-top: 5px;
    font-size: 14px;
    color: #828888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}