.news-warp{
    padding:60px 0;
    background:#ffffff;
}

.news-page-top{
    width:100%;
    margin-bottom:38px;
    text-align:center;
}

.news-page-title span{
    display:inline-block;
    color:#fc0000;
    font-size:14px;
    line-height:22px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.news-page-title h1{
    margin:0 0 14px 0;
    color:#222222;
    font-size:2.5rem;
    line-height:1.2;
    font-weight:700;
}

.news-page-title p{
    max-width:760px;
    margin:0 auto;
    color:#666666;
    font-size:16px;
    line-height:30px;
}

.news-page-main{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
}

.news-page-left{
    width:calc(100% - 350px);
}

.news-page-right{
    width:320px;
}

.news-featured-item{
    width:100%;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    margin-bottom:30px;
}

.news-featured-img{
    display:block;
    width:100%;
    overflow:hidden;
}

.news-featured-img img{
    display:block;
    width:100%;
    height:auto;
    transition:all .35s ease;
}

.news-featured-item:hover .news-featured-img img{
    transform:scale(1.04);
}

.news-featured-info{
    padding:28px 28px 26px;
}

.news-featured-info em{
    display:inline-block;
    font-style:normal;
    color:#fc0000;
    background:rgba(252,0,0,0.08);
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    line-height:20px;
    margin-bottom:16px;
}

.news-featured-info h2{
    margin:0 0 14px 0;
    font-size:2rem;
    line-height:1.35;
    font-weight:700;
}

.news-featured-info h2 a{
    color:#222222;
    text-decoration:none;
    transition:all .3s ease;
}

.news-featured-info h2 a:hover{
    color:#fc0000;
}

.news-featured-info p{
    color:#666666;
    font-size:15px;
    line-height:28px;
    margin:0 0 18px 0;
}

.news-featured-meta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.news-featured-meta span{
    color:#999999;
    font-size:14px;
    line-height:22px;
}

.news-featured-meta span i{
    color:#fc0000;
    margin-right:6px;
}

.news-list{
    width:100%;
}

.news-item{
    display:flex;
    align-items:flex-start;
    gap:22px;
    padding:24px 0;
    border-bottom:1px solid #eeeeee;
}

.news-item:first-child{
    padding-top:0;
}

.news-item:last-child{
    border-bottom:none;
}

.news-item-img{
    display:block;
    width:280px;
    flex:0 0 280px;
    border-radius:14px;
    overflow:hidden;
}

.news-item-img img{
    display:block;
    width:100%;
    height:200px;
    object-fit:cover;
    transition:all .35s ease;
}

.news-item:hover .news-item-img img{
    transform:scale(1.05);
}

.news-item-info{
    width:calc(100% - 302px);
}

.news-item-cat{
    display:inline-block;
    color:#fc0000;
    background:rgba(252,0,0,0.08);
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
    line-height:20px;
    margin-bottom:14px;
}

.news-item-info h3{
    margin:0 0 12px 0;
    font-size:1.45rem;
    line-height:1.4;
    font-weight:700;
}

.news-item-info h3 a{
    color:#222222;
    text-decoration:none;
    transition:all .3s ease;
}

.news-item-info h3 a:hover{
    color:#fc0000;
}

.news-item-info p{
    color:#666666;
    font-size:15px;
    line-height:28px;
    margin:0 0 14px 0;
}

.news-item-meta{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.news-item-meta span{
    color:#999999;
    font-size:14px;
    line-height:22px;
}

.news-item-meta span i{
    color:#fc0000;
    margin-right:6px;
}

.news-side-box{
    width:100%;
    background:#ffffff;
    border:1px solid #eeeeee;
    border-radius:14px;
    padding:24px 22px;
    box-shadow:0 8px 24px rgba(0,0,0,0.05);
    position:sticky;
    top:20px;
}

.news-side-box h3{
    font-size:24px;
    line-height:32px;
    color:#222222;
    margin:0 0 20px 0;
    font-weight:700;
}

.news-hot-list{
    width:100%;
}

.news-hot-item{
    display:flex;
    gap:14px;
    padding:0 0 18px 0;
    margin-bottom:18px;
    border-bottom:1px solid #f2f2f2;
}

.news-hot-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.news-hot-img{
    display:block;
    width:96px;
    height:76px;
    border-radius:10px;
    overflow:hidden;
    flex:0 0 96px;
}

.news-hot-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all .3s ease;
}

.news-hot-item:hover .news-hot-img img{
    transform:scale(1.05);
}

.news-hot-info{
    width:calc(100% - 110px);
}

.news-hot-info h4{
    margin:0 0 8px 0;
    font-size:15px;
    line-height:24px;
    font-weight:600;
}

.news-hot-info h4 a{
    color:#222222;
    text-decoration:none;
    transition:all .3s ease;
}

.news-hot-info h4 a:hover{
    color:#fc0000;
}

.news-hot-info span{
    display:block;
    font-size:13px;
    line-height:20px;
    color:#999999;
}

.news-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    padding-top:30px;
}

.news-pagination a,
.news-pagination span{
    display:inline-block;
    min-width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    border-radius:50%;
    border:1px solid #e5e5e5;
    background:#ffffff;
    color:#666666;
    font-size:14px;
    text-decoration:none;
    transition:all .3s ease;
}

.news-pagination a:hover{
    border-color:#fc0000;
    color:#fc0000;
}

.news-pagination a.active{
    background:#fc0000;
    border-color:#fc0000;
    color:#ffffff;
}

.news-pagination a.disabled{
    color:#cccccc;
    border-color:#eeeeee;
    cursor:not-allowed;
    pointer-events:none;
}

@media screen and (max-width:1199px){
    .news-item-img{
        width:240px;
        flex:0 0 240px;
    }

    .news-item-img img{
        height:180px;
    }

    .news-item-info{
        width:calc(100% - 262px);
    }
}

@media screen and (max-width:991px){
    .news-warp{
        padding:45px 0;
    }

    .news-page-top{
        margin-bottom:28px;
    }

    .news-page-title h1{
        font-size:2rem;
    }

    .news-page-title p{
        font-size:15px;
        line-height:28px;
    }

    .news-page-main{
        flex-wrap:wrap;
    }

    .news-page-left,
    .news-page-right{
        width:100%;
    }

    .news-side-box{
        position:static;
    }

    .news-item{
        flex-wrap:wrap;
        gap:16px;
    }

    .news-item-img{
        width:100%;
        flex:0 0 100%;
    }

    .news-item-img img{
        height:auto;
    }

    .news-item-info{
        width:100%;
    }
}

@media screen and (max-width:767px){
    .news-warp{
        padding:35px 0;
    }

    .news-page-title h1{
        font-size:1.65rem;
        line-height:1.3;
    }

    .news-page-title p{
        font-size:14px;
        line-height:24px;
    }

    .news-featured-info{
        padding:20px 16px;
    }

    .news-featured-info h2{
        font-size:1.35rem;
        line-height:1.4;
    }

    .news-featured-info p{
        font-size:14px;
        line-height:24px;
    }

    .news-item{
        padding:20px 0;
    }

    .news-item-info h3{
        font-size:1.15rem;
        line-height:1.45;
    }

    .news-item-info p{
        font-size:14px;
        line-height:24px;
    }

    .news-side-box{
        padding:20px 16px;
    }

    .news-side-box h3{
        font-size:20px;
        line-height:28px;
        margin-bottom:16px;
    }

    .news-hot-img{
        width:88px;
        height:70px;
        flex:0 0 88px;
    }

    .news-hot-info{
        width:calc(100% - 102px);
    }

    .news-hot-info h4{
        font-size:14px;
        line-height:22px;
    }

    .news-pagination{
        gap:8px;
        padding-top:22px;
    }

    .news-pagination a,
    .news-pagination span{
        min-width:38px;
        height:38px;
        line-height:38px;
        font-size:13px;
    }
}