/* 信息查询 */

.tabula_tit .fl {
    float: left;
}
.tabula_tit .crumbs {
    float: none;
    margin-top: -60px;
}
.tabula_tit {
    border-bottom: 0;
}
input::-webkit-input-placeholder {
    color: #AEB8B3;
}
input:-moz-placeholder {
    color: #AEB8B3;
}
input::-moz-placeholder {
    color: #AEB8B3;
}
input:-ms-input-placeholder {
    color: #AEB8B3;
}
.search_box {
    background: #F4FBF8 url(lssp_xxcx_bg2.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0 30px;
    overflow: hidden;
}
.search_box2 {
    padding: 20px 0 30px;
}
.search_box ul{
    overflow: hidden;
}
.search_box ul li {
    float: left;
    font-size: 20px;
    margin: 0 45px;
}
.search_box2 ul li {
    float: left;
    font-size: 20px;
    text-align: right;
    width: 490px;
    margin: 10px 0;
}
.search_box .serach_xxcx_input {
    width: 250px;
    box-sizing: border-box;
    border: solid 1px #258257;
    border-radius: 4px;
    background: #F4FBF8;
    padding: 5px 0 5px 15px;
}
.search_box2 .serach_xxcx_input {
    width: 277px;
    box-sizing: border-box;
    border: solid 1px #258257;
    border-radius: 4px;
    background: #F4FBF8;
    padding: 6px 0 8px 15px;
}
.result_info_xxcx {
    text-align: center;
    clear: both;
    margin-top: 20px;
    overflow: hidden;
}
.btn_xxcx {
    height: 40px;
    width: 130px;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: solid 1px #316B60;
    padding: 0 20px;
    font-size: 22px;
    color: #316B60;
    margin-left: 15px;
    cursor: pointer;
    box-sizing: border-box;
}
.btn_xxcx.active {
    color: #FFFFFF;
    background: #258257;
}
.search_jg {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px #D1D1D1 dashed;
}
.search_jg span {
    color: #B91615;
}
.xxcx_table h1 {
    font-size: 32px;
    padding: 40px 0;
    text-align: center;
}
.xxcx_table table {
    width: 100%;
    font-size: 18px;
}
.xxcx_table table thead {
    background: #258257 url(lssp_xxcx_bg1.jpg);
    height: 58px;
    line-height: 1.5;
    color: #FFFFFF;
}
.xxcx_table table thead th {
    border-right: 1px #f7f7f7 solid;
    text-indent: 0;
    text-align: left;
}
.xxcx_table table thead th:first-child {
    text-align: center;
    text-indent: 0;
    width: 100px;
}

.xxcx_table table tr td {
    height: 58px;
    /* text-indent: 1em; */
}
.xxcx_table table tr td:first-child {
    text-align: center;
    text-indent: 0;
}
.xxcx_table table tr:nth-child(2n) {
    background: #F4FBF8;
}