.tag-title{
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #CCCCCC;
}
.tag-title span{
    display: inline-block;
}
.tag-name{
    font-size: 16px;
    font-weight: bold;
}
.more{
    cursor: pointer;
}
.more:hover{
    color: #0096D9;
}
.span-class{
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.title-wrap{
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    border-bottom: 1px dashed #CCCCCC;
}
.title-wrap .current{
    color: #0096D9;
}
