
.contable{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    margin-bottom: 25px;
}
.contable_item{
    width: 100%;
    display: flex;
    flex-direction: column; 
    margin-bottom: 25px;
}
.contable_item_title{
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    overflow: hidden;
}
.contable_item_title span{
    display: inline-block;
    font-size: 16px;
    background: #f2f2f2;
    color: #990000;
    border: 1px solid #ccc;
    border-bottom: none;
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
}
.contable_item_name{
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
}
.contable_item_name span{
    display: inline-block;
    font-size: 16px;
    color: #6D6D6D;
    padding: 3px 10px;
    cursor: pointer;
}
a{
    text-decoration: none;
}