.pages {
    padding-bottom: 16px;
}

.breadcrumb {
    padding: 0;
    margin-top: 16px;
}

.TAG_box {
    margin-top: 24px;
}

.TAG_lists_parent {
    margin-bottom: 22px;
}

.TAG_indexes {
    width: 26px;
    height: 26px;
    background: #2BBC80;
    border-radius: 3px;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}

.TAG_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.TAG_list a {
    width: 196px;
    font-size: 14px;
    color: #333333;
    height: 19px;
    line-height: 19px;
    margin-right: 47px;
    margin-bottom: 10px;
}

.TAG_list a:hover {
    color: #2BBC80;
}

.TAG_list a:nth-of-type(5n) {
    margin-right: 0;
}

.read_more {
    width: 400px;
    height: 32px;
    background: #CCCCCC;
    border-radius: 16px;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 48px;
    cursor: pointer;
}