.tit {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 85px 0 105px;
}

.tit .line {
  width: 40px;
  height: 2px;
  background: #86201D;
  display: inline-block;
}

.title {
  font-size: 20px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #86201D;
  line-height: 1;
  border-left: 4px solid #851E1C;
  padding-left: 10px;
  margin: 40px 0;
}

.part p {
  font-size: 24px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #595757;
  line-height: 48px;
  margin-bottom: 60px;
}

.part img {
  display: block;
  margin: auto;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}

table td,
table th {
  border: 1px solid #CCCCCC;
  color: #808080;
  height: 30px;
  font-size: 22px;
  padding: 10px;
}

table thead th {
  width: 100px;
  background-color: #E7E7E7;
}

.page {
  text-align: center;
  margin: 60px 0 200px;
}