@charset "UTF-8";

.ttt {
    font-size: 36px;
    color: #025292;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    padding: 18px;
    margin-top: 12px;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 12px 0px;
    padding: 12px 4px;
}

.search-bar .lf_select {
    width: 160px;
    height: 28px;
    font-size: 16px;
}

.search-bar .lf-search-tips {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: white;
    margin-left: 40px;
    width: 200px;
}

.search-bar .lf-search-tips li {
    padding: 8px 20px;
}

.search-bar .lf-search-tips li span {
    font-size: 17px;
    font-family: 宋体;
}

.search-bar .lf-search-tips li span.s-key {
    color: red;
}

.search-bar .lf-search-tips li:hover {
    background-color: #dddddd;
}

.search-bar .f1 {
    display: flex;
    align-items: center;
    margin: 0px 8px;
}

.search-bar .f1 .filter_title {
    font-size: 16px;
}

.search-bar .f1 .lf_input {
    width: 160px;
    font-size: 16px;
    padding: 3px;
}

.search-bar .btn-box {
    display: flex;
}

.search-bar .search {
    margin: 0px 8px;
    width: 80px;
    height: 36px;
    background-color: #015293;
    color: #fff;
    border-color: transparent;
    font-size: 16px;
}

.search-bar .reset {
    margin: 0px 8px;
    width: 80px;
    height: 36px;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .search-bar {
        display: grid;
    }

    .search-bar .f1 {
        margin: 4px 0px 8px;
    }

    .search-bar .lf_select {
        width: 154px;
    }

    .search-bar .btn-box {
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
}

@media screen and (max-width: 680px) {
    .ttt {
        font-size: 30px;
    }
}

.table-box tr.tb_title {
    background-color: #bdd5e9;
    font-size: 14px;
    color: #111;
}

.table-box tr.tb_content {
    font-size: 16px;
    background-color: #fff;
}

.table-box tr.tb_content:nth-child(2n) {
    background-color: #F1F3F5;
}

.table-box tr.tb_title th {
    padding: 10px 2px;
}

.table-box tr.tb_content th {
    padding: 10px 2px;
}

th.w_84 {
    width: 84px;
    text-align: center;
}

th.w_90 {
    width: 90px;
    text-align: center;
}

th.w_100 {
    width: 100px;
    text-align: center;
}

th.w_110 {
    width: 110px;
    text-align: center;
}

th.w_116 {
    width: 116px;
    text-align: center;
}

th.w_120 {
    width: 120px;
    text-align: center;
}

th.w_130 {
    width: 130px;
    text-align: center;
}

th.w_140 {
    width: 140px;
    text-align: center;
}

th.w_150 {
    width: 150px;
    text-align: center;
}

th.w_160 {
    width: 160px;
    text-align: center;
}

th.w_170 {
    width: 170px;
    text-align: center;
}

th.w_180 {
    width: 180px;
    text-align: center;
}

th.w_190 {
    width: 190px;
    text-align: center;
}

th.w_200 {
    width: 200px;
    text-align: center;
}

th.w_210 {
    width: 210px;
}

th.w_220 {
    width: 220px;
}

th.w_230 {
    width: 230px;
}

th.w_240 {
    width: 240px;
}

th.w_250 {
    width: 250px;
}

th.w_260 {
    width: 260px;
}

th.w_270 {
    width: 270px;
}

th.w_280 {
    width: 280px;
}

th.w_290 {
    width: 290px;
}

th.w_300 {
    width: 300px;
}

th.w_310 {
    width: 310px;
}

th.w_320 {
    width: 320px;
}

th.w_330 {
    width: 330px;
}

th.w_340 {
    width: 340px;
}

th.w_350 {
    width: 350px;
}

th.w_360 {
    width: 360px;
}

th.w_370 {
    width: 370px;
}

th.w_380 {
    width: 380px;
}

th.w_390 {
    width: 390px;
}

th.w_400 {
    width: 400px;
}

th.w_410 {
    width: 410px;
}

th.w_420 {
    width: 420px;
}

th.w_430 {
    width: 430px;
}

th.w_440 {
    width: 440px;
}

th.w_450 {
    width: 450px;
}

th.w_460 {
    width: 460px;
}

th.w_470 {
    width: 470px;
}

th.w_480 {
    width: 480px;
}

th.w_490 {
    width: 490px;
}

th.w_500 {
    width: 500px;
}

.tb_content_none {
    width: 100%;
    height: 640px;
}

.tb_content_none .jg_p {
    text-align: center;
    font-size: 16px;
    margin-top: 64px;
}

.qqmap .map-icon {
    background-image: url(${root_path}material/images/qqmap.png);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}