.recommend-top-line {
  width: 8px;
  height: 22px;
  background: #002A79;
  margin-right: 10px;
}
.recommend-top-title {
  font-size: 24px;
  font-weight: bold;
  color: #002A79;
  margin: 30px 0 20px 0;
}
.recommend {
  width: 1200px;
  margin: 0 auto;
}
.recommend-card {
  width: 387px;
  height: 245px;
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  padding: 20px 15px;
  margin: 0 19px 20px 0;
}
.recommend-card:nth-of-type(3n) {
  margin-right: 0;
}
.recommend-card-logo {
  width: 78px;
  height: 78px;
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.07);
  border-radius: 12px;
  background: #f5f5f5;
}
.recommend-card-right {
  width: 253px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 14px;
  color: #002A79;
}
.recommend-card-label {
  max-width: 100px;
  padding: 5px 13px;
  font-size: 12px;
  background: #F4B650;
  border-radius: 2px;
  text-align: center;
  margin: 10px 10px 0 0;
}
.recommend-card-bottom {
  margin-top: 20px;
  width: 100%;
  height: 108px;
}
.recommend-card-img {
  width: 108px;
  height: 108px;
  background: #f5f5f5;
  border-radius: 12px;
  margin-right: 17px;
}
.recommend-card-img:last-child {
  margin-right: 0;
}
/* .featured-tag-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #002A79;
  padding: 20px 0;
}
.featured-card {
  width: 275px;
  height: 370px;
  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: 275px;
  height: 275px;
  border-radius: 12px;
  object-fit: cover;
  background-color: #f5f5f5;
}
.featured-card-text {
  width: 275px;
  height: 95px;
  padding: 16px;
  color: #fff;
  font-size: 12px;
}
.featured-card-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.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;
} */
.recommend .el-pagination {
  text-align: right;
  margin: 10px 0 30px 0;
}

.banner2-swiper {
  width: 1200px;
  height: 240px;
  border-radius: 12px;
  margin-top: 30px;
}
.swiper-button-prev {
  background-color: #5F5F5F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-next {
  background-color: #5F5F5F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.5;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 10px;
  color: #fff;
}
img {
  width: 100%;
  height: 100%;
}