a {
    text-decoration: none;
}

/* 自定义样式 */
.full-width-banner {
    height: 512rem;
    background-image: url("/static/frontend//pc/images/news_author_banner.webp");
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-content {
    max-width: 1440rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* 面包屑导航样式 */
.breadcrumb {
    font-size: 14rem;
    padding-top: 17rem;
}

.breadcrumb-item a {
    color: #666666;
    text-decoration: none;
    font-size: 14rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6rem;
}

.breadcrumb-item.active {
    color: #333333;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #666666;
}

.authorInfoBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 350rem;
    margin-top: 86rem;
    width: 1330rem;
}

.authorInfo {
    height: 100%;
    width: 379rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.authorInfo img {
    width: 200rem;
    height: 200rem;
    object-fit: cover;
    border-radius: 50%;
}

.authorName {
    font-size: 52rem;
    font-weight: 500;
    color: #1f0201;
    white-space: nowrap;
    font-family: Open Sans, Open Sans-500;
}

.authorTag {
    height: 40rem;
    display: flex;
    font-size: 14rem;
    padding: 0 30rem;
    color: #1f0201;
    align-items: center;
    border-radius: 40rem;
    justify-content: center;
    font-family: Inter, Inter-400;
    background: rgba(255, 255, 255, 0.58);
}

.authorDesc {
    width: 887rem;
    height: 350rem;
    display: flex;
    flex-direction: column;
}

.authorDescText {
    font-size: 24rem;
    color: #1f0201;
    line-height: 36rem;
    font-family: Inter, Inter-300;
    font-weight: 300;
}

.authorDescText:last-child {
    margin-top: 24rem;
}

.totalNews {
    margin: 0 auto;
    max-width: 1440rem;
    margin-top: 79rem;
    font-size: 32rem;
    color: #222222;
    font-family: Open Sans, Open Sans-400;
}

.totalNews span {
    font-size: 24rem;
    color: #485a64;
    font-family: Open Sans, Open Sans-400;
}

/* 分页 */
.pagination-container {
    margin-top: 30rem !important;
}

#page-numbers {
    display: flex;
    margin: 0 5rem;
    padding: 0;
    list-style: none;
}

.page-item {
    margin: 0 2rem;
    width: 40rem;
    height: 40rem;
}

.page-link {
    color: #0A1D3D;
    min-width: 40rem;
    height: 40rem;
    text-align: center;
    font-size: 16rem;
    line-height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-link span {
    display: flex;
}

.page-link img {
    width: 16rem;
    height: 16rem;
}

.page-item.active .page-link {
    background-color: #ffffff;
    border-color: #0068D7;
    color: #0A1D3D;
}

/* 自定义样式 */
.container-custom {
    width: 1440rem;
    margin: 0 auto;
}

.custom-box {
    width: 456rem;
    height: 258rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1rem solid #EEEEEE;
    border-radius: 4rem;
}

.col-custom {
    margin-top: 36rem;
}

.blog-info {
    width: 429rem;
    height: auto;
}

.blog-info a:hover .blog-title {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.blog-title {
    margin-top: 20rem;
    width: 100%;
    font-size: 20rem;
    font-family: Inter, Inter-400;
    color: #0E2A58;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
}

.blog-desc {
    margin-top: 13rem;
    width: 100%;
    height: 60rem;
}

.blog-desc {
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #485a64;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

.blog-author {
    margin-top: 25rem;
    width: 182rem;
    height: 40rem;
    display: flex;
    align-items: center;
}

.blog-author:hover a {
    color: #0068D7;
    text-decoration: underline;
    text-decoration-color: #0068D7;
}

.blog-author a {
    display: flex;
    align-items: center;
    font-size: 14rem;
    font-family: Inter, Inter-400;
    color: #485a64;
}

.blog-author img {
    width: 24rem;
    height: 24rem;
    margin-right: 12rem;
    border-radius: 50%;
}

.page-input {
    width: 40rem;
    padding: 5rem;
    text-align: center;
    border: 1rem solid #ddd;
    border-radius: 3rem;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .authorInfoBox {
        width: 100%;
    }

    .authorName {
        font-size: 40rem;
    }

    #blogBox {
        margin-left: 0;
        margin-right: 0;
    }

    .container-custom {
        width: 100%;
    }

    .custom-box {
        width: 100%;
    }

    .blog-info {
        width: 100%;
    }
}