body {
  background: #f5f6f9;
}
.center {
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb a,
.breadcrumb span {
  color: #666;
}
.banner {
  height: 194px;
  border-radius: 6px;
  position: relative;
  background: url(../images/1-banner.png) no-repeat center;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding-top: 48px;
  margin-bottom: 50px;
}
.banner h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}
.banner p {
  font-size: 14px;
  line-height: 24px;
}
.content {
  background: #fff;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.content .table {
  width: 1100px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.table div {
  min-height: 50px;
  text-align: center;
  box-sizing: border-box;
}
.table>div {
  display: flex;
}
.table .left {
  background: #fff5e8;
  width: 112px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #5d3906;
  font-style: italic;
  font-size: 18px;
  line-height: 50px;
}
.table>div:nth-last-of-type(1) .left {
  border-bottom: none;
}
.table .right {
  border-bottom: 1px solid #e5e5e5;
  flex: 1;
  text-align: left;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  padding-top: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}
.table>div:nth-last-of-type(1) .right {
  border-bottom: none;
}
.btn {
  text-align: center;
}
.btn button {
  width: 300px;
  height: 42px;
  border-radius: 4px;
  background: #ff9742;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}