    .pagebar {
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;}

    .pagebar a {
        text-decoration: none;}

    .pagebar .p_pages {
        margin-left: -0.026rem;

        display: flex;
        justify-content: center;
        align-items: center;}

    .p_last,
    .p_last_d {
        display: none;}

    .p_first,
    .p_first_d {
        display: none;}

    .p_prev,
    .p_prev_d {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.42708rem;
        height: 0.19792rem;
        margin-right: 0.06rem;}

    .p_prev a,
    .p_prev_d a {
        color: #464646;}

    .p_next,
    .p_next_d {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #464646;
        font-size: 0.125rem;
        font-family: Inter;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.42708rem;
        height: 0.19792rem;}

    .p_next a,
    .p_next_d a {
        color: #464646;}

    .p_no_d {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        background: #9A2F2F;
        color: #fff;
        margin-right: 0.06rem;
        width: 0.19792rem;
        height: 0.19792rem;}

    .p_no {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #B7B3B3;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        margin-right: 0.06rem;
        width: 0.19792rem;
        height: 0.19792rem;}

    .p_no a {
        color: #B7B3B3;}

    .p_dot {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #B7B3B3;
        border-radius: .0313rem;
        border: .0052rem solid #BDBDBD;
        width: 0.19792rem;
        height: 0.19792rem;
        margin-right: 0.06rem;}

    .article-list-item {
        display: flex;
        justify-content: space-between;

        width: 6rem;
        padding: 0.15rem 0 0.05rem 0.1rem;

        font-style: normal;
        font-weight: 400;
        font-size: .125rem;
        line-height: .2031rem;

        color: #383737;
        border-bottom: .001rem solid #C4C4C4;}

    .article-list-item .date {
        font-weight: 400;
        font-size: .125rem;
        line-height: .2031rem;
        color: #383737;}
