article {
  padding-bottom: 102px;
}
article .newlist {
  width: 100%;
  margin-top: 18px;
}
article .newlist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  border-bottom: 2px dashed #e8e8e8;
}
article .newlist li span {
  width: 420px;
  color: #2147b4;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
}
article .newlist li a {
  display: block;
  width: 186px;
  height: 48px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  background: linear-gradient(#1462cf, #51c0fe);
  border-radius: 25px;
}
