.clear{
    clear: both;
}
.sxactive{
    background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(238, 206, 142, 2)), to(rgba(238, 195, 116, 8)));
}
.kongjian{
    border-bottom:1px dashed #f0f0f0; 
}
.kongjian b{
    float: left;
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 70px;
}
.kongjian ul{
    float: left;
    max-width: 90%;
}
.kongjian ul li{
    float: left;
}
.kongjian ul li a{
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 20px;
    text-align: center;
    padding: 3px 12px;
    line-height: 70px;
    cursor: pointer;
}
.holder{
    float: right;
    margin-bottom: 40px;
    margin-top: 10px;
}
.holder a{
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 3px; 
}
.jp-current{
    line-height: 24px;
    background-color: #f2cb62!important;
    border: 1px solid #f2cb62!important;
    color: #fff!important;
}