@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-weight: normal; */
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    /* max-width: 1920px; */
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

body {
    max-width: 1920px;
}

.filter-box {}

.filter-tit {}

.filter-tit h2 {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background: #14579f;
    width: 153px;
}


.filter-tit div {
    width: 59px;
    height: 4px;
    background: #D30000;
    margin: 25px auto 0 auto;
}

.sjk-block {
    padding-top: 180px;
}

.search-box {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-top: 25px;
}

.search-box>p {
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    min-width: 110px;
    text-align: center;
    background: #69005F;
    margin-right: 10px;
}

.search-ipt {
    flex: 1;
    min-width: 0;
    opacity: 1;
    background: #fff;
    display: flex;
    align-items: center;
    max-width: 390px;
    border: 1px solid #BFBFBF;
}

.search-text {
    flex: 1;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.search-text input {
    display: block;
    width: 100%;
    background: no-repeat;
    font-size: 14px;
    color: #808080;
    height: 42px;
    line-height: 42px;
}

.search-text input:placeholder {
    color: #787777;
}

.search-filt {}

.search-filt>div {
    overflow: hidden;
    padding: 7px 0;
    display: flex;
    align-items: flex-start;
}

.search-filt>div>span {
    font-size: 18px;
    line-height: 30px;
    color: #2C2C2C;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.search-filt>div>span::after {}

.search-filt>div ul {
    overflow: hidden;
    flex: 1;
}

.search-filt>div ul li {
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    display: flex;
}

.search-filt>div ul li a {
    display: block;
    padding: 0 10px;
    color: #2C2C2C;
}

.search-filt>div ul li a:hover {
    background-color: #14579f;
    color: #fff;
}

.search-filt>div ul li.on a {
    background-color: #14579f;
    color: #fff;
}

.search-filt>div ul.city li {
    width: 12.5%;
}

.sjk-result {
    margin-top: 35px;
}

.result-tit h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #14579f;
    border-left: 4px solid #14579f;
    padding-left: 10px;
}

.result-table {
    overflow-x: auto;
    margin-top: 25px;
}

.result-table table {
    width: 100%;
    min-width: 768px;
    border-collapse: collapse;
    table-layout: fixed;
}

.result-table table tr {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
}

.result-table table tr th {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #333;
    text-align: center;
    background: #F3F1F2;
}

.result-table table tr td {
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    color: #2C2C2C;
}

.result-table table tr:hover {
    background: #F3F1F2;
}




@media screen and (max-width:1400px) {}

@media screen and (max-width:1024px) {
    .filter-tit h2 {}

    .filter-tit div {
        margin: 15px auto 0 auto;
    }

    .search-box {
        display: block;
        padding: 0 10px;
    }

    .search-box>p {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .search-ipt {
        padding: 0;
        max-width: none;
    }

    .sjk-block {
        padding-top: 35px;
    }

    .search-text {
        padding: 0 10px;
    }

    .search-filt>div {
        display: block;
    }

    .search-filt>div ul {
        margin-top: 5px;
    }

    .search-filt>div>span {
        display: block;
        width: auto;
        margin-right: 0;
        text-align: left;
    }


    .sjk-result {
        margin-top: 25px;
        display: block;
    }

    .sjk-result>div {
        float: none;
        width: auto;
    }

    .sjk-result>div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .search-filt>div ul li, .result-table table tr td, .result-table table tr th {
        font-size: 14px;
    }

    .search-filt>div ul.city li {
        width: 20%;
    }

    .result-table2 table {
        min-width: auto;
    }
    .result-table2 table  tbody{
        display: block;
    }

    .result-table2 tr {
        display: block;
        box-shadow: 0 0 10px rgba(204, 204, 204, .5);
        margin: 0 10px;
        margin-top: 10px;
        border-radius: 5px;
        background: #fff;
        border: none;
        padding: 10px;
    }

    .result-table2 tr.result-th {
        display: none;
    }

    .result-table2 table tr td {
        display: block;
        text-align: left;
        padding: 5px;
        padding-left: 80px;
        position: relative;
        border-top: 1px dashed rgba(204, 204, 204, .3);
    }

    .result-table2 table tr td:nth-child(1) {
        border-top: none;
    }

    .result-table2 table tr td::before {
        content: attr(data-content);
        position: absolute;
        left: 10px;
        top: 5px;
        display: block;
        text-align: center;
    }

}

@media screen and (max-width:768px) {
    .search-box>p {
        float: none;
        width: auto;
    }

    .search-ipt {
        float: none;
        margin-top: 10px;
    }

    .search-text {}

    .search-filt>div>span {}

    .sjk-result>div {
        float: none;
        width: auto;
    }

}