.main{
    width: 100%;
    padding: 15px 0;
    background-color: #f5f7f8;
    min-height: 500px;
}
.label_box{
    width: 1200px;
    box-sizing: border-box;
    /*padding: 20px;*/
    /*background-color: #FFFFFF;*/
    margin: 0 auto;
}
.breadNarber{
    margin: 15px 0;
}
.label_header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: rgb(240,240,240);
    border: 1px solid #e0e0e0;
}
.tags_btn{
    padding: 3px 15px;
    background-color: #ED6D47;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-top: 5px;
}
.tags_btn span{
    font-size: 14px;
    color: #FFFFFF;
}
.tags_search b{
    color: #f66312;
}
.label_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.label_item{
    width: 100%;
    padding: 12px 20px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
}
.label_item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.label_icon{
    width: 111px;
    height: 111px;
    border-radius: 20px;
    margin-right: 20px;
}
.label_content{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.label_title{
    font-size: 14px;
    color: #ED6D47;
}
.score_img{
    width: 76px;
    height: 16px;
}
.label_content_info{
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    height: 40px;
    overflow: hidden;
    margin: 6px 0;
}
.label_content_bottom{
    width: 100%;
    display: flex;
    align-items: center;
}
.label_content_bottom span{
    font-size: 14px;
    color: #333;
}
.label_content_bottom em{
    margin: 0 10px;
    color: #CCC;
}
.label_content_bottom b{
    color: #F66312;
}
