.clist {

    width: 1200px;
    height: auto;
   padding-top: 150px;
}

.clist div.lister {
    height: auto;
    padding: 12px 10px;
    overflow: auto
}

.clist div.lister:hover {
    background-color: #FAFAFA
}


.clist li{
display:block;
float:left;
}

.alphabet-list {
    overflow: auto;
    width: auto;
    height: auto;
    height: 25px;
    line-height: 25px
}

.alphabet-list span.title {
    float: left
}

.alphabet-list li {
    float: left;
    width: 32px;
    height: 25px;
    text-align: center
}

.province dd a:hover {
    background-color: #42b712;
    color:#fff;
}

.province dl {
    clear: both;
    padding: 5px 20px;
    width: 100%;
    zoom:1}

.province dt {
    float: left;
    height: 30px;
    margin-right: 10px;
    line-height: 30px;
    width: 55px;
    text-align: center;
    color: #fff;
    background-color: #c1c1c1;
    font-weight: 700;
    border-radius: 2px
}

.province dd,.province dt {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px
}

.province dd {
    float: right;
    padding-left:45px;
    width: 1200px
}

.province dd a {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap
}

.pinyin dl {
    clear: both;
    margin: 5px;
    padding: 5px 20px;
    width: 100%;
    zoom:1}

.pinyin dt {
    margin-left: 20px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #c1c1c1;
    font-weight: 700
}


.catList { 
    display:  none; 
    background-color:  #f6f6f6; 
    border:  1px solid #ddd; 
    border-radius:  10px; 
    position:  absolute; 
    z-index:  99999999999999999999; 
    color:  #666; 
    width:  356px; 
    font-size:  14px; 
    margin-left:  -20px; 
    margin-top: 35px; 
    padding: 10px; 
    min-width: 350px;
} 

.catList:before,.catList:after { 
    content: " " !important; 
    border: 7px solid transparent; 
    position: absolute; 
    left: 32px; 
    visibility: visible !important;
} 

.catList:before { 
    border-bottom-color: #cccaca; 
    top: -14px;
} 

.catList:after { 
    border-bottom-color: #f6f6f6; 
    top: -13px;
} 

@media only screen and (max-width: 960px){
 .clist {
    width:100%;
}
.province dd{
   width:100%;
   padding:15px;
}
}