.mod-taglist .hd{
    position: relative;
    height: 40px;
    padding: 0 15px;
    background: #f8f8f8;
    border-top: 4px solid #e3007a;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
}
.mod-taglist .hd .title{
    display: inline-block;
    width: 75%;
    font-size: 18px;
    font-weight: bold;
}
.mod-taglist .hd .title strong{
    font-weight: bold;
    color: #fd6600;
}
.mod-taglist .bd{
    padding: 10px 0;
}
.mod-taglist .bd a{
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 3px;
    background: #f8f8f8;
    line-height: 28px;
    white-space: nowrap;
}
.mod-taglist .bd a:hover{
    background: #4bc061;
    color: #fff;
}


@media screen and (max-width: 1020px){
    .mod-taglist .bd a{
        font-size: 13px;
    }
}