

/*颜色*/
.select136 .select136-list a {
    color: #039;
}

.select136 .select136-list dd.on a {
    background-color: #f60;
}

.select136 .select136-list a:hover {
    color: #f60;
    background-color: #f3edc2;
}

/*颜色end*/
.select136 {
    padding: 5px 10px;
    border: #ddd 1px solid;
    border-radius: 4px;
    /*width: 1200px;*/
    margin: 1% auto;
    font-size: 12px
}

.select136 li {
    list-style: none;
    padding: 10px 0 5px 100px
}

.select136 .select136-list {
    border-bottom: #eee 1px dashed
}

.select136 .select136-list dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

.select136 .select136-list dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.select136 .select136-list dt {
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -100px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px
}

.select136 .select136-list dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
}

.select136 .select136-list a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 2px;
}

.select136 .select136-list dd.on a {
    color: #fff;
}

