.news .newsNav {
  width: 100%;
  height: 247px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.news .newsNav .nav {
  height: 80px;
  font-size: 40px;
  color: #2b2b2b;
  margin: 167px 30px 0;
  padding: 0 20px;
  font-family: ".PingFang SC";
  cursor: pointer;
}

.news .newsNav .active {
  color: #b10309;
  border-bottom: 16px solid #b10309;
}

.news .newsContent {
  width: 100%;
  background-color: #f4f3f3;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.news .newsContent .left {
  width: 696px;
  margin-right: 24px;
}

.news .newsContent .left .left-swiper {
  width: 100%;
  height: 470px;
  background-color: #fff;
  flex: 700;
  border: 1px solid #c7c7c7;
  overflow: hidden;
}

.news .newsContent .left .left-swiper .el-carousel {
  position: relative;
  height: 470px;
}

.news .newsContent .left .left-swiper .el-carousel__container {
  position: relative;
  height: 470px;
}

.news .newsContent .left .left-swiper .el-carousel__arrow--left {
  left: 0;
}

.news .newsContent .left .left-swiper .el-carousel__arrow--right {
  right: 0;
}

.news .newsContent .left .left-swiper .el-carousel__arrow {
  width: 38px;
  height: 101px;
  border-radius: 0;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}

.news .newsContent .left .left-swiper .el-carousel__container {
  height: 470px;
}

.news .newsContent .left .left-swiper .imgList-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .newsContent .left .left-swiper .num {
  position: absolute;
  right: 26px;
  bottom: 13px;
  font-size: 28px;
  color: #6b6b6b;
  z-index: 1000;
}

.news .newsContent .left .left-content {
  color: #676767;
  font-size: 28px;
  padding: 20px 44px;
  height: 446px;
  background-color: #ffffff;
}

.news .newsContent .left .left-content .time {
  margin-bottom: 40px;
  font-weight: 600;
}

.news .newsContent .left .left-content .title {
  color: #772410;
  font-size: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "GrTimesBold";
  margin-bottom: 15px;
}

.news .newsContent .left .left-content .content {
  line-height: 34px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.news .newsContent .right {
  width: 1008px;
}

.news .newsContent .right .newList {
  height: 211px;
  background-color: #ffffff;
  margin-bottom: 24px;
  display: flex;
}

.news .newsContent .right .newList:last-child {
  margin-bottom: 0;
}

.news .newsContent .right .newList .img {
  flex-shrink: 0;
  width: 211px;
  height: 211px;
}

.news .newsContent .right .newList .img img {
  width: 211px;
  height: 211px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.news .newsContent .right .newList .right-content {
  position: relative;
  padding: 20px 44px;
  width: calc(100% - 299px);
}

.news .newsContent .right .newList .right-content .time {
  height: 40px;
  line-height: 40px;
  color: #676767;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .newsContent .right .newList .right-content .title {
  position: absolute;
  bottom: 56px;
  width: 100%;
  line-height: 30px;
  color: #772410;
  font-size: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "GrTimesBold";
}

.news .newsContent .right .newList .right-content .content {
  position: absolute;
  width: 100%;
  bottom: 24px;
  color: #949494;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .newsContent .right .el-carousel__indicators--outside {
  text-align: right;
  margin-right: 30px;
}

.news .newsContent .right .el-carousel__indicator button {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background-color: #b10309;
}

.news .newsContent .right .el-carousel__indicator button .is-active {
  background-color: #b10309;
}