.list-r .zcfgSearch .classify{
    border-bottom: 1px solid #E5E5E5;
}
.list-r .zcfgSearch .classify li{
    float: left;
    margin-right: 29px;
    padding-bottom: 15px;
    font-size: 18px;
    cursor: pointer;
}
.list-r .zcfgSearch .classify li.active{
    border-bottom: 3px solid #42C7BA;
}
.list-r .zcfgSearch .other{
    margin: 20px 0;
}
.list-r .zcfgSearch .other .option select{
    background: #f4f9fd;
    display: inline-block;
    height: 45px;
    border: 0;
    font-size: 16px;
    text-align: center;    
    padding-right: 15px;
    width: 166px;
    outline: none;
    line-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;  
    appearance: none;    
    background-image: url('/web2025/arrow-icon.png'); 
    background-repeat: no-repeat;
    background-position: 140px center; 
}
.list-r .zcfgSearch .other .option select option{
    background: #ffffff;
}
.list-r .zcfgSearch .other .searchText{
    background: #f4f9fd;
}
.list-r .zcfgSearch .other .searchText input{
    line-height: 45px;
    height: 45px;
    width:595px;
    padding-left: 20px;
    display: inline-block;
    outline: none;
    background: #f4f9fd;
    border: 0;
    font-size: 16px;
}
.list-r .zcfgSearch .other .searchText button{
    outline: none;
    background: linear-gradient(to right, #3cc5d8, #2988ee);
    color: #ffffff;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    border: 0;
    display: inline-block;
    width: 94px;
    font-weight: bold;
}
.list-r .noResult{
    text-align: center;
    padding: 30px 0;
    font-size: 20px;
}
.list-r .pages{
    text-align: center;
    font: normal normal 16px "微软雅黑";
}
.list-r .pages .pageSet{
    display: inline-block;
}
.list-r .pages .pageSet a{
    min-width: 40px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dddddd;
    padding: 0 16px;
    text-align: center;
    float: none;
    margin: 0 4px;
    display: inline-block;
    background: #ffffff;
}
.list-r .pages .pageSet a.current, .list-r .pages .pageSet a:hover {
    color: #FFFFFF;
    background: #08B0CA;
    border: 1px #08B0CA solid;
}
.list-r .pages .jump{
    display: inline-block;
}
.list-r .pages .total{
    display: inline-block;
    margin: 0 30px;
}
.list-r .pages .form{
    display: inline-block;
    margin-top: 20px;
}
.list-r .pages .form input.pageNum{
    width: 30px;
    font-size: 14px;
    margin: 0 4px;
    appearance: auto;
    text-align: center;
}
.list-r .pages .form input.go{
    /* font-size: 13px;
   
    cursor: pointer;
    padding: 1px 5px;
    margin-left: 5px; */
     appearance: auto;   cursor: pointer;
    position: relative; margin-left: 2px; height: 34px; border: 1px solid #dddddd; font:normal normal 14px "微软雅黑";
color: #000000; padding: 7px 16px; text-align: center; background:#fff
}