.list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list-box .list {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
.list-box .list .list-item {
  flex-basis: 33%;
  padding: 39px;
}
.list-box .list .list-item .img {
  background-color: #ddd;
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 26px;
}
.list-box .list .list-item .time {
  color: #2F318B;
  font-size: 14px;
  margin-bottom: 20px;
}
.list-box .list .list-item .content {
  height: 60px;
  line-height: 30px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 39px;
}
.list-box .list .list-item .button {
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #2F318B;
  color: white;
  font-size: 14px;
  text-align: center;
}
.list-box .pagination-box {
  padding: 30px 0 70px;
}
.list-box .pagination-box .page-link {
  margin: 0 10px;
  width: 50px;
  text-align: center;
  border-radius: 5px;
}

/*# sourceMappingURL=list.css.map */
