* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
.container {
  width: 1170px;
  margin: 0 auto;
  margin-top: 50px;
}
h2 {
  margin-bottom: 25px;
}
h3 {
  margin-bottom: 25px;
}
ul,
ol {
  margin-bottom: 20px;
}
p {
  line-height: 25px;
  margin-bottom: 20px;
}
.aboutWuliu p {
  text-indent: 2em;
}
table {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid #cccccc;
}
table tr td {
  height: 35px;
  border: 1px solid #cccccc;
}
table thead td {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 736px){
  .container {
    width: 100%;
    margin: 50px auto;
  }
  .container_content{
    width: 90%;
    margin: auto;
  }
}
