.pc-news-list .swiper-button-next,
.pc-news-list .swiper-button-prev {
  width: 31px;
  height: 23px;
  top: auto;
  bottom: 0;
  background: url(../../../imgs/pc/common/news/arrow.png) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
}
.pc-news-list .swiper-button-prev.swiper-button-disabled,
.pc-news-list .swiper-button-next.swiper-button-disabled {
  background: url(../../../imgs/pc/common/news/arrowGray.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
.pc-news-list .swiper-button-next {
  right: 545px;
  transform: rotate(180deg);
}
.pc-news-list .swiper-button-prev {
  left: 545px;
}
.pc-news-list .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  opacity: 1;
  background: #cccccc;
  margin: 0 13px !important;
}
.pc-news-list .swiper-pagination-bullet-active {
  opacity: 1;
  background: #14142b;
}
.pc-news-list .swiper-pagination-bullets {
  bottom: 5px;
}
.pc-news-list .swiper-button-prev:after,
.pc-news-list .swiper-button-next:after {
  content: "";
}
.pc-news-list .swiper-container {
  width: 100%;
  height: 100%;
}
.pc-news-list .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.pc-news-list .news-list-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pc-news-list .news-list-wrap .news-list {
  width: 400px;
  text-align: left;
  line-height: 32px;
  cursor: pointer;
}
.pc-news-list .news-list-wrap .news-list .news-project {
  color: #3a78f6;
  font-size: 14px;
}
.pc-news-list .news-list-wrap .news-list .news-img {
  margin: 16px 0;
}
.pc-news-list .news-list-wrap .news-list .news-img img {
  width: 400px;
  height: 181px;
  border-radius: 12px;
}
.pc-news-list .news-list-wrap .news-list .news-date {
  color: #444558;
  font-size: 14px;
}
.pc-news-list .news-list-wrap .news-list .news-title {
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444558;
}
.pc-news-list .news-list-wrap .news-list .news-desc {
  color: #444558;
  margin-bottom: 113px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
