.main {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-top: 10px;
  color: #656565;
  padding: 40px 100px;
  padding-bottom: 0px;
  margin-bottom: 40px;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0.2);
}

.titlebox {
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid #e1e1e1
}

.title {
  font-size: 38px;
  color: #000;
  font-weight: 500;
  width: 970px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5
}

.information {
  font-size: 16px;
  margin-top: 38px;
  line-height: 38px;
  color: #6B6B6B;
  /* background: #F3F3F3; */
  /* padding:0 200px; */
}

.information span {
  width: 332px;
  text-align: center;
}

.information span img {
  margin: 0 5px
}

.content {
  line-height: 2;
  color: #121212;
  padding: 40px 0;
  font-size: 18px;
}

.content img {
  margin: 10px 0;
}

.content * {
  line-height: 2;
  color: #121212;
  font-size: 18px !important;
}

.content td {
  border: 1px solid #121212
}

.content table {
  border-collapse: collapse;
  width: 100%;
}

.editorInformation {
  text-align: right;
  line-height: 36px;
  color: #9B9B9B;
  margin-bottom: 60px;
}

.sharebox {
  width: 1120px;
  height: 120px;
  line-height: 120px;
}

.shareboxfl a {
  margin: 0 5px;
}

.shareboxfr a {
  margin: 0 10px;
}