.tag_content_list {
    float: left;
    width: 910px;
    margin-bottom: 60px;
}
.tag_content_list .tag_head {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 25px 20px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.tag_content_list .tag_head .icon {
    display: inline-block;
}
.tag_content_list .tag_head .icon i {
    font-size: 50px;
    padding-right: 15px;
}
.tag_content_list .tag_head .tag {
    display: inline-block;
}
.tag_content_list .tag_head .tag h3{
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
}
.tag_content_list .tag_head .bottom {
    width: 789px;
}
.tag_content_list .tag_head .bottom .count {
    display: inline-block;
}
.tag_content_list .tag_head .bottom .count {
    color: #aeb5bd;
    font-size: 14px;
}
.tag_content_list .tag_head .bottom .flow_box {
    display: inline-block;
    float: right;
    margin-top: -20px;
}
.tag_content_list .tag_head .bottom .flow_box button {
   width: 90px;
    height: 34px;
}
.tag_content_list .padding_add {
    padding: 30px 30px 0 30px;
    margin-bottom: 0;
    border: 0;
}
.tag_content_list .article_content .bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.tag_content_list .article_content .top .left_info {
    width: 710px;
}