footer {
  font-family: "Microsoft YaHei";
  margin-top: 20px;
  background: #222;
}
footer article {
  background: #333;
}
footer article section {
  display: flex;
  background: #000;
}
footer article section ul {
  flex: 1;
  color: #fff;
  padding-top: 30px;
  background: #333;
  margin-right: 1px;
  padding-left: 17px;
  border: 1px solid #3b3b3b;
}
footer article section ul:nth-of-type(1) {
  border-left: none;
}
footer article section ul:last-of-type {
  margin-right: 0;
  border-right: none;
}
footer article section ul li {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}
footer article section ul li a {
  color: #fff;
}
footer article section ul li:first-child a {
  color: #8bcc4c;
}
footer aside {
  color: #fff;
}
footer aside p {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
