/* 公共标题 */
#section .module-title {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 170px;
}

#section .module-title .english {
  color: #C4C4C4;
  margin-left: 10px;
}

/* 更多 */
.news-center .content .nav .more,
.enterprise-window .swiper-slide .header .more,
.party-build .more {
  cursor: pointer;
  color: #727272;
  font-size: 16px;
}

/* 公共新闻条目展示 */
.news-center .content .news-list .news-item,
.enterprise-window .swiper-slide .news-list .news-item {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgb(214, 210, 210);
  font-size: 16px;
}

.news-center .content .news-list .news-item .title,
.enterprise-window .swiper-slide .news-item .title {
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: calc(100% - 120px);
  display: inline-block;
  white-space: nowrap;

}

.news-center .content .news-list .news-item .date,
.enterprise-window .swiper-slide .news-item .date {
  width: 100px;
  display: inline-block;
  text-align: right;
}

/* 顶部轮播 */
.top-swiper {
  width: 100%;
  height: 584px;
  position: relative;
}

.top-swiper .swiper-wrapper {
  height: 584px;
}

.top-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.top-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}


/* 新闻轮播 */
.news-swiper {
  width: 100%;
  height: 519px;
  position: relative;
}

.news-swiper .swiper-wrapper {
  height: 519px;
}

.news-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.news-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

/* 新闻中心 */
.news-center .content .left {
  width: 692px;
  height: 519px;
  overflow: hidden;
  float: left;
}

.news-center .content .left img {
  width: 100%;
  min-height: 519px;
}

.news-center .content .right {
  width: calc(100% - 712px);
  box-sizing: border-box;
  margin-left: 20px;
  float: left;
}



.news-center .content .nav {
  height: 50px;
  line-height: 50px;
}

.news-center .content .nav-wrapper .nav-item {
  display: inline-block;
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #C4C4C4;
  border-radius: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #4F4F4F;
}

.news-center .content .nav-wrapper .nav-item.active,
.news-center .content .nav-wrapper .nav-item:hover {
  background-color: #EA701D;
  color: #fff;
  border-color: transparent;
}

.news-center .content .nav-wrapper .nav-item:last-child {
  margin-left: 10px;
}

.news-center .content .news-list {
  margin-top: 15px;
}

.news-center .content .news-list.notification {
  display: none;
}

.news-center .content .news-list .first .title {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 10px;
}

.news-center .content .news-list .first .desc,
.news-center .content .news-list .first .date {
  color: #727272;
  line-height: 28px;
  font-size: 16px;
}

.news-center .content .news-list .first .date {
  margin-top: 8px;
  margin-bottom: 10px;
}

.news-center .content .news-list .first .title,
.news-center .content .news-list .desc {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news-center .content .news-list .first .title {
  -webkit-line-clamp: 1;
}

.news-center .content .news-list .first .desc {
  -webkit-line-clamp: 2;
  /* height: 56px; */
}

/* 企业之窗 */
.enterprise-window .enterprise-swiper {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.enterprise-window .enterprise-swiper .swiper-wrapper {
  width: 100%;
  height: 550px;
}

.enterprise-window .swiper-slide {
  background: #fff;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.7;
  z-index: 10;
}

.enterprise-window .swiper-slide-active,
.enterprise-window .swiper-slide-duplicate-active {
  transform: scale(1.05);
  opacity: 1;
  z-index: 100;
}

.enterprise-window .swiper-slide .box {
  max-height: 600px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 19%);
}

.enterprise-window .swiper-slide .top-img {
  width: 100%;
  height: 164px;
  overflow: hidden;
}

.enterprise-window .swiper-slide .top-img img {
  width: 100%;
  min-height: 164px;
}

.enterprise-window .swiper-slide .contents {
  padding: 20px;
}

.enterprise-window .swiper-slide .header {
  height: 50px;
  line-height: 50px;
}

.enterprise-window .swiper-slide .header .title {
  font-size: 22px;
  font-weight: 500;
}

.enterprise-window .swiper-slide .news-list {
  margin-top: 20px;
}

.enterprise-window .swiper-pagination {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.enterprise-window .swiper-pagination-bullet {
  width: 220px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  height: auto;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 1px;
  color: #333;
  opacity: 1;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 10px !important;
}

.enterprise-window .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EA701D;
  color: #fff;
  border-color: #EA701D;
}

.enterprise-window .enterprise-swiper .swiper-button-prev{
  --swiper-navigation-color: #C4C4C4;/* 单独设置按钮颜色 */
  top: 40%;
  /* 设置按钮大小 */
}

.enterprise-window .enterprise-swiper .swiper-button-next{
  --swiper-navigation-color: #C4C4C4;/* 单独设置按钮颜色 */
  top: 40%;
  /* 设置按钮大小 */
}

/* 党的建设 */
.party-build {
  padding-bottom: 60px;
}

.party-build .news-list {
  box-sizing: border-box;
}

.party-build .news-list .news-item {
  /* flex: 1; */
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
  margin-right: 20px;
}

.party-build .news-list .news-item:last-child {
  margin-right: 0;
}

.party-build .news-list .news-item .img {
  width: 100%;
  height: 245px;
  overflow: hidden;
  cursor: pointer;
}

.party-build .news-list .news-item .img img {
  width: 100%;
  min-height: 100%;
}

.party-build .news-list .news-item .title {
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 19px;
  line-height: 60px;
}

.party-build .news-list .news-item .desc {
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 25px;
  color: #727272;
  height: 50px;
}

.party-build .news-list .news-item .date {
  line-height: 40px;
  font-size: 16px;
  color: #727272;
}

.party-build .more {
  text-align: center;
  margin: 50px 0;
}