.taglist_1 {
    margin: 20px 0;display: flex;align-items: center;flex-wrap: wrap;
}
.tags {
    height: 37px;
    line-height: 37pxpx;
}

.taglist_list{
    display: flex;
    justify-content:center;
    align-items: center;
    /* height: 48px; */
    font-size: 14px;
    color: #666;
    float: left;
    padding: 0 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-left: 10px;
    margin-bottom: 12px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.taglist_list:hover {
    background-color: #ccc;
    color:red;
}
.taglist_list>span {
    display: block;
    height: 30px;
    line-height: 30px;
}