.table-list{
  margin-top: 30px;
}
.table-list-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.table-list-title p{
  color: rgb(85, 85, 85);
}
.table-list-title-btn{
  background: #005192;
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  font-size: 14px;
}
.text-edit{
  margin-top: 30px;
}
.text-edit > p{
  color: rgb(85, 85, 85);
  margin-bottom: 10px;
}