.new-img{
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    overflow:hidden;
    position:relative;
    background-color:#F3F4F6;
    background-size: auto 105%;
    background-repeat: no-repeat;
    background-position: center;
    animation: kenBurns 10s ease-in-out infinite alternate;
}
.new-img > *{
    position:relative;
    z-index:1;
}
.banner-content{
    animation: fadeInDown 0.8s ease forwards;
}
.title_A{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
    animation: fadeInUp 0.8s ease 0.2s forwards;
    opacity:0;
}

.title_B{
    font-family: PingFang SC, PingFang SC;
    font-size:18px;
    color:#FFFFFF;
    line-height:24px;
    text-align:center;
    font-style:normal;
    text-transform:none;
    padding-top:24px;
    animation: fadeInUp 0.8s ease 0.4s forwards;
    opacity:0;
}
.warp-news{
    width:1200px;
    margin:0 auto;
}
.newTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top:32px;
    padding-bottom:32px;
}
.warp-Block{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
    padding-bottom:40px;
}
.warp-img{
    height: 230px;
    border-radius: 8px 8px 8px 8px;
    background:gray;
    overflow:hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
/* 新闻卡片入场动画 */
.news-card-item{
    animation: fadeInUp 0.5s ease both;
}
.news-card-item:hover .warp-img{
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.news-card-item:hover .warp-title{
    color:#19367A;
}

.warp-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2; /* 限制显示3行 */
    overflow: hidden;
    min-height:48px;
    transition: color 0.3s ease;
}
.riqi{
    font-family: Google Sans Flex, Google Sans Flex;
    font-weight: 400;
    font-size: 16px;
    color: #7D828C;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding:12px 0 0 0;
}
/* 分页组件样式 */
.pagination-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 0 60px 0;
    gap:20px;
}
.pagination-total{
    font-family: PingFang SC, PingFang SC;
    font-size:14px;
    color:#7D828C;
    white-space:nowrap;
}
.pagination-total span{
    color:#19367A;
    font-weight:600;
}
.pagination-box{
    display:flex;
    align-items:center;
    gap:8px;
}
.page-btn{
    font-family: PingFang SC, PingFang SC;
    font-size:14px;
    color:#333333;
    padding:6px 14px;
    border:1px solid #D9D9D9;
    border-radius:4px;
    cursor:pointer;
    transition:all 0.2s;
    user-select:none;
    white-space:nowrap;
}
.page-btn:hover{
    color:#19367A;
    border-color:#19367A;
}
.page-btn.disabled{
    color:#BFBFBF;
    border-color:#D9D9D9;
    cursor:not-allowed;
    pointer-events:none;
}
.page-btn.sure{
    color:#FFFFFF;
    background:#19367A;
    border-color:#19367A;
}
.page-btn.sure:hover{
    background:#152d63;
    border-color:#152d63;
}
.page-num{
    width:34px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: Google Sans Flex, Google Sans Flex;
    font-size:14px;
    color:#333333;
    border:1px solid #D9D9D9;
    border-radius:4px;
    cursor:pointer;
    transition:all 0.2s;
    user-select:none;
}
.page-num:hover{
    color:#19367A;
    border-color:#19367A;
}
.page-num.active{
    color:#FFFFFF;
    background:#19367A;
    border-color:#19367A;
}
.pagination-jump{
    display:flex;
    align-items:center;
    gap:8px;
    font-family: PingFang SC, PingFang SC;
    font-size:14px;
    color:#7D828C;
    white-space:nowrap;
}
.pagination-jump input{
    width:48px;
    height:32px;
    border:1px solid #D9D9D9;
    border-radius:4px;
    text-align:center;
    font-size:14px;
    color:#333333;
    outline:none;
    box-sizing:border-box;
}
.pagination-jump input:focus{
    border-color:#19367A;
}

@keyframes fadeInUp{
    from{
        opacity:0;
        transform: translateY(30px);
    }
    to{
        opacity:1;
        transform: translateY(0);
    }
}
@keyframes fadeInDown{
    from{
        opacity:0;
        transform: translateY(-30px);
    }
    to{
        opacity:1;
        transform: translateY(0);
    }
}
@keyframes kenBurns{
    from{
        background-size: auto 105%;
    }
    to{
        background-size: auto 112%;
    }
}
.scroll-reveal{
    opacity:0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.scroll-reveal.revealed{
    opacity:1;
    transform: translateY(0);
}

/* 骨架屏加载动画 */
.skeleton-img{
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}
.skeleton-line{
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}
.skeleton-title{
    height: 20px;
    margin-top: 20px;
    width: 80%;
}
.skeleton-date{
    height: 16px;
    margin-top: 12px;
    width: 40%;
}
@keyframes shimmer{
    0%{ background-position: 200% 0; }
    100%{ background-position: -200% 0; }
}