/* 信息查询 */
.tabula_tit .fl {
    float: left;
}
.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: 18px;
    margin: 0 45px;
}
.search_box2 ul li {
    float: left;
    font-size: 18px;
    text-align: right;
    width: 415px;
    margin: 10px 0;
}
.search_box .serach_xxcx_input {
    width: 250px;
    box-sizing: border-box;
    border: solid 1px #258257;
    border-radius: 4px;
    background: #F4FBF8;
    padding: 6px 0 8px 15px;
}
.search_box2 .serach_xxcx_input {
    width: 220px;
    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: 18px;
    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: 58px;
    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; */
    padding: 0 10px;
}
.xxcx_table table tr td:first-child {
    text-align: center;
    text-indent: 0;
}
.xxcx_table table tr:nth-child(2n) {
    background: #F4FBF8;
}
@media screen and (max-width: 1440px) {
    .search_box {
        background: #F4FBF8 url("lssp_xxcx_bg2.jpg") no-repeat;
        background-size: cover;
        padding: 20px 0 20px;
        overflow: hidden;
    }
    .search_box2 {
        padding: 20px 0 25px;
    }
    .search_box ul li {
        float: left;
        font-size: 14px;
        margin: 0 26px;
    }
    .search_box2 ul li {
        float: left;
        text-align: right;
        width: 300px;
        margin: 5px 0;
    }
    .search_box .serach_xxcx_input {
        width: 175px;
        box-sizing: border-box;
        border: solid 1px #258257;
        border-radius: 4px;
        background: #F4FBF8;
        padding: 6px 0 8px 10px;
    }
    .search_box2 .serach_xxcx_input {
        width: 165px;
        box-sizing: border-box;
        border: solid 1px #258257;
        border-radius: 4px;
        background: #F4FBF8;
        padding: 6px 0 8px 10px;
    }
    .result_info_xxcx {
        text-align: center;
        clear: both;
        margin-top: 15px;
        overflow: hidden;
    }
    .btn_xxcx {
        height: 30px;
        width: 110px;
        background-color: #fbfbfb;
        border-radius: 4px;
        border: solid 1px #316B60;
        padding: 0 15px;
        font-size: 14px;
        color: #316B60;
        margin-left: 10px;
        cursor: pointer;
        box-sizing: border-box;
    }
    .search_jg {
        font-size: 18px;
        padding-bottom: 20px;
        padding-top: 20px;
        border-bottom: 1px #D1D1D1 dashed;
    }
    .xxcx_table h1 {
        font-size: 28px;
        padding: 30px 0;
        text-align: center;
    }
    .xxcx_table table {
        width: 100%;
        font-size: 14px;
    }
    .xxcx_table table thead {
        background: #258257 url("lssp_xxcx_bg1.jpg");
        height: 44px;
        line-height: 44px;
        color: #FFFFFF;
    }
    .xxcx_table table thead th:first-child {
        text-align: center;
        text-indent: 0;
        width: 80px;
    }

    .xxcx_table table tr td {
        height: 44px;
        line-height: 1.5;
        /* text-indent: 1em; */
        padding: 0px 5px;
    }

}