*{
  margin:0;
  padding: 0;
}
body{
  background-color: rgb(247,247,247);
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.content{
    width: 100%;
    background-color: #fff;
    margin-top: 30px;
    /* float: left; */
    padding-bottom: 41px;
}
.content_text{
  width: 1060px;
  height: auto;
  margin:0 auto;
}
.content_text h1{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 40px 0px 19px 0px;
}
.content_text .info{
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
}
.info span{
  display: inline-block;
  width: 400px;
}
.info span:first-of-type{
  text-align: right;
  margin-right: 40px;
  margin-left: 25px;
  width: 530px;
}
.info span:last-of-type{
  text-align: left;
}
.content_text .con{
  width: 100%;
  height: auto;
  color: #999;
  font-size: 14px;
  line-height: 22.8px;
  /* margin-bottom: 41px; */
}