li.show {
    width:  800px;
    height:  60px;
    padding: 0px;
}

.sp_nav {
    width:  66px;
    height:  21px;
    background-color: #20BAF2;
    font-size: 12px;
    border-radius: 100px;
    color: #fff;
    margin: 20px 10px 19px 20px;
    float:  left;
    text-align:  center;
    padding: 4px;
}

.sp_name {
    height:  25px;
    font-size:  18px;
    margin-top: 18px;
    margin-bottom:  17px;
    margin-right: 10px;
    float:  left;
}
.sp_none{
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    float: left;
}
    
.sp_tag {
    height:  17px;
    font-size:  12px;
    color:  #999999;
    float:  left;
    margin-top:  22px;
    margin-bottom:  21px;
}

a.sp_a {
    float:  right;
    border: 1px solid #0096DF;
    color: #0096DF;
    height:  30px;
    width:  80px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom:  15px;
    margin-top:  15px;
    margin-right:  15px;
    text-align:  center;
    padding: 7px;
}