.article {
  padding: 1.5rem 0;
}
.article .title {
  padding-left: 0.5rem;
}
.article .title h3 {
  text-align: left;
}
.article ul.content {
  padding-top: 1.25rem;
  justify-content: space-between;
}
.article ul.content li {
  width: 10.5rem;
  padding: 1rem;
  box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.2);
}
.article ul.content li .img {
  width: 100%;
}
.article ul.content li .img img {
  width: 100%;
  display: block;
}
.article ul.content li .info {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #E7E7E7;
}
.article ul.content li .info h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 800;
  color: #333;
}
.article ul.content li .info h4::after {
  display: block;
  content: '';
  width: 2.5rem;
  height: 0.0625rem;
  background-color: #1476FF;
  margin: 0.5rem 0;
}
.article ul.content li .info p {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #666;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.article ul.content li .bottom {
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article ul.content li .bottom img {
  width: 2rem;
  height: 2rem;
}
.article ul.content li .bottom button {
  width: 5rem;
  height: 1.75rem;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #000;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-align: center;
  color: #fff;
}
