  .main .newsContent {
  display: flex;
  /* height: 500px; */
  /* width: 100%; */
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
.main .newsContent .caseShowMore {
  display: flex;
  flex-direction: row;
  align-items: center;

  background: #f3f3f3;
  width: 140px;
  height: 50px;
  justify-content: center;
  margin: 66px 0;
  font-size: 16px;
}
.main .newsContent .caseShowMore .image {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.main .newsContent .caseShowMore .image img {
  width: 100%;
  height: 100%;
}

.main .newsContent .newsElement {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.main .newsContent .newsElement .newsSwiper {
  width: 595px;
  height: 500px;

  display: flex;
  justify-content: flex-end;
  padding-right: 77px;
}
.main .newsContent .newsElement .newsSwiper .swiper-container {
  position: relative;
}
.main .newsContent .newsElement .newsSwiper .contents {
  position: absolute;
  /* bottom: -120px; */
  width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main .newsContent .newsElement .newsSwiper .contents .slidetime {
  font-size: 35px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #e5e5e5;
}

.main .newsContent .newsElement .newsSwiper .contents .slideTitle {
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #016d3b;
  margin: 13px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .newsContent .newsElement .newsSwiper .contents .content {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .newsContent .newsElement .newsSwiper swiper-container {
  /* width: 100%;
  height: 100%; */
  width: 540px;
  height: 480px;
  --swiper-theme-color: #e60021;
  --swiper-pagination-bullet-inactive-color: #000;
}
.main
  .newsContent
  .newsElement
  .newsSwiper
  swiper-container
  swiper-slide
  .image {
  width: 540px;
  height: 310px;
}
.main .newsContent .newsElement .newsSwiper swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
}

.main .newsContent .newsElement .newsSwiper swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.main .newsContent .newsElement .newList {
  width: 886px;
}
.main .newsContent .newsElement .newList .buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
/* .newsAtive {
  background: #016d3b;
  color: #ffffff !important;
} */

.main .newsContent .newsElement .newList .buttons .cliqueNews {
  margin-right: 10px;
}
.main .newsContent .newsElement .newList .buttons .cliqueNews,
.main .newsContent .newsElement .newList .buttons .IndustryConsulting {
  width: 136px;
  height: 44px;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9c9c9c;
  cursor: pointer;
}

.main .newsContent .newsElement .newList .newsItems .newsItem {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #383838;
  height: 455px;
  overflow-y: auto;
}
.main .newsContent .newsElement .newList .newsItems .newsItem .newsItemLi {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 40px 20px;
  cursor: pointer;
}
.main
  .newsContent
  .newsElement
  .newList
  .newsItems
  .newsItem
  .newsItemLi
  .titlePoint {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 540px;
}
.main
  .newsContent
  .newsElement
  .newList
  .newsItems
  .newsItem
  .newsItemLi
  .titlePoint
  .point {
  width: 5px;
  height: 5px;
  background: #007d43;
  border-radius: 5px;
  margin-right: 20px;
}
.main
  .newsContent
  .newsElement
  .newList
  .newsItems
  .newsItem
  .newsItemLi
  .titlePoint
  .newsItemTitle {
  width: 100%;
  white-space: nowrap; /* 防止换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 在超出部分添加省略号 */
}
