
html, body {
    overflow: auto;
}

a {
    text-decoration: none;
    color: #333;
}

.header {
    width: 1920px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.tit h1 {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

.tit h1 span {
    color: #2d66a5;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 3px solid #064297;
    padding: 0 10px;
    line-height: 40px;
}

.xbsj-qhtab {
    margin-bottom: 35px;
}

.xbsj-qhtab a.cut {
    color: #fff;
    background: #205bbb;
}

.xbsj-qhtab a {
    float: left;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 700;
    color: #555555;
    background: #f6f6f6;
    position: relative;
}

.xbsj-qhtab a.cut::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #205bbb;
    bottom: -10px;
    left: 48%;
}

.xbsj-tie {
    margin-bottom: 20px;
    position: relative;
}

.xbsj-tie::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #dedede;
}

.xbsj-tie b {
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    color: #205bbb;
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.xbsj-tie .fr {
    display: inline-block;
    background: #fff;
    font-size: 14px;
    padding: 2px 5px;
    color: #5078ba;
    border: 1px solid #5078ba;
    position: relative;
    z-index: 2;
    top: 3px;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

/* table样式 */

.data_table {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    word-break: break-all;
    table-layout: fixed;
}

.data_table th,
.data_table td {
    min-width: 80px;
    text-align: center;
}

.data_table th {
    padding: 20px 0;
}

.data_table td {
    padding: 27px 0;
    color: #33667f;
}

.data_table th:first-child,
.data_table td:first-child {
    width: 10%;
}

.data_table th:nth-child(2),
.data_table td:nth-child(2) {
    padding-left: 20px;
    text-align: left;
    width: 48%;
}

.data_table th:nth-child(3),
.data_table td:nth-child(3) {
    width: 14%;
}

.data_table th:nth-child(4),
.data_table td:nth-child(4) {
    width: 14%;
}

.data_table th:nth-child(5),
.data_table td:nth-child(5) {
    width: 14%;
}

.data_table td:nth-child(2) a {
    display: block;
    color: #33667f;
}

.data_table th:last-child,
.data_table td:last-child {
    width: 14%;
    text-align: center;
}

.data_table tbody tr:nth-child(odd) {
    background: #fff;
}

.data_table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.data_table thead tr {
    background: url('${base}/r/cms/www/default/hjsj/images/ztsz_list_thBg.png') repeat;
    color: #fff;
    font-weight: 700;
}

.data_table thead tr th {
    border-right: 1px solid #fff;
}

.data_table thead tr th:last-child {
    border-right: none;
}

.map-box {
    width: 624px;
    height: 600px;
}

.layui-form > h5 {
    margin-top: 15px;
    text-align: right;
}

.layui-form > h5 a {
    display: inline-block;
    width: 80px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #5e8dd9;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
}

.layui-form > h5 a.cut {
    background: #5e8dd9;
    border: 1px solid #5e8dd9;
    color: #fff;
}

.layui-form > h5 a i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(${base}/r/cms/www/default/hjsj/images/zbsjt-5.png) no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}

.layui-form > h5 a:nth-child(2) i {
    background: url(${base}/r/cms/www/default/hjsj/images/zbsjt-4.png) no-repeat;
}

.layui-form > h5 a:nth-child(1).cut i {
    background: url(${base}/r/cms/www/default/hjsj/images/zbsjt-55.png) no-repeat;
}

.layui-form > h5 a:nth-child(2).cut i {
    background: url(${base}/r/cms/www/default/hjsj/images/zbsjt-44.png) no-repeat;
}
