.aside-article {
    width: 350px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 32px 44px;
}
.aside-article {
    margin-bottom: 30px;
}

.aside-article-wrapper {
    margin: 16px 0 30px;
}
.aside-title {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 19px;
    color: #303030;
}
.aside-detail {
    width: 236px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    margin-left: 8px;
    border-bottom: 1px solid transparent;
}
.aside-detail:hover {
    color: #FB6E2A;
    text-decoration: underline;
    /*border-bottom: 1px solid #FB6E2A;*/
}
.aside-title {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 19px;
    color: #303030;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.diamond {
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    background: #C5C5C5;
}
.diamond.active {
    background: #FB6E2A;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-sort {
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
}
.align-center {
    display: flex;
    align-items: center;
}
.article-time {
    width: 11px;
    height: 11px;
    margin-left: 2px;
}
.article-time-date {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 14px;
    color: #797979;
    margin-left: 9px;
}
.mb-11 {
    margin-bottom: 11px;
}
.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dots {
    width: 6px;
    height: 6px;
    background: #FB6E2A;
    border-radius: 50%;
    margin-left: 5px;
}