.contentwrap_xy {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
.contentwrap_xy:before {
  display: table;
  content: " ";
}
.contentwrap_xy:after {
  clear: both;
  display: table;
  content: " ";
}
.zhutixy {
  height: 50px;
  text-align: center;
  margin-top: 10px;
}
.zhutixy span {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  color: #018ce4;
}
.matter {
  width: 100%;
  height: auto;
  margin: 20px auto;
  overflow: hidden;
}
.matter p {
  text-indent: 2em;
  font-size: 17px;
  line-height: 1.6;
  color: #2C3E50;
  text-align: justify;
  white-space: normal;
  word-break: break-all;
  word-spacing: normal;
}
