/* 更多样式 */
#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 {
    width: 100%;
    background-image: url(/publish/dwcjzgdbdh/image/title_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 44px;
    position: relative;
    margin: 70px 0 50px;
    text-align: center;
  }
  
  #home .home-title-text {
    font-size: 45px;
    position: relative;
    top: -19px;
    white-space: nowrap;
    font-weight: bold;
  }
  
  #home .home-title-more {
    color: #c31319;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
  }
  
  #home .home-title-more span {
    margin-left: 6px;
  }
  
  /* 新闻动态样式 */
  #home #pressNotifications {
    display: block;
  }
  
  #home .pressNotifications-main {
    display: flex;
    margin-bottom: 98px;
  }
  
  #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 {
    height: 100%;
    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 {
    background-image: url(/publish/dwcjzgdbdh/image/dbfcImage.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 82px 0 40px;
    margin-bottom: 100px;
  }
  
  #home #representsStyle .home-title {
    background-image: url(/publish/dwcjzgdbdh/image/titleBg.png);
    margin: 0 auto 20px;
  }
  
  #home #representsStyle .content-main {
    max-width: 1200px;
  }
  
  #home .cardBox {
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
  }
  
  #home .representsStyle-main,
  #home .wonderfulReview-main {
    overflow-x: hidden;
    width: 100%;
  }
  
  #home .representsStyle-card-item,
  #home .wonderfulReview-card-item,
  #home .wonderfulReview-card-item img {
    flex: 1;
    background-color: #FFFFFF;
    height: 494px !important;
    position: relative;
    box-sizing: border-box;
    min-width: calc(calc(100% - 60px) / 4);
  
    -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 .wonderfulReview-card-item,
  #home .wonderfulReview-card-item img {
    height: 206px !important;
  }
  
  #home .representsStyle-card-item:hover,
  #home .wonderfulReview-card-item :hover {
    box-shadow: 0px 20px 20px -20px rgb(94 44 0 / 35%);
    -webkit-transform: scale(0.9);
    transform: scale(1.02);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
  }
  
  #home .representsStyle-card-item .frameBox {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    z-index: 1;
  }
  
  #home .representsStyle-card-item .frameBox img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  #home .representsStyle-card-item~.representsStyle-card-item,
  #home .wonderfulReview-card-item~.wonderfulReview-card-item {
    margin-left: 17px;
  }
  
  #home .card-item-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  
  #home .card-item-main .avatar {
    /*width: 100%;*/
    height: 310px;
  }
  
  #home .card-item-main .avatar img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  #home .card-item-main .name {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 24px;
    color: #CC0102;
    line-height: 2rem;
  }
  
  #home .card-item-main .content {
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #A3826D;
    line-height: 24px;
    padding: 0 16px;
  }
  
  /* 党建知识 */
  #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/dwcjzgdbdh/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;
    height: 370px;
  }
  
  #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 .pressNotifications-main-banner-footer-text {
    font-size: 20px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
  }
  
  #home .representsStyle-main-pagination {
    width: 100%;
    height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    color: white;
    line-height: 56px;
    text-align: center;
  }
  
  #home .pressNotifications-main-banner-footer-pagination {
    flex: 1;
    margin-left: 32px;
  }
  
  #home .pressNotifications-main-banner-footer-pagination .swiper-pagination-bullet,
  #home .representsStyle-main-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,
  #home .representsStyle-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #cc0102;
    border-radius: 30px;
  }
  
  #home .representsStyle-main .swiper-button-next {
    transform: translateX(440%) translateY(60%);
    z-index: 10;
    cursor: pointer;
  }
  
  #home .representsStyle-main .swiper-button-prev {
    transform: translateX(-440%) translateY(60%);
  }
  
  #home .wonderfulReview-main .swiper-button-next {
    transform: translateX(440%) translateY(100%);
    z-index: 10;
    cursor: pointer;
  }
  
  #home .wonderfulReview-main .swiper-button-prev {
    transform: translateX(-440%) translateY(100%);
  }
  
  #home .representsStyle-main .swiper-button-prev::after,
  #home .representsStyle-main .swiper-button-next::after,
  #home .wonderfulReview-main .swiper-button-prev::after,
  #home .wonderfulReview-main .swiper-button-next::after {
    color: #cc0102;
    font-size: 90px;
  }
  
  #home .regulationsPolicies-workingBodies {
    display: flex;
    justify-content: space-between;
  }
  
  #home .regulationsPolicies-workingBodies .regulationsPolicies,
  #home .regulationsPolicies-workingBodies .workingBodies {
    width: 572px;
  }
  
  #home .regulationsPolicies .home-title-more,
  #home .workingBodies .home-title-more {
    top: 20px;
  }
  
  #home .regulationsPolicies .home-title,
  #home .workingBodies .home-title {
    background-image: url(/publish/dwcjzgdbdh/image/titleLeft.png);
    text-align: left;
  }
  
  #home .news .pressNotifications-main {
    margin-bottom: 0 !important;
  }
  
  #home #wonderfulReview {
    margin-bottom: 110px;
  }
  
  #home .news {
    margin-bottom: 30px;
  
  }
  
  #home .news .listBox,
  #home .regulationsPolicies .listBox,
  #home .workingBodies .listBox {
    margin: 0 !important;
  }
  
  #home .representsStyle-main .card-item-main {
    position: relative;
  }
  
  #home .representsStyle-main .card-item-main::after {
    content: "";
    /*border: 20px solid;*/
    border-color: transparent transparent #fff;
    position: absolute;
    left: 0px;
    /* 290 → 292 */
    top: 292px;
    z-index: 99;
    transform: rotateZ(-135deg);
  }