/* 更多样式 */
#home .moreModule {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 4px;
  color: var(--base-color1);
  line-height: 0.8;
  cursor: pointer;
}

#home .moreModule span:last-child {
  font-size: 20px;
}

/* 标题样式 */
#home .app-content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 72px;
}

#home .app-content-title-bg {
  height: 43px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

#home .app-content-title-bg img {
  width: 100%;
  height: 100%;
}

#home .app-content-title-text {
  font-size: 0;
  z-index: 3;
  font-weight: 600;
  line-height: 0px;
}

#home .app-content-title-text span {
  font-size: 45px;
}

#home .app-content-title-text span:nth-child(2) {
  color: var(--base-color1);
}

#home .app-content-title-more {
  position: absolute;
  right: 0%;
  z-index: 4;
  bottom: -5px;
}
/* 标题样式一 */
#home .home-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#home .home-title-c {
  background-image: url(/publish/zggcdgjkfdxdecdbdh/image/title_bg_c.png);
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 50px 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 60%;
}

#home .home-title-text {
  font-size: 45px;
  color: #c31319;
  white-space: nowrap;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: bold;

  text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 1px 1px #fff,
    -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

#home .home-title-more {
  color: #c31319;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
/* 新闻动态样式 */
#home #pressNotifications {
  display: block;
}

#home .pressNotifications-main {
  display: flex;
  margin-bottom: 37px;
}

#home .pressNotifications-main .dashed {
  width: 2px;
  border-left: 1px dashed #fdc694;
  margin: 0 30px;
}

#home .pressNotifications-main-item {
  flex: 1;
}

#home .pressNotifications-main-banner-item img {
  transition: all 0.6s;
}

#home .pressNotifications-main-banner-item:hover img {
  transform: scale(1.2);
}

/* 列表一样式 */
#home .listBox {
  display: flex;
  flex-direction: column;
}

#home .listBox-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}

#home .listBox-item-icon {
  width: 12px;
  height: 9px;
}

#home .listBox-item-icon img {
  height: 100%;
  display: block;
}

#home .listBox-item-text {
  flex: 1;
  margin: 0 25px 0 9px;
  color: black;
}

#home .listBox-item ~ .listBox-item {
  margin-top: 26px;
}

#home .listBox-item-time {
  color: #808080;
  font-weight: 200;
  font-size: 16px;
}

#home .listBox-item:hover .listBox-item-text {
  color: #d81000;
}

/* 奋进的五年 */
#home #endeavor {
  padding: 0;
}

#home .home_bg1 {
  position: absolute;
  width: 100%;
}

#home .title_bg {
  width: 587px;
  height: 162px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 70px;
}

#home .title_bg .more {
  position: absolute;
  color: #fff;
  right: -16.5vw;
  bottom: 0;
}

#home .title_bg .more span {
  margin-left: 10px;
}

#home .endeavor-lists {
  display: flex;
  padding-bottom: 150px;
}

#home .listBox2 {
  flex: 1;
}

#home .listBox2 ~ .listBox2 {
  margin-left: 50px;
}

#home .listBox {
  display: flex;
  flex-direction: column;
}
/* 列表统一样式2 */
#home .listBox2-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}

#home .listBox2-item-round {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
}

#home .listBox2-item-text {
  flex: 1;
  margin: 0 25px 0 9px;
  color: white;
}

#home .listBox2-item ~ .listBox2-item {
  margin-top: 26px;
}

#home .listBox2-item-time {
  color: #ffffff;
  font-weight: 200;
  font-size: 16px;
}

/* 代表风采 */
#home #representsStyle .app-content {
  padding-top: 0;
}

#home #representsStyle .content-main {
  max-width: 1200px;
}

#home .representsStyle-main {
  /* padding: 0 5px; */
}

#home .cardBox {
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
}

#home .representsStyle-main {
  overflow-x: hidden;
  width: 100%;
}

#home .card-item {
  flex: 1;
  padding: 10px;
  background-color: #f7e6e6;
  height: 520px !important;
  position: relative;
  box-sizing: border-box;
  min-width: calc(calc(100% - 60px) / 3);

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

#home .card-item:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

#home .card-item .frameBox {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  z-index: 1;
}

#home .card-item .frameBox img {
  width: 100%;
  height: 100%;
  display: block;
}

#home .card-item ~ .card-item {
  margin-left: 17px;
}

#home .card-item:nth-child(1) {
  margin-left: 13px;
}

#home .card-item-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 34px;
  padding-top: 26px;
}

#home .card-item-main .avatar {
  width: 146px;
  height: 146px;
  border-radius: 50%;
}

#home .card-item-main .avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

#home .card-item-main .name {
  font-size: 24px;
  margin-top: 17px;
  font-weight: bold;
  color: black;
}

#home .card-item-main .icon {
  width: 100%;
  margin-bottom: 15px;
}

#home .card-item-main .icon img {
  height: 32px;
  width: auto;
}

#home .card-item-main .content {
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

#home .card-item-main .more {
  font-size: 18px;
  color: #a70307;
  margin-top: 24px;
  width: 100%;
}

/* 党建知识 */
#home #PartyKnowledge {
  min-height: 500px;
}

#home #PartyKnowledge .home-title-more {
  position: absolute;
  bottom: 0;
  transform: translateY(150%);
}

#home #PartyKnowledge .app-contentBg img {
  height: 100%;
  width: 100%;
}
#home #PartyKnowledge .home-title {
  margin-bottom: 60px;
  position: relative;
}

#home #PartyKnowledge .home-title-l {
  margin-bottom: 10px;
}

#home #PartyKnowledge .home-title-r {
  margin-top: 10px;
}

#home #PartyKnowledge .home-title-c {
  background-image: none;
  padding: 0 15px;
}

#home #PartyKnowledge .home-title-text {
  color: #ffe0aa;
  margin-bottom: 0;
  font-weight: 600;
  text-shadow: none;
}

#home #PartyKnowledge .home-title-more {
  color: white;
}

#home .PartyKnowledge-main {
  display: flex;
  padding-bottom: 40px;
}

#home .PartyKnowledge-main > div {
  flex: 1;
}

#home .PartyKnowledge-main .book {
  background-image: url(/publish/zggcdgjkfdxdecdbdh/image/book_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1246 / 742;
  display: flex;
  padding: 0 50px;
  padding-top: 40px;
  box-sizing: border-box;
  margin-right: 80px;
}

#home .PartyKnowledge-main .book > div {
  flex: 1;
  padding: 0 30px;
  box-sizing: border-box;
}

#home .book-title {
  color: #c91e26;
  min-height: 52px;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: bold;
}

#home .book-content {
  font-size: 16px;
  text-align: justify;
}

#home #PartyKnowledge .listBox2 {
  padding: 40px 0;
}

/* 历史回顾 */

#home #HistoricalReview.app-content {
  padding: 0;
  padding-bottom: 200px;
}

#home #HistoricalReview .home_bg1 {
  position: absolute;
  bottom: 0;
}

#home .listBox3 {
  display: flex;
  border-bottom: 1px solid #c91e26;
}

#home .listBox3-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}

#home .listBox3-item .titlle {
  margin-top: 10px;
  line-height: 1.4;
}

#home .listBox3-item .time {
  font-weight: bold;
  margin-top: 12px;
}

#home .listBox3-item ~ .listBox3-item {
  margin-left: 32px;
}

#home .listBox3-item .subscript {
  width: 1px;
  height: 30px;
  background-color: #c91e26;
  margin-top: 10px;
  position: relative;
}

#home .listBox3-item .subscript::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #c91e26;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%) translateY(50%);
}

#home .pressNotifications-main-banner {
  flex: 1;
  margin-right: 35px;
  min-height: 20px;
  /* background-color: #424242; */
  overflow: hidden;
  position: relative;
}

#home .pressNotifications-main-banner-footer {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  justify-content: space-between;
}

#home
  .pressNotifications-main-banner-footer-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
}

#home
  .pressNotifications-main-banner-footer-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #cc0102;
  border-radius: 30px;
}

#home .representsStyle-main .swiper-button-next {
  transform: translateX(240%) translateY(100px);
  z-index: 10;
  cursor: pointer;
}

#home .representsStyle-main .swiper-button-prev {
  transform: translateX(-240%) translateY(100px);
}

#home .representsStyle-main .swiper-button-prev::after,
#home .representsStyle-main .swiper-button-next::after {
  color: #cc0102;
  font-size: 50px;
}
