.aolei_news_read {
    position: relative;
    padding-top: 40px;
    padding-bottom: var(--component-gap);
    background: #F9F9F9;
}

.aolei_news_read .scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0 4px 4px 0 #EEE;
}

.aolei-news-read__wrapper {
    display: flex;
    margin-top: var(--gap-50);
    gap: 80px;
}

.aolei-news-read__main {
    width: 75%;
    flex-shrink: 0;
    background: #FFF;
    padding: 40px 20px;
}

.aolei-news-read__sidebar {
    flex: 1;
}

.aolei-news-read__breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.aolei-news-read__breadcrumbs a,
.aolei-news-read__breadcrumbs span {
    color: var(--color-primary);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
}

.aolei-news-read__breadcrumbs i {
    color: #999;
}

.aolei-news-read__breadcrumbs .nav_title {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.aolei-news-read__breadcrumbs .nav_title span {
    color: #333;
}

.aolei_news_read .news-title {
    font-size: var(--font-40);
    font-weight: 400;
    line-height: normal;
    font-family: var(--title-font-family);
    color: #333;
}

.aolei_news_read .article-meta {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.aolei_news_read .article-meta-item {
    color: #666;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    display: flex;
    align-items: center;
    gap: 8px;
}

.aolei_news_read .share {
    display: flex;
    align-items: center;
    gap: 24px;
}

.aolei-news-read__content {
    margin-top: var(--gap-50);
}

.aolei-news-read__content p {
    font-size: var(--font-16);
    font-weight: 500;
    min-height: 1.5em;
    color: #333;
}

.aolei_news_read_sidebar .sidebar-wrapper {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.aolei_news_read_sidebar .latest-news-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background: #FFF;
}

.aolei_news_read_sidebar .sidebar_header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-family: var(--font-family);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.5;
}

.aolei_news_read_sidebar .sidebar_news_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aolei_news_read_sidebar .sidebar_news_item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
}

.aolei_news_read_sidebar .sidebar_news_item p {
    color: #333;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
}

.aolei_news_read_sidebar .news_date {
    color: #666;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    line-height: 1.25;
}

.aolei-news-read__pagination {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: var(--gap-50);
}

.aolei-news-read__pagination svg {
    flex-shrink: 0;
}

.aolei-news-read__pagination .page {
    flex-shrink: 0;
    display: inline-block;
}

.aolei-news-read__pagination .line {
    width: 1px;
    height: auto;
    align-self: stretch;
    background: #EEE;
    margin: 0 8px;
}

.aolei-news-read__pagination-prev,
.aolei-news-read__pagination-next {
    display: flex;
    align-items: center;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: normal;
    font-family: var(--font-family);
    color: #000;
    background: #F8F8F8;
    padding: 10px;
    gap: 8px;
}

.aolei-news-read__pagination-prev:hover .page,
.aolei-news-read__pagination-next:hover .page {
    color: #000;
}

.aolei-news-read__pagination-prev .title,
.aolei-news-read__pagination-next .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1500px) {

    .aolei-news-read__wrapper {
        gap: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .aolei-news-read__wrapper {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .aolei-news-read__wrapper {
        flex-direction: column;
    }

    .aolei-news-read__main {
        width: 100%;
    }

    .aolei-news-read__content {
        margin-top: 23px;
    }
}

@media screen and (max-width: 1280px) {}