.sz_l li span{
font-size:16px;
}
.sz11{
margin:20px 0;
}
.sz_l #rank_a a.on{
background: #066a49;
    color: #fff;
    border-radius: 10px;
}
}
.sz_l,.sz_r{
 font-size: 18px;
}
.sz_r{
margin-top:30px;
}
.sz_l ul{
    display: flex;
    position: relative;
    margin: 10px 0;
}
.sz_l ul li:nth-child(2){
    position: absolute;
    left: 6%;

}
.sz_l ul li{
    line-height: 40px;
    height: 40px;
}
.sz_l #rank_a{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    width: 88%;
}
.sz_l #rank_a a{
    display: block;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
}

.sz_l  a{
    padding: 0 10px;
    font-size: 16px;
    display: block;
    cursor: pointer;
}
.sz_r ul{display:flex;flex-wrap: wrap;border: 1px solid #298668;padding: 15px;box-sizing: border-box;}
.sz_r ul li{
width:11.1%;
}
.sz_r ul li a{
    position: relative;
    display: block;
    cursor: pointer;
    padding-left:18px;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sz_r ul li a::before{
content:"";
position:absolute;
background:url(../img/fenlei.png);
top:50%;
transform: translateY(-50%);
left:0;
width:10px;
height:10px;
}


.sz_l ul li.first_child{
width:6%;
}

.sz_l ul li.second_child{
    position: absolute;
    left: 7%;
    font-size: 16px;
}
.sz_l ul #rank_a a:first-child{
    margin-left: 8%;
}

.sz_l ul .second_child a{
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
}
.sz_l ul .second_child a:hover{
     cursor: pointer;

}
.sz_l ul .second_child a.on{
    background: #066a49;
    color: #fff;
    border-radius: 10px;
    display: block;

}


.all .on{
    background: #066a49;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}
.select{
overflow:hidden;
}
.select-1{
float:left;
}
.select-1 span{
    font-size: 16px;
}

.select-r{
float:left;
}

.select-1 input{
    border: 1px solid #ddd;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    margin-left: 8px;
    padding: 0 5px;
    width: 200px
}
.select-r button{
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}
.select-r .sear{
    color: #fff;
    background: #117165;
}
.select-r .reset{
    color: #333;
    background: #eeeeee;
}