/* 资讯列表页面级样式（公共段：导航壳 / 留言区 / 页脚 已上提至 common.css） */

body {
    background-color: #ffffff;
}

.banner_bg {
    background: url("../images/n_banner.png") #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 1000px;
    min-height: 600px;
    max-height: 1000px;
}

.banner_img_contain {
    position: absolute;
    top: 400px;
    left: 20%;
}

/* —— 资讯列表 —— */
.news {
    width: 100%;
    margin-top: 20px;
    background-color: #ffffff;
    padding-bottom: 60px;
}

.item {
    margin-top: 50px;
}

.date_bg {
    width: 200px;
    height: 120px;
    background: linear-gradient(150deg, #2b49e7 0%, #21c0fd 100%);
    border-radius: 10px;
}

.date_day {
    font-size: 48px;
}

.date_ym {
    font-size: 24px
}

.news_cont {
    margin-left: 32px;
}

    .news_cont .desc_mrg {
        margin-top: 26px;
    }

        .news_cont .desc_mrg .txt {
            font-size: 16px;
            line-height: 30px;
        }

.item .line {
    margin-top: 58px;
    height: 1px;
    background: #999999;
}

.page {
    margin-top: 60px;
}
