.cusSelect {
    width: 165px;
    height: 39px;
    line-height: 30px;
    border: 1px solid #c6c6c6;
    background: url("http://zfsg.gd.gov.cn/public/select.png") no-repeat 145px 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: 235px;
    height: 100%;
    font-size: 16px;
    color: #333333;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    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;
}