.featured-top-line {
  width: 8px;
  height: 22px;
  background: #FFFFFF;
  margin-right: 10px;
}
.featured-top-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 30px 0 20px 0;
}
.featured {
  width: 1200px;
  margin: 0 auto;
}
.featured-tag-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #002A79;
  padding: 20px 0;
}
.featured-card {
  width: 285px;
  height: 382px;
  margin: 0 20px 20px 0;
  background-color: #6088FF;
  cursor: pointer;
  border-radius: 12px;
}
.featured-card:nth-of-type(4n) {
  margin-right: 0;
}
.featured-card-img {
  width: 285px;
  height: 285px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #f5f5f5;
}
.featured-card-text {
  width: 285px;
  height: 95px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
}
.featured-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 19px;
}
.featured-text {
  width: 280px;
  height: 136px;
  position: absolute;
  padding: 30px 15px;
  text-align: center;
  white-space: normal;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 28px;
  font-weight: 600;
  color: #FAFAFA;
}
.featured .el-pagination {
  text-align: right;
  margin: 10px 0 30px 0;
}