@charset "UTF-8";
/*
 * @Description: 政府信息公开详情
 * @Autor: qianyuitng
 * @Date: 2021-09-15
 */

body {
    background: url("../images/subpage/subpage_bg.png") no-repeat;
    background-size: 100% 100%;
}

.wrap {
    margin-bottom: 50px;
    padding: 30px;
    box-shadow: 0 0 9px rgba(225, 227, 232, 0.5);
    border-radius: 6px;
    background-color: #fff;
}

/* 表格 */

.table-wrap {
    overflow-x: auto;
}

table {
    min-width: 600px;
    width: 100%;
    table-layout: fixed;
}

td {
    height: 50px;
    padding: 0 30px;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #dae9fd;
    word-break: break-all;
}

td.info-label {
    width: 16%;
    color: #888;
    background-color: #f6fafe;
    text-align: left;
}

td.info-cont {
    width: 34%;
    color: #6c727f;
}

.article {
    margin-top: 40px;
    line-height: 34px;
    color: #666;
    font-size: 16px;
    word-break: break-all;
}

.article-title {
    margin-bottom: 30px;
    line-height: 32px;
    font-size: 22px;
    text-align: center;
}

.article-cont-tit {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.article-sub-tit {
    margin-top: 20px;
}

.article-tips {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    td {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .wrap {
        padding: 10px 10px 20px;
    }

    .table-wrap {
        margin-top: 15px;
    }

    td {
        height: 36px;
        padding: 0 5px;
        line-height: 24px;
        font-size: 14px;
    }
}

.article-cont{ overflow: auto; }