.banner .sj_banner{display:none;}

@media (max-width: 1280px) {
    .search-content {
        display: flex;
        flex-flow: column;
        height: auto;
    }
    .search-content .title {
        margin-right: 20px;
    }
    .search-content .form {
        width: 100%;
        margin-top: 20px;
    }
    .search-content .group {
        display: flex;
    }
    .search-content .danwei,
    .search-content input[type='submit'],
    .search-content input[type='reset'] {
        flex: 1;
    }
    .search-content input[type='submit'] {
        margin-right: 10px;
    }
   .search-content{padding: 35px 30px;}
}

@media (max-width: 992px) {

.banner .pc_banner{display:none;}
.banner .sj_banner{display:block;}

    .header {
        position: relative;
    }
    .header .goback {
        float: right;
    }
    .header .toplink {
        display: none;
    }
    .foot-info .lf a {
        margin-right: 10px;
    }
    .foot-info .rt li {
        margin-left: 10px;
    }
    .table-con .title h3 {
        position: inherit;
        left: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        float: left;
        padding-left: 0;
    }
    .row{
        margin-bottom:30px;
    }
     .table-con {}
    .table-con .table{
       
        overflow-x:auto;
    }
       .table-con .table .th,
     .table-con .table .tr{
          min-width:800px;
     }
    .table-con .table .th {
        font-size: 16px;
    }
    .table-con .table span {
        padding: 0 5px;
    }
    .table-con .table span:nth-child(2) {
        width: 15%;
    }
    .table-con .table span:nth-child(4) {
        width: 40%;
    }
    .banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner img {
        max-width: none;
        height: 320px;
    }
    .search-content {
        padding: 25px 20px;
        margin-top: -20px;
        margin-bottom:20px;
    }
    .search-content .tit {
        width: 240px;
    }
    .search-content .group:last-child .select-wrapper {
        width: 240px;
    }
    .list-dqwz h2 {
        font-size: 24px;
    }

    .search-content {
        padding-top: 10px;
    }
    .search-content .group {
        flex-flow: column;
        height: auto;
    }

     .select-wrapper,
    .search-content .number,
    .search-content .danwei,
    .search-content .tit,
    .search-content .group:last-child .select-wrapper,
    .search-content input[type='submit'],
    .search-content input[type='reset'] {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .search-content .line01 select,
    .search-content .line01 input{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .search-content .danwei,
    .search-content input[type='submit'],
    .search-content input[type='reset'] {
        flex: none;
    }
    .search-content .group:last-child {
        margin-top: 0;
    }

.content .item{
    float:none;
    width:100%;
    margin:0 !important;
    margin-bottom:20px !important;
}
.table-con .title{
    display:block;
}
.table-con .title::after{
    display:none;
}
}


@media (max-width: 840px) {

 .content .item {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }

 }

@media (max-width: 768px) {
    .foot-link {
        background: #1151af;
        padding-top: 15px;
    }
    .foot-link .link-list {
        width: 100%;
    }
    .foot-link .link-list .box {
        width: 100%;
        margin-bottom: 10px;
    }
    .foot-link .link-list .tit {
        line-height: 50px;
        background: rgba(255, 255, 255, 0.15);
        padding: 0 20px;
    }
    .foot-link .link-list .tit p {
        display: block;
        text-align: left;
    }
    .foot-info {
        padding: 15px 0;
    }
    .foot-info .lf {
        float: none;
        text-align: center;
    }
    .foot-info .lf a {
        float: none;
        display: inline-block;
    }
    .foot-info .mid {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .foot-info .rt {
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .foot-info .rt li {
        float: none;
        display: inline-block;
    }
   
}

@media (max-width: 600px) {
    html {
        font-size: 14px;
    }
    .content {
        padding: 0px 15px 0 15px;
    }
    .title-con h3,
    .table-con .title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .banner img {
        height: 220px;
    }

    .title-con .more,
    .table-con .title .more{
          line-height: 30px;
    }
    
   
}