
.contbox{
    padding: 20px;
}
.titlebox{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.title{
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2456c8;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
}
.more{
    line-height: 40px;
    margin-left: 50px;
    width: 100px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}
.textlabel{
    line-height: 50px;
    border-bottom: 1px solid #c4c1c1;
    font-size: 16px;
    cursor: pointer;
}