.el-1 {
  position: absolute;
  top: 180px;
  left: 220px;
}

.el-2 {
  position: absolute;
  bottom: 0;
  right: 180px;
}

@media (max-width: 768px) {
  .el-1, .el-2 {
    display: none;
  }
}

.news-detail {
  padding: 64px 0;
  position: relative;
  z-index: 1000;
}
.news-detail__content__title {
  font-size: 36px;
  font-weight: 600;
  color: #222a35;
}
.news-detail__content__bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  margin: 38px 0;
}
.news-detail__content__bar__date {
  font-size: 18px;
  font-weight: 500;
  color: #56606d;
}
.news-detail__content__img {
  width: 100%;
  margin-bottom: 32px;
}
.news-detail__content__img img {
  border-radius: 15px;
}
.news-detail__content__text {
  margin-bottom: 64px;
}
.news-detail__content__text p {
  margin: 24px 0;
  font-size: 18px;
  font-weight: 400;
  color: #222a35;
}
.news-detail__content__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 0;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.news-detail__content__share::after, .news-detail__content__share::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c8cdd6;
  display: block;
}
.news-detail__content__share .social-network i {
  font-size: 36px;
  color: #2cc3d5;
}

.recommendation {
  padding-top: 32px;
  padding-bottom: 64px;
}
.recommendation__content__title {
  font-size: 36px;
  color: #222a35;
  font-weight: 600;
  margin-bottom: 32px;
}
.recommendation__content__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  row-gap: 0;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media (max-width: 1200px) {
  .recommendation__content__row {
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .recommendation__content__row .card {
    width: calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .recommendation__content__row .card {
    width: 100%;
  }
}/*# sourceMappingURL=news-detail.css.map */