.swiper {
  width: 100%;
  height: 100%;
}

.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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .pj_titles {
  margin: 1rem 0;
}
.swiper-slide .newject_list {
  transition: 0.8s;
  opacity: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.newject-slide .newject_list {
  opacity: 1;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  display: flex;
  align-items: center;
}
.newject_list .pj_img {
  position: relative;
  height: 0;
  padding-bottom: 33.3%;
  overflow: hidden;
  transform: perspective(1000px) translate3d(0, 0, 0px);
  transition: 0.5s;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0);
  width: 50%;
  float: left;
  margin-left:20px;
}
.newject_list .pj_imgC {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-slide .newject_list .pj_titles {
  transition: 0.8s;
  opacity: 1;
  width: 50%;
  float: left;
  padding: 40px 20px;
}
.newject_list .pj_title {
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.newject_list .pj_summary {
  font-size: 14px;
  margin-bottom: 1rem;
  opacity: 1;
  font-family: arial !important;
  line-height: 1.6;
  text-align: left;
  word-break: break-all;
}
.newject_list .pj_summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  border-top: 1px solid #eee;
  padding-top: 20px;
  word-wrap: normal;
  color: #7A7A7A;
}
.newject-slide .cmore {
  width: 150px;
  height: 40px;
  background: #c89d68;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}









