@charset "utf-8";
/* CSS Document */

.jyzxts-content {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
    color: #666666;
    font-weight: 400;
    font-size: 0.7rem;
}
label{ font-weight: normal !important;}
.serach {
    display: flex;
    margin-top: 17px;
    align-items: center;
    width:33%;
}

.serach input {
    width: 304px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding-left: 10px;
}

.serach select{
    width: 304px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #B5B5B5;
    border-radius: 4px;
    padding-left: 10px;
}

.serach button{
    width: 68px;
    height: 34px;
    background: #1559A3;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
}

.search-little{
    width: 130px !important;
}

.grey-box{
    width: 100%;
    padding: 20px;
    background: #F3F6F9;
    border: 1px solid #DEDEDE;
    margin: 20px 0;
}
.grey-box ul{
    display: flex;
    justify-content: space-between;
}
.grey-box ul li div span:first-child{
    font-weight: 700;
}

.grey-box select{
    background: #fff url(../images/select_jt.png) no-repeat right center;
    background-size: 14px;
    outline: none;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 18px;
}
.zfgb-con-box{
    margin-bottom: 30px;
}

.jsxm-title{border-bottom: 1px solid #1559A3;margin-bottom: 10px;}
.jsxm-title span{display: inline-block; background: #1559A3;color: #fff;font-weight: 700;font-size: 1rem;padding: 10px 20px;}

@media(max-width:1300px){
    .serach { width: 45%}
}
@media(max-width:1200px){
    .szxx-right{ width: 100%;justify-content: flex-start;margin-top: 15px;}
    .grey-box ul{flex-wrap: wrap;justify-content: flex-start;}
    .grey-box ul li{margin-bottom: 20px;margin-right: 30px;}
}
@media(max-width:1088px){
    .serach { width: 45%}
}

@media(max-width:1024px){
    .serach select,.serach input{width: 240px;}
    .search-little{width: 95px !important;}
}

@media(max-width:870px){
    .szxx-title-left{flex-direction: column;align-items: flex-start;}
    .szxx-title-text{margin-top: 15px;}
    .serach { width: 95%; padding-left: 0;}
    .serach select,.serach input{width: 360px;}
    .search-little{width: 155px !important;}
}

@media(max-width:600px){
    .serach select,.serach input{width: 300px;}
    .search-little{width: 120px !important;}
    .jyzxts-table-first th:first-child{width: 10%;}
}
@media(max-width:480px){
    .serach select, .serach input{width: 260px;}
    .search-little{width: 105px !important;}
}
@media(max-width:360px){
    .search-little{width: 76px !important;}
}
