/* 移除左侧菜单预留的间距 */
body {
    padding-left: 0 !important;
}
.sub-nav-item {
    display: inline-block;
    font-size: 0.18rem;
    color: #5f5f5f;
    height: 0.45rem;
    line-height: 0.45rem;
    margin-right: 0.4rem;
    cursor: pointer;
    margin-bottom: .1rem;
    padding: 0 15px;
}
.sub-nav-item.current {
    background: #d93025;
}
.sub-nav-item.current span {
    color: #fff;
}
.sub-nav-item.current a {
    color: #fff;
}

/* 分页样式 - 重置所有可能的边框 */
.Page001,
.Page001 *,
.Pages,
.Pages *,
.custom-pagination,
.custom-pagination * {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 分页容器 - 居中显示 */
.custom-pagination {
    text-align: center;
    padding: 20px 0;
}

/* 分页按钮 - 基础样式 */
.custom-pagination a,
.custom-pagination li,
.custom-pagination span {
    display: inline-block !important;
    padding: 8px 15px !important;
    margin: 0 4px !important;
    color: #999 !important;
    text-decoration: none !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background: #fff !important;
}

/* 当前页码样式 */
.custom-pagination .thisclass,
.custom-pagination .thisclass a,
.custom-pagination .thisclass span {
    border-color: #d80a30 !important;
    color: #d80a30 !important;
}

/* 悬停样式 */
.custom-pagination a:hover {
    border-color: #d80a30 !important;
    color: #d80a30 !important;
}