/* .news-container {
  width: 80%;
  margin: 0 auto;
  height: 60rem;
  padding-top: 2rem;
} */
.news-list-wrapper {
  display: block;
  margin: 0 auto;
  width: 90rem;
  height: 50rem;
  padding-top: 2rem;
}
.swiper-container-news-list {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;

}

.swiper-wrapper-news-list {
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slide-for-new {
  text-align: center;
  font-size: 1rem;
  background: transparent;
  height: calc((100% - 10px) / 2);

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slide-for-new .slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.slide-for-new .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
.slide-for-new .text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50%;


}

.slide-for-new .img-wrapper .image {
  width: 10rem;
  height: 10rem;
}

.slide-for-new .date {
  padding-top: 0.6rem;
}
.slide-for-new img {
  display: block;
  /* width: 200px;
  height: 200px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.slide-for-new .new-name {
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: 800;
  text-align: left;
}
.slide-for-new .prev-text {
  font-size: 1rem;
  color: var(--main-color);
  text-align: left;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide-for-new .new-detail {
  width: 100%;
  text-align: left;
  color: var(--main-hover-color);
  padding-top: 2rem;
}
.slide-for-new .new-detail:hover {
  text-decoration: underline;
}

.swiper-container-news-list .swiper-pagination-bullet {
  padding: 5px;
}


@media (max-width: 767px) {

  .news-list-wrapper {
    /* width: 90rem; */
    width: 100%;
    height: 24rem;
  }
  .swiper-wrapper-news-list {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .slide-for-new {
    height: 100%;
  }
  .slide-for-new .img-wrapper .image {
    width: 8rem;
    height: 8rem;
  }
  .slide-for-new .slide-wrapper {
    width: inherit;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .news-list-wrapper {
    width: 70rem;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {

  .news-list-wrapper {
    width: 70rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .news-list-wrapper {
    width: 70rem;
  }
}

/* .bx-context-toolbar-empty-area {
  width: 100%;
}
.news-container {
  width: 80%;
  margin: 0 auto;
  height: 60rem;
  padding-top: 2rem;
}
.swiper-container-news-list {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-list-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.slide-for-new {
  text-align: center;
  font-size: 1rem;
  background: transparent;
  height: calc((100% - 30px) / 2);

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.slide-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
.text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50%;


}

.img-wrapper .image {
  width: 50%;
}
.slide-for-new img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.slide-for-new .new-name {
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: 800;
  text-align: left;
}
.slide-for-new .prev-text {
  font-size: 1rem;
  color: var(--main-color);
  text-align: left;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.slide-for-new .new-detail {
  width: 100%;
  text-align: left;
  color: var(--main-hover-color);
  padding-top: 2rem;
}
.slide-for-new .new-detail:hover {
  text-decoration: underline;
}

.news-container .swiper-pagination.swiper-pagination-bullets {
  bottom: 10rem;
}

.news-container .swiper-pagination-bullet {
  padding: 5px;
} */