.syllabu{
    padding: .3rem 0;
}
.syllabu .syllabu-text-tit{
    height: .82rem;
    line-height: .82rem;
    font-size: .26rem;
    color: #666666;
    text-align: center;
}
.syllabu-cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.syllabu-cont li{
    width: 3.35rem;
    list-style: none;
}
.syllabu-cont li:nth-child(n+3){
    margin-top: .2rem;
}
.syllabu-cont li .syllabu-cont-text{
    display: flex;
    justify-content: space-between;
    padding: 0 .1rem;
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    font-size: .3rem;
    background-color: #b46636;
}
.syllabu-cont li .syllabu p:last-child{
    text-align: right;
}
