.title-list li:nth-child(1){
    line-height: 25px;
    background: #77a8d8;
    color: #fff;
    padding: 0 22px;
    border-radius: 0 1rem 1rem 0;
    font-weight: 600;
    font-size: 17px;
  }
.title-list li:nth-child(2n){
    height: 13px;
    background: #fdce32;
    margin-top: 7px;
    padding: 0 22px;
    border-radius: 1rem;
  }
.title-list li:nth-child(3){
    height: 13px;
    background: #77a8d8;
    margin-top: 7px;
    padding: 0 16px;
    border-radius: 1rem;
  }
 .title-list li:nth-child(5){
    height: 13px;
    background: #77a8d8;
    margin-top: 7px;
    padding: 0 16px;
    border-radius: 1rem;
  }
.title-list li{margin-right: 14px;}