.pageNews .newsPopular {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .pageNews .newsPopular {
    margin-top: 40px;
  }
}
.pageNews .newsBQL {
  padding-top: 80px;
  position: relative;
}
.pageNews .newsBQL .itemNews_left {
  display: flex;
  gap: 24px;
  color: var(--color-2);
  flex-flow: column;
}
.pageNews .newsBQL .itemNews_left .--img {
  width: 100%;
  aspect-ratio: 598/341;
}
.pageNews .newsBQL .itemNews_left .--img img {
  width: 100%;
  height: 100%;
}
.pageNews .newsBQL .itemNews_left .--cate {
  color: var(--color-primary);
  font-size: 12px;
  text-transform: uppercase;
}
.pageNews .newsBQL .itemNews_left .--name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--color-black);
}
.pageNews .newsBQL .itemNews_left .--name:hover {
  color: var(--color-primary);
}
.pageNews .newsBQL .itemNews_left article {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: 16px;
  -webkit-box-orient: vertical;
}
.pageNews .newsBQL .--blockNews .cardNews2 {
  background: rgb(245, 245, 245) !important;
  margin-top: 32px;
}
.pageNews .newsBQL .--blockNews .itemNews .--txt .--name {
  color: var(--color-black);
}
.pageNews .newsBQL .container_frame {
  position: relative;
  z-index: 2;
}
.pageNews .newsBQL .img_latern_news {
  position: absolute;
  top: 0;
  left: -11%;
  transform: rotate(-27deg);
  width: 17%;
  height: auto;
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.pageNews .newsBQL .img_latern_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pageNews .newsBQL {
    padding-top: 40px;
  }
}
.pageNews .newsEducation {
  padding-top: 80px;
  position: relative;
}
.pageNews .newsEducation .--blockNews .cardNews2 {
  background: rgb(245, 245, 245) !important;
  margin-top: 32px !important;
}
.pageNews .newsEducation .blockNews2 {
  gap: 0px;
}
.pageNews .newsEducation .blockNews1 .--listNews .itemNews .--img {
  flex: 0 0 40%;
}
.pageNews .newsEducation .container_frame {
  position: relative;
  z-index: 2;
}
.pageNews .newsEducation .img-leaf {
  position: absolute;
  left: -6%;
  bottom: 0;
  width: 13%;
  height: auto;
  z-index: 1;
  transform: rotate(200.78deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .pageNews .newsEducation {
    padding-top: 40px;
  }
}
.pageNews .newsSocial {
  padding-top: 80px;
  position: relative;
}
.pageNews .newsSocial .list_news {
  margin: 0 -32px;
}
.pageNews .newsSocial .itemNews {
  padding: 0 32px;
  margin-bottom: 32px;
}
.pageNews .newsSocial .itemNews .--img {
  flex: 0 0 40%;
}
.pageNews .newsSocial .container_frame {
  position: relative;
  z-index: 2;
}
.pageNews .newsSocial .img-leaf {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 6%;
  height: auto;
  z-index: 1;
  transform: rotate(158deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .pageNews .newsSocial {
    padding-top: 40px;
  }
  .pageNews .newsSocial .list_news {
    margin: 0;
  }
  .pageNews .newsSocial .list_news .itemNews {
    padding: 0;
    margin-bottom: 16px;
  }
}
.pageNews .newsHot {
  padding-top: 80px;
}
.pageNews .newsHot .list_news {
  background: rgb(247, 247, 247);
  padding: 24px 0 4px 0;
  margin: 0;
}
.pageNews .newsHot .list_news .--item {
  display: flex;
  gap: 16px;
  padding: 0 22px;
  margin-bottom: 20px;
}
.pageNews .newsHot .list_news .--item .number {
  font-size: 32px;
  font-weight: 700;
  color: rgba(28, 28, 28, 0.2);
}
.pageNews .newsHot .list_news .--item .title {
  font-size: 16px;
  font-weight: 700;
  color: rgb(28, 28, 28);
  line-height: 1.375;
}
.pageNews .newsHot .list_news .--item .title:hover {
  color: var(--color-primary);
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageNews .newsHot .list_news .--item {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .pageNews .newsHot {
    padding-top: 40px;
  }
}/*# sourceMappingURL=news.css.map */