article .content .postlist {
  margin: 90px auto 0;
  width: 883px;
}
article .content .postlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
article .content .postlist li span {
  color: #333333;
  font-size: 18px;
}
article .content .postlist li a {
  display: block;
  width: 130px;
  height: 35px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  background-color: #0471e7;
}
