
.container{
    width: 100%;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #f3f6fb;
    min-height: 499px;
}
.select_nav{
    width: 80%;
    min-height: 30px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px 0px;

}

.zjfl{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.zjfltitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: end;
}
.zjfllist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.zjfllist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.zjfllist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}

.fwfl{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.fwfltitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: end;
}
.fllist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.fllist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.fllist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}


.pzlx{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.pzlxtitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: end;
}
.pzlxlist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.pzlxlist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.pzlxlist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}
.fwlb{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.fwlbtitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: end;
}
.fwlblist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.fwlblist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.fwlblist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}


.zcfl{
    width: 100%;
    min-height: 30px;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}
.zcfltitle{
    width: 10%;
    height: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: end;
}
.zcfllist{
    display: flex;
    flex-wrap: wrap;
    width: 88%;
}
.zcfllist li{
    line-height: 30px;
    padding: 0 20px;
    color: #333333;
    cursor: pointer;
}
.zcfllist li.active{
    background: #ff9900;
    color: #ffffff;
    border-radius: 5px;
}


.contentlist{
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 18px;
    margin-top: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-sizing: border-box;
}
.lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.lists li{
    width: 25%;
    
    margin-bottom: 40px;
    cursor: pointer;

}
.lists li a{
    width: 100%;
  display: flex;
    justify-content: space-between;  
}

.lists li a img{
   width: 100px;
   height: 100px;
}
.zjjs{
    width: 54%;
}
.zjname{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cszy{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}

.callme{
    width: 60%;
    height: 2rem;
    background: #FFF6E7;
    border: 1px solid #FFDDA4;
    color: #ff9f00;
    text-align: center;
    padding: 0;
    line-height: 2rem;
    display: block;
    font-size: 1rem;
    border-radius: 4px;
}
.callme:hover{
    background: #ff9f00;
    color: #ffffff;
    cursor: pointer;
}

.zjsearch{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 0 0 0 4%;
    box-sizing: border-box;
    display: flex;
}
.zjsearch input{
    width: 24rem;
    height: 4rem;
    line-height: 4rem\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 0px;
    border-color: #d0d0d0;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 1rem;
}
.zjsearch button{
    width: 8rem;
    height: 4rem;
    border-radius: 0px;
}

@media screen and (max-width: 1200px){
    .zjsearch{
    padding: 0;

}
.lists li a img{
   width: 60px;
   height: 60px;
}
}