* {
    margin: 0;
    padding: 0
}

body {
    margin: 0 auto;
    font-size: 12px;
    FONT-FAMILY: '宋体', Verdana, Geneva, sans-serif;
    line-height: 18px;
    background-color: #ececec;
    /* background-image: linear-gradient(to bottom, #2790FD, #ffffff); */
}

.header {
    height: 208px;
    padding: 0;
    margin: 0;
}

.body_bg {
    max-width: 1600px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, #288EFA, #ececec);
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.content {
    padding: 10px 9px 20px;
    overflow: auto;
    zoom: 1;
    width: 982px;
}

.law_bor {
    border: 1px solid #c5c5c5;
}

.law_crumbs {
    height: 39px;
    border-bottom: 1px solid #c5c5c5;
    background: url('../images/lawtopbg.jpg') repeat-x;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
}

.fr {
    float: right;
}

.lawbox {
    padding: 20px 8px 10px;
    overflow: auto;
    zoom: 1;
}

.m_b {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.lawtab {
    border: 1px solid #d5e2f2;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    color: #3b4f6a;
}

.m_b p {
    float: left;
    font-size: 24px;
    padding: 0 10px;
    background: #0B68D2;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.lawtab tr {
    height: 39px;
}

.lawtab th {
    height: 38px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.lawtab th,
.lawtab td {
    border: 1px solid #d5e2f2;
}

.lawtab td.tl {
    text-align: left;
    text-indent: 1em;
}

.lawtab td {
    font-size: 12px;
    text-align: center;
}

a {
    color: #005C81;
    text-decoration: none;
}

.m_b a {
    font-weight: bold;
    color: #005C81;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.change_tr tbody tr:nth-child(even) {
    background-color: #E8F0FB;
}

.lawtab .w1 {
    width: 400px;
    text-align: center;
}

.lawtab .w2 {
    text-align: center;
}

.lawtab .w3 {
    text-align: center;
    width: 170px;
}

.lawtab .w4 {
    text-align: center;
    width: 170px;
}

.law_crumbs a {
    color: #000;
}

.color005C81 {
    color: #005C81;
}

.tl a {
    color: #005C81;
}


/* 分页 */

#page_div {
    line-height: 20px;
    color: #666;
}

.page_num {
    padding-top: 30px;
    height: 50px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

#page_div .pagination_index {
    /* padding: 0 8px; */
    margin: 0 5px;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
}

#page_div .pagination_index_num {
    /* padding: 0 8px; */
    margin: 0 5px;
    display: inline-block;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
}

#page_div .currentIndex {
    color: #b40001;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.paddLeft10 {
    padding-left: 6px;
}

#formData .form-group .col-sm-3 {
    min-width: 78px;
}

.colord9534f {
    font-size: 24px;
    font-weight: bold;
    color: #F53721;
}

.fontSize14 {
    font-size: 14px;
}

.form-control-feedback {
    right: 24px;
}

.fcontent_content {
    height: 400px;
    overflow-y: auto;
    padding: 10px
}

.no_data {
    display: none;
    text-align: center;
    padding: 0 20px 20px;
}