.search-wrapper{
    font-size: 15px;
    color: #0F61A5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.search-wrapper div>input{
    display: block;
    width: 280px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 5px;
}

.search-box1 input{
    /* margin-left: 100px; */
}

.search-box3 input{
    /* margin-left: 21px; */
}

.cbw_search_list_box li{
    line-height: 40px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.cbw_search_list_box li div:nth-child(1){
    width: 10%;
    border-right: 1px solid #ccc;
    font-size: 16px;
    color: #0F61A5;
    background-color: #f7f7f7;
    text-align: center;
    font-weight: bold;
    align-content: center;
}

.cbw_search_list_box li div:nth-child(2){
    font-size: 16px;
    padding-left: 20px;
    width: 90%;
}

.cbw_search_list_box li:nth-child(2n){
    border-top: none;
    border-bottom: none;
}

.cbw_search_list_box li:nth-child(10){
    border-bottom: 1px solid #ccc!important;
}

.hmc3_inx{
    margin-left: 0px;
}
/* 头标题 */
.m3pageCon{
    padding: 0 50px 50px;
}

@media screen and (max-width: 1200px){
    .cbw_search_list_box li span{
        margin-left: 0;
   }

   .search-wrapper{
        padding: 0;
        height: 200px;
        flex-direction: column;
        justify-content: space-evenly;
   }

   .search-wrapper div>input{
        width: 100%;
   }

   .search-box1 input{
        margin-left: 0;
   }

   .search-box3 input{
        margin-left: 0;
   }

   .cbw_search_list_box li{
        line-height: 30px;
   }

   .cbw_search_list_box li div:nth-child(1){
        width: 30%;
   }

   .cbw_search_list_box li div:nth-child(2){
        width: 70%;
        padding-left: 15px;
        padding-right: 15px;
   }

   .query-item{
        width: 100%!important;
        margin-left: 0!important;
   }

   .hmc3_inx{
        margin-left: 0px!important;
   }

   .hmc3_inx .input{
        width: 100px!important;
        margin-left: 0px!important;
   }

   .query-item>div{
        width: 50%;
   }

   .query-item div:nth-child(1){
        float: none!important;
   }

   .query-item>div.fl{
        margin-left: 10px!important;
   }

   #checkCode{
        font-size: 18px!important;
        letter-spacing: 1px!important;
   }

   .query-list{
        margin-top: 0px!important;
        margin-bottom: 100px!important;
   }

   .query-btn{
        margin-top: 10px;
   }

   /* 头 */
   .m3pageCon{
        padding: 35px 25px;
   }
}