.warp {
  width: 1200px;
  margin: 20px auto;
}
.warp h1 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.warp-title {
  background: #f5f5f5;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
}
.list-ul {
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
}
.list-ul ul {
  padding: 15px 30px;
}
.list-ul ul li {
  margin-right: 40px;
  margin-bottom: 15px;
}
