.title .header-title {
  width: 1200px;
  margin: 60px auto 102px;
  display: flex;
  justify-content: space-around
}

.title .header-title p {
  text-indent: 2em;
  width: 716px;
  height: 54px;
  font: bold 12px Microsoft YaHe;
  color: #333333;
  line-height: 20px
}

.title .header-title img {
  width: 225px;
  height: 150px;
  margin-left: -100px
}

.list {
  display: flex;
  width: 1200px;
  text-align: center;
  margin: 60px auto 124px;
  box-sizing: border-box
}

.list .list-section {
  width: 400px;
  box-sizing: border-box
}

.list .list-section h4 {
  font-size: 16px;
  padding: 5px;
  line-height: 28px
}

.list .list-section p {
  font-size: 12px;
  padding: 4px;
  line-height: 14px;
  color: #333
}

.table-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #D5D5D5;
  border-collapse: collapse;
  margin-top: 50px
}

.table-list td,
tr {
  border: 1px solid #D5D5D5;
  padding: 10px;
  color: #333;
  min-width: 200px;
  font: 400 12px Microsoft YaHei;
  line-height: 14px
}