body {
    min-width: 1200px;
    font-family: 微软雅黑;
    color: #333
}

*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

input {
    margin: 0;
    padding: 0;
    outline: 0
}

li {
    list-style: none
}

a, ins {
    text-decoration: none
}

:focus {
    outline: 0
}

a {
    color: #333
}

.more a {
    color: #999
}

a:hover {
    color: #02A7F0;
}

.more a:hover {
    color: #02A7F0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both
}

.cf {
    zoom: 1
}

.hide {
    display: none
}

.block {
    display: block
}

input, textarea {
    font-family: 微软雅黑
}

.ma {
    /* margin: 0 160px; */
    /* width: 100% */
}

.mianbaobg {
    width: 100%;
    height: 40px;
    background: #e7f1ff;
    line-height: 40px
}

.mianbao div:first-child {
    height: 40px;
    width: 20px;
    background: url(dqwz.png) center center no-repeat;
    margin-right: 15px
}

.mianbao div {
    float: left;
    font-size: 14px;
    color: #999
}

.mianbao div a {
    font-size: 14px;
    color: #999;
    padding: 0 2px
}

.mianbao div a:last-child {
    color: #1f59d8
}

.bannerbg {
    width: 100%;
    height: 220px;
    background: url(bannerbg.png) center top no-repeat
}

.banner span {
    display: block;
    font-size: 40px;
    color: #fff;
    padding-top: 70px;
    /* padding-left: 35%; */
}

.mian {
    min-height: 433px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(153, 153, 153, .1);
    position: relative;
    top: -44px;
    padding-top: 60px
}

.mian > div {
    height: 280px;
    /* margin: 0 auto;
    width: 500px */
}

.mian > div > span {
    font-size: 24px;
    color: #333;
    font-weight: 700
}

.box1 span, .box2 span {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 20px
}

.box1 .div1, .box2 .div1 {
    width: 350px;
    height: 35px;
    margin-top: 10px;
    line-height: 40px;
    padding-left: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}

.box1 .div1 p, .box2 .div1 p {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 460px
}

/* .box1 div i, .box2 div i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(sx_up.png) center center no-repeat;
    cursor: pointer
} */

.ljcx input {
    width: 84px;
    height: 32px;
    background: #287ced;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    margin-top: 30px
}

/* .box1 div i.active, .box2 div i.active {
    background: url(sx_down.png) center center no-repeat
} */

.smallbox {
    position: absolute;
    width: 500px;
    box-shadow: 0 0 10px 0 rgba(153, 153, 153, .1);
    z-index: 10;
    background: #fff
}

.smallbox p {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    padding-left: 12px
}

.smallbox p:hover {
    background: #e7f1ff
}
.searchBox{
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    /* display: flex; */
    justify-content: space-between;
}
.search-item{
    height: 26px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.search-item.search-btn{
    float: right;
}
.search-item input, .search-item select, .search-item input:hover, .search-item input:focus{
    height: 26px;
    line-height: 26px;
    width: 200px;
    border-color: #b8741a;
    color: #b8741a;
    border-radius: 20px;
}
.el-input__inner::placeholder {
    color: #b8741a;
}
/* 火狐 */
.el-input__inner:-moz-placeholder {
    color: #b8741a;
}
/*ie*/
  
.el-input__inner:-ms-input-placeholder {
    color: #b8741a;
}
  /* 谷歌 */
.el-input__inner::-webkit-input-placeholder {
    color: #b8741a;
}
.search-item .search-button{
    padding: 5px;
    width: 60px;
    font-size: 14px;
}
.page-btn{
    background-color: #eee;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
}
.page-btn.btn-disable{
    opacity: 0.5;
    cursor: no-drop;
}
.page-btn.active-page{
    background-color: #02A7F0;
    color: #fff;
}
.list-block{
    /* width: 250px; */
    margin-right: 3rem;
    margin-top: 5px;
}
.mian {
    /* background-color: #f5f5f5; */
    padding: 2rem;
    /* display: flex; */
    justify-content: center;
}
.mian .index{
    display: flex;
    justify-content: center;
}
.content-container{
    width: 1080px;
    /* width: 50%; */
}

.bannerbg {
    width: 100%;
    height: 220px;
    background: url(../img/bannerbg.png) center top no-repeat;
}

.banner.ma {
    width: 1200px;
    margin: 0 auto;
}

.searchReult {
    display: none;
}

.banner span {
    display: block;
    font-size: 40px;
    color: #fff;
    padding-top: 70px;
}

.table {
    border: 1px solid #333;
    text-align: center;
    border-collapse: collapse;
    color: #333;
    font-size: 14px;
    border-spacing: 0 10px;
}

.tablTitle {
    line-height: 20px;
    padding: 5px 20px;
    background: #b8741a;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 120px;
}
.tablTr td{
    padding: 15px 0;
    line-height: 20px;
    word-break: break-all;
}
.tableContent {
    width: 600px;
}

table,
table tr td,
table tr th {
    border: 1px solid #8a8a88;
}

/* .mian>div {
    width: 800px !important;
} */

.mian>div>span {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.firstline {
    background-color: #e7f1ff;
    color: #333;
}

.bannerbg {
    width: 100%;
    height: 220px;
    background: url(../img/bannerbg.png) center top no-repeat;
}

#tjjl {
    text-align: center;
    margin: 10px auto 20px;
}

.trStyle {
    height: 36px;
    line-height: 36px;
}

.trStyle td {
    padding: 10px 4px;
}

.mian>div {
    height: auto !important;
}

.searchResult>input {
    width: 20%;
    height: 30px;
    line-height: inherit;
    position: absolute;
    right: 17%;
    color: white;
    background-color: #b8741a;
    /* color: #b8741a; */
    border: 0.027rem solid #e5e5e5;
}

.searchResult .moreBtn {
    text-align: center;
    margin: 20px 0;
}

.searchResult .moreBtn>input {
    /* width: 20%; */
    height: 30px;
    line-height: inherit;
    padding: 0 20px;
}

.ljcx {
    margin-left: 200px;
}

.boxTitle {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    /* margin-bottom: 20px; */
}
.el-pagination{
    display: inline-block;
    padding: 0 5px;
    vertical-align: bottom;
}
.empty-list{
    text-align: center;
    margin-top: 100px;
    /* color: #666; */

}
.el-input__icon{
    line-height: 26px;
    color: #b8741a !important;
}
@media screen and (max-width: 576px) {
    /* body {
        min-width: 100% !important;
        background-color: #f5f5f5;
    }

    .mian {
        background-color: #f5f5f5;
    }

    .ma {
        width: 100%;
        padding: 20px;
        top: 0px;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.5);
    }

    .bannerbg {
        background: url(../img/bannerbg-app.png) center top no-repeat;
        background-size: 100% 100%;
    } */

    /* .banner span {
        position: relative;
        top: -32px;
        font-size: 20px;
        text-align: left;
        color: white;
    } */

    /* .mian>div {
        width: 100% !important;
    } */

    /* .searchBox {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        padding-bottom: 0px;
        top: -64px;
        background: #fff;
    } */

    .boxTitle {
        padding: 10px 16px;
        margin-bottom: 0px !important;
        font-size: 14px !important;
        ;
        font-weight: unset !important;
    }

    /* .searchBox>div {
        width: 100%;
        display: flex;
        margin: 0px !important;
        border-top: 1px solid #ebedf0;
        padding: 10px 16px;

    } */

    .box1>div:not(:last-child)::after {
        position: absolute;
        box-sizing: border-box;
        content: ' ';
        pointer-events: none;
        right: 0;
        bottom: 0;
        left: 16px;
        border-bottom: 1px solid #ebedf0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

    .box1 .div1,
    .box2 .div1 {
        width: 100%;
        height: 24px;
        line-height: 24px;
        flex: 1 1 0;
        border: 0px;
        margin: 0px;
        padding-left: 0px;
    }

    /* .searchBox>div>span {
        margin: 0px;
        padding: 0px;
        width: 90px;
        font-size: 14px;
        color: #333333;
        font-face: PingFangSC-Regular;
        line-height: 24px;
    } */

    .boxTitle {
        border-top: 0px !important;
    }

    .boxTitle>span {
        color: #999999 !important;
    }

    .ljcx {
        position: relative;
        top: -64px;
        text-align: center;
        padding: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .ljcx input {
        width: 100%;
        height: 50px;
        background-color: #1677FF;
        line-height: inherit;
    }

    .ljcx .reset {
        color: black;
        background-color: #FFFFFF;
        border: 0.027rem solid #e5e5e5;
        margin-top: 12px;
    }

    .owner-bottom {
        height: 20px !important;
        width: 100%;
        color: #999999;
        text-align: center;
        font-size: 12px;
        position: fixed;
        bottom: 10px;
    }

    .searchResult>input {
        /* display: none; */
        position: fixed;
        top: 12px;
        right: 16px;
        background-color: rgba(132,77,8,0.7);
    }

    .searchResult>span {
        display: none !important;
    }

    .totalinfo {
        display: none;
    }

    .pageJump {
        display: none;
    }

    /* .table {
        font-size: 12px;
    } */

    /* .table .tablTitle {
        line-height: 20px;
    } */

    .searchResult #content {
        /*padding-top: 24px;*/
    }

}
/* 地区相关 */
.list-items .list-item{
    margin-bottom: 2rem;
    cursor: pointer;
}
.list-items .active-item{
    font-weight: bold;
    color: #31a3e6ec;
}
.search-button, .search-button:hover{
    color: #b8741a;
    border-color: #b8741a;
    border-radius: 20px;
}
.search-button.search-active, .search-button.search-active:hover{
    color: #fff;
    background-color: #b8741a;
}