 .List-item a:hover {
    color: inherit
}

 .List-item .List-item-title {
    color: #333;
    text-transform: unset;
    margin: 0 0 15px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

 .List-item .List-item-content .List-item-excerpt {
    width: 350px;
    float: right;
    margin-left: 50px
}

 .List-item .List-item-content .List-item-excerpt p {
    display: none
}

 .List-item .List-item-content .List-item-text {
    color: #888;
    font-size: 15px;
    word-break: break-word
}

 .List-item .List-item-content .List-item-text img {
    display: none
}

 .List-item .List-item-content .List-item-text .List-item-preview {
    max-height: 105px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: pre-line;
    line-height:20px;
    overflow: hidden;
    color:hsla(var(--page-text-h, 0deg), var(--page-text-s, 0%), var(--page-text-l, 20%), 0.6);
}

 .List-item .List-item-content .List-item-text .List-item-preview * {
    margin: 0;
    padding: 0;
    color: #888 !important;
    font-size: 15px !important;
    text-align: left !important
}

 .List-item .List-item-content .List-item-text>span {
    color: #888;
    display: inline-block;
    margin-top: 15px;
    position: relative
}

 .List-item .List-item-content .List-item-text>span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 36px;
    border-bottom-width: 3px;
    border-bottom-style: solid
}

@media (min-width: 992px) {
     .List-item .List-item-content .List-item-text {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: -o-calc(100% - 400px);
        width: -ms-calc(100% - 400px);
        width: calc(100% - 400px);
        float: left
    }
}

@media (max-width: 991px) {
     .List-item .List-item-content .List-item-excerpt {
        width: 30%
    }
}

@media (max-width: 767px) {
     .List-item:first-child {
        margin-top: 15px
    }

     .List-item .List-item-content .List-item-excerpt {
        width: 100%;
        float: none;
        margin: 0 0 30px;
        text-align: center;
        display: flex;
        justify-content: center
    }
}