﻿.page-title {
    margin-bottom: -16px;
}

.d-all-article .article {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid #DDDDDD;
}

    .d-all-article .article .a-article {
        display: flex;
        flex-direction: column;
    }

    .d-all-article .article .article-title {
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        text-align: left;
        color: #222222;
        text-decoration: underline;
        letter-spacing: normal;
        margin-bottom: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: inline-block;
    }

    .d-all-article .article .description {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #717171;
        letter-spacing: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: inline-block;
    }

.content-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #222222;
}

.a-related-topic {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #222222;
    text-decoration: underline;
    border: none;
    background-color: transparent;
}
