@media (max-width: 576px) {
    .other .text-decoration-none{
        flex-direction: column;
        align-items: normal;
        overflow: hidden;
        
    }
    .page-main .right-side .item .other .name{
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        white-space: nowrap;    /* 关键：禁止文本换行 */
        width: 100%;
    }
    .page-main .right-side .item .other .more{
        margin-left: auto;
    }
    .pagination{
        /* flex-direction: column; */
        align-items: center;
    }
    .pagination .the-two{
        display: flex;
        /* width: 100%; */
        align-items: center;
        margin: 1rem 0 ;
    }
    .pagination .btn{
        font-size: 1rem !important;
        min-width: auto !important;
    }
}


@media(max-width:429px){
    .pagination span{
        font-size: 1rem !important;
    }
}