html, body {
    max-width: 100vw;
    overflow-x: hidden;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f5f5f5;
}
#app{
    background: #f3f3f3;
}

.immigration-banner {
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-title {
    font-size: 72px;
    color: #002768;
    text-align: center;
}

/* Content Section Styles */
.content-section-list {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top: 60px; */
    margin-bottom: 160px;
}


/* 内容部分 */
.content-section-list{
    width: 1200px;
    margin-top: 140px;
}
.statistical-tables-section{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 95px 70px;
}

.report-item{
    border-bottom: 1px solid #f0f0f0;
}
.item-header{
   
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* cursor: pointer; */
    transition: background-color 0.2s ease;
}


.item-header:hover {
    /* background-color: rgba(0, 39, 104, 0.05); */
}

.item-header-content{
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
    color: #002768;
    min-height: 50px;
    /* cursor: pointer; */
}
.el-icon-arrow-down, .el-icon-arrow-up{
    color: #002768;
    font-size: 18px;
}

.sub-items{
    /* background-color: #f0f0f0; */
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding: 30px 0;
}

.report-item {
    transition: all 0.3s ease-in-out;
}

.collapse-icon {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse-icon:hover {
    /* background-color: rgba(0, 39, 104, 0.1); */
    border-radius: 4px;
}

.report-item.expanded .collapse-icon {
    transform: rotate(180deg);
}

/* Pagination Section Styles */
.pagination-section {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    text-align: center;
    margin: 32px 0 0 0;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
}

.page-item:hover {
    border-color: #002768;
    color: #002768;
}

.page-item.active {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #002768;
    color: #002768;
    font-weight: bold;
}

.page-ellipsis {
    color: #333333;
    font-size: 14px;
    padding: 0 4px;
    pointer-events: none;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}


/* Loading 样式 */
.loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #002768;
    font-size: 16px;
}

.loading-container i {
    margin-right: 8px;
    font-size: 18px;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* .sub-item{
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 70px;
} */
.sub-item-content{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
   
}


.sub-item{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px;
    min-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    /* padding-left: 70px; */
}



/* ====== 移动端响应式适配 ====== */
@media (max-width: 1200px) {
    body{
        height: 100vh;
    }
    /* 头部 */
    .immigration-banner{
        height: 4rem;
        border-top: 1px solid #e0e0e0;
        background: #ffffff;
    }
    .banner-img{
        display: none;
    }
    .banner-title{
        font-size: 1.227rem;
        color: #333333;
    }
    /* 内容 */
    .content-section-list{
        width: 100vw;
        margin-top: 20px;
        padding: 0 1.333rem;
        background: #ffffff;
    }
    .statistical-tables-section{
        padding: 0;
        border: none;
    }
    .report-item{
        padding: 1.060rem 0;
        border-bottom:1px solid #f0f0f0;
    }
    .item-header-content{
        font-size: 1.120rem;
    }
    .sub-items{
        padding: 2rem 0;
    }
    /* 列表 */
    .case-list-section{
        margin-top: 20px;
    }
    .precedent-text{
        font-size: 1.120rem;
    }
    .news-ui-item{
        padding: 0.8rem 1.467rem;
    }
    .news-ui-date{
        height: auto;
        margin-right: 0.933rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
    .news-ui-date-day{
        font-size: 0.960rem;
    }
    .news-ui-date-month{
        margin-top: 4px;
    }
    .news-ui-date-year{
        margin-top: 4px;
        color: #002768;
        font-size: 0.8rem;
    }
    .news-ui-content-title{
        font-size: 0.960rem;
    }

    /* 分页 */
    .pagination-section{
        margin: 20px 0;
        /* padding: 0 1.333rem; */
    }
    .pagination{
        gap: 16px;
    }
    .page-item{
        font-size: 14px;
    }
    .page-item.active{
        border: none;
    }
    
}