.container {
  padding: 46px 18px 65px;
  max-width: 1276px;
  margin: 0 auto;
}
.container .page-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 36px;
}
.container .icon {
  display: block;
  width: 219px;
  margin-bottom: 36px;
}
.list-item + .list-item {
  margin-top: 39px;
}
.list-item .item {
  display: flex;
}
.list-item .left {
  overflow: hidden;
}
.list-item .el-image {
  width: 408px;
  height: 242px;
  display: block;
  transition: transform 0.6s;
}
.list-item .el-image:hover {
  transform: scale(1.2);
}
.list-item .right {
  flex: 1;
  min-width: 1%;
  max-width: 100%;
  padding-left: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.list-item .title {
  font-size: 16px;
  font-weight: 600;
  color: #F4F5F7;
  margin-bottom: 20px;
}
.list-item .summary {
  color: #B0B0B0;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-item .time-box {
  color: #8E8E92;
  font-size: 11px;
}
.list-item .time-box .time {
  margin-right: 24px;
}
.page-box {
  display: flex;
  justify-content: center;
  padding: 38px 8px 30px;
}
.page-box .el-pagination.is-background .btn-prev,
.page-box .el-pagination.is-background .btn-next {
  width: 32px;
  height: 32px;
  background-color: transparent;
  color: #F4F5F7;
  border: 1px solid transparent;
}
.page-box .el-pagination.is-background .el-pager li {
  min-width: 32px;
  height: 32px;
  border-radius: 6px;
  text-align: center;
  color: #F4F5F7;
  background-color: transparent;
  border: 1px solid transparent;
}
.page-box .el-pagination.is-background .el-pager li:not(.disabled).active {
  color: #F4F5F7;
  background-color: #252629;
}
.loading {
  text-align: center;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .list-item .item {
    display: block;
  }
  .list-item .el-image {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .list-item .right {
    padding-left: 0;
  }
  .list-item .summary {
    margin-bottom: 16px;
  }
}
