.news {
  background: #eeeeee;
}
.news .banner {
  height: 75vh;
  width: 100%;
  background: #1d232e center no-repeat;
  background-image: url("../img/news/bg.png");
  background-size: cover;
  padding: 30vh 12.6% 0 12.6%;
  /* position: relative; */
}
.news .banner > div {
  font-family: "PingFangSC-Light";
  font-size: 50px;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: left;
}
.news .banner > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-top: 50px;
}
/* @keyframes slideIn8 {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
} */

.carousel-container {
  width: 100%;
  padding: 80px 12.6% 0 12.6%;
  position: relative;
}
.carousel-container .box {
  width: 100%;
  overflow: hidden;
}
.carousel-track {
  /*width: 300%;*/
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-slide {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 311px;
  /* background: #fff; */
}

.carousel-slide img {
  width: 33.33%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 60px 0px 60px 0px; */
}

.carousel-slide .text {
  width: 63.89%;
  /* font-size: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative; */
}
.carousel-slide .text > div:nth-child(1) {
  font-family: "PingFangSC-Regular";
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  text-align: left;
}
.carousel-slide .text > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  padding: 10px 0 20px 0;
}
.carousel-slide .text > div:nth-child(3) {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
.carousel-slide .text > div:nth-child(4) {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  height: 75px;
  margin: 15px 0 85px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
/* .carousel-slide .text > div:nth-child(1) > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 30px;
  color: #333;
  text-align: left;
  padding-bottom: 40px;
}
.carousel-slide .text > div:nth-child(1) > div:nth-child(2) {
  height: 116px;
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #333;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.carousel-slide .text > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #333;
  text-align: left;
} */
/* .carousel-slide .text > a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 175px;
  height: 48px;
  background: #f5cf46;
  font-family: "PingFangSC-Regular";
  font-size: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px 0px 8px 0px;
}
.carousel-slide .text > a > img {
  width: 33px;
  height: 12px;
  object-fit: contain;
  margin-right: 10px;
} */

.carousel-indicators {
  text-align: center;
  margin-top: 40px;
}

.carousel-indicators span {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
}

.carousel-indicators .active {
  background: #c5a86f;
}

.news .list {
  overflow: hidden;
  padding-top: 80px;
}
.news .list > a {
  margin: 0 12.6%;
  /* padding: 20px 0; */
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  position: relative;
}
.news .list > a:hover {
  border-bottom: none;
}
.news .list > a:last-of-type {
  border-bottom: none;
}
.news .list .box {
  height: 199px;
  width: 100%;
  /* padding: 40px 0; */
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  cursor: pointer;
}
/* .news .list .box::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 215px;
  top: 0;
  right: -300px;
  z-index: 0;
}
.news .list .box::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 215px;
  top: 0;
  left: -300px;
  z-index: 0;
} */
/* .news .list .box:hover,
.news .list .box:hover::after,
.news .list .box:hover::before {
  background: #e5b9bd;
} */
.news .list .box .time {
  /* width: 135px;
  height: 135px;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 5px 5px 5px 5px; */
  width: 117px;
  height: 199px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  /* padding-left: 20px; */
  padding: 0 28px 0 20px;
}
.news .list .box:hover {
  background: #ffffff;
  transition: all 0.5s;
}
.news .list .box:hover .time {
  background: url("../img/news/bg1.png") right no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.news .list .box .time div:first-of-type {
  font-family: "PingFangSC-Light";
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  text-align: left;
}
.news .list .box .time div:last-of-type {
  font-family: "PingFangSC-Light";
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
  padding-top: 10px;
  white-space: nowrap;
}
.news .list .box:hover .time div {
  color: #ffffff;
}
.news .list .box .text {
  /* width: 62.99%;
  position: relative;
  z-index: 1; */
  padding: 0 60px;
}
.news .list .box .text div:first-of-type {
  font-family: "PingFangSC-Light";
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: left;
  padding-bottom: 15px;
}
.news .list .box .text div:last-of-type {
  height: 44px;
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.news .list .box:hover .text div:first-of-type {
  color: #c5a86f;
}
.news .list .box .line {
  width: 40px;
  height: 1px;
  background: #999999;
  border-radius: 0px 0px 0px 0px;
}
.news .list .box:hover .line {
  background: #c5a86f;
}
.news .list .box > img {
  width: 18.19%;
  height: 159px;
}
.news .list .page {
  /* padding: 9.26vh 0; */
  padding: 40px 0 160px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .list .page > div {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-radius: 5px 5px 5px 5px; */
  margin-right: 15px;
  font-family: "PingFangSC-Regular";

  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.news .list .page div:last-of-type {
  margin-right: 0;
}
.news .list .page > div:hover,
.news .list .page > div.on {
  background: #c5a86f;
  border: none;
  color: #ffffff;
}
.news .list .page .prev,
.news .list .page .next {
  width: 40px;
  height: 40px;
  border: 1px solid #c5a86f;
}

.news .list .page .prev > a,
.news .list .page .next > a {
  width: 40px;
  height: 40px;
  background: url("../img/news/arrow.png") center no-repeat;
  background-size: contain;
}
.news .list .page .prev:hover > a,
.news .list .page .next:hover > a {
  background: #c5a86f;
  background: url("../img/news/arrow1.png") center no-repeat;
  background-size: contain;
}
/* .news .list .page .prev > img,
.news .list .page .next > img {
  width: 40px;
  height: 40px;
  filter: contrast(50%) brightness(1000%);
} */
.news .list .page .prev.isdisabled > a,
.news .list .page .next.isdisabled > a {
  pointer-events: none;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.05) center no-repeat;
  background-image: url("../img/news/arrow2.png");
  background-size: contain;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
}
.news .list .page .prev.isdisabled,
.news .list .page .next.isdisabled {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
/* .news .list .page .prev.isdisabled > img,
.news .list .page .next.isdisabled > img {
  filter: none;
} */
