/* 党建中心 — 与 party-build.css 同步维护，编译后覆盖 .css */
.party-sec-tile {
  width: 100%;
  /*padding: 0.6rem 0 0.85rem;*/
  background-image: url(../img/other/dj_bg.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.party-intro-card {
  align-items: stretch;
  overflow: hidden;
}
.party-intro-media {
  margin: 0;
  flex: 0 0 6.1rem;
  max-width: 6.1rem;
  height: 4.15rem;
}
.party-intro-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 4.15rem;
  object-fit: cover;
  vertical-align: top;
}
.party-intro-body {
  flex: 1;
  padding: 0.5rem 0.55rem 0.55rem;
  box-sizing: border-box;
}
.party-intro-title {
  font-size: 0.35rem;
  font-weight: bold;
  margin: 0 0 0.28rem;
}
.party-intro-desc {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.85;
  color: #333;
  text-align: justify;
}
.party-sec-hero {
  width: 100%;
  height: 5.93rem;
  padding-top: 1.1rem;
  background: url(../img/other/djbg.png) center center no-repeat;
  background-size: cover;
}
.party-sec-hero-inner {
  align-items: stretch;
  gap: 0.45rem;
}
.party-hero-text {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.party-hero-list {
  margin: 0 0 0.36rem;
  padding: 0;
  list-style: none;
  font-size: 0.18rem;
  line-height: 1.75;
}
.party-hero-list li {
  position: relative;
  padding-left: 0.22rem;
  margin-bottom: 0.14rem;
}
.party-hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 0.15rem;
  height: 0.15rem;
  border: 0.02rem solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.party-hero-media {
  flex: 0 0 6.3rem;
  width: 6.3rem;
  height: 3.97rem;
  overflow: hidden;
}
.party-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 3.97rem;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .party-intro-card {
    flex-direction: column;
  }
  .party-intro-media {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .party-intro-media img {
    min-height: 2.8rem;
  }
  .party-sec-hero-inner {
    flex-direction: column-reverse;
  }
  .party-hero-media {
    flex: none;
    max-width: 100%;
    width: 100%;
    order: -1;
  }
  .party-hero-media img {
    min-height: 3rem;
  }
  .party-intro-body {
    padding: 0.35rem 0.3rem 0;
  }
  .party-intro-body .party-intro-title {
    font-size: 0.41rem;
  }
  .party-intro-body .party-intro-desc {
    font-size: 0.28rem;
    line-height: 1.85;
  }
  .party-sec-hero {
    height: max-content;
    background: url(../img/other/djbg_m.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 0.8rem 0.3rem 1.8rem;
  }
  .party-sec-hero .party-hero-list {
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .party-sec-hero .party-hero-list li {
    padding-left: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .party-sec-hero .party-hero-list li::before {
    width: 0.18rem;
    height: 0.18rem;
    top: 0.14rem;
  }
}
