﻿﻿/**!
 * 政务公开标准目录
 * author: fxyue;
 * date:2020-05-17
 */

body {
    overflow-x: hidden;
}

.ewb-page-show {
    background-color: #eaedf5;
    padding-bottom: 18px;
}

.ewb-open {
    padding-bottom:30px;
    background-color: #fff;
}

.ewb-open-tt {
    line-height: 44px;
    padding: 30px 0 34px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.ewb-open-content {
    width: 100%;
    overflow: auto;
}

.ewb-open-table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #4eb9da;
}

.ewb-open-table td {
    border: 1px solid #4eb9da;

}

.ewb-open-table thead td {
    text-align: center;
    background-color: #ebeff1;
    color: #4a6dcb;
    height: 32px;
}

.ewb-open-table thead tr:first-child {
    font-size: 16px;
}

.ewb-open-table tbody td {
    height: 294px;
    padding: 5px 6px;
    text-align: center;
    line-height: 18px;
}

.ewb-open-table tbody td.ewb-open-detail>p {
    margin-top: 16px;
    text-align: left;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.ewb-open-detail>p:first-child {
    margin-top: 0;
}

.ewb-open-table tbody td.ewb-open-wrap {
    text-align: left;
}

.ewb-open-box {
    margin-top: -18px;
}

.ewb-open-chk {
    margin-top: 18px;
    width: 50%;
    float: left;
}

.open1 {
    width: 100%;
}

.ewb-open-chk>span {
    padding-left: 20px;
    display: block;
    background: url('../images/chk_icon.png') 0 2px no-repeat;
}

.ewb-open-chk.cur>span {
    background-image: url('../images/chk_iconh.png');
}

@media (min-width:980px) and (max-width:1199px) {
    .container {
        width: 980px;
    }

    body {
        min-width: 0;
        width: 100%;
    }
}

/* pad */
@media (max-width:979px) {
    .row {
        margin-left: 0;
    }

    .span6,
    .span18 {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}