.related-articles {
    background: #fff;
    width: 100%;
    padding: 15px;
}

.related-articles .related-articles-title {
    font-size: 18px;
    margin-top: 15px;
}

.related-articles ul {
    width: 100%;
}


.related-articles ul li {
    width: 100%;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.related-articles ul li img {
    height: 120px;
    float: left;
    width: 160px;
    object-fit: cover;
}

.related-articles ul li span {
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.related-articles ul li p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.related-articles ul li time {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.related-articles ul li span, .related-articles ul li p, .related-articles ul li time {
    width: 675px;
    float: right;
}