/* 资讯详情页面级样式（公共段：导航壳 / 留言区 / 页脚 已上提至 common.css）
   注：旧项目此文件的 .program_contain 使用了绝对路径 url("/images/pro_bg.png")，
   缺少 /themes/7/static 前缀导致现网详情页留言区背景丢失；公共段上提后该 Bug 一并修复。 */

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_detail {
    background-color: #ffffff;
    width: 100%;
    margin-top: 58px;
    margin-bottom: 94px;
}

.detail .title {
    font-size: 36px;
    line-height: 79px;
}

.detail .desc_mrg {
    margin-top: 20px;
}

    .detail .desc_mrg .txt {
        font-size: 12px;
    }

.detail .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.detail .content {
    margin-top: 30px;
    font-size: 14px;
    line-height: 30px;
}

.detail .sec {
    margin-top: 48px;
    width: 40%;
}

    .detail .sec .txt {
        font-size: 18px;
        color: #0667ec;
    }

/* —— 右侧相关资讯 —— */
.relation {
    margin-left: 30px;
    width: 370px;
    border: 1px solid #e5e5e5;
    padding: 0 30px;
    padding-bottom: 38px;
}

    .relation .title_mrg {
        padding-top: 20px;
    }

        .relation .title_mrg .title {
            font-size: 28px;
        }

    .relation .item {
        margin-top: 20px;
    }

        .relation .item .name {
            font-size: 14px;
        }

        .relation .item .date {
            margin-top: 20px;
        }

            .relation .item .date .txt {
                font-size: 12px;
            }

    .relation .line {
        margin-top: 20px;
        border: 1px solid #E5E5E5;
    }
