.tag {
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    background: #fff;
}
.tag-title {
    font-size: 14px;
}
.tag-list {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 30px;
}
.tag-list:last-child {
    margin-bottom: 0;
}
.tag-list li {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    line-height: 22px;
}
.tag-list a {
    font-size: 13px;
    color: #09c;
}