@charset "utf-8";

.breadcrumbs {
  position: absolute;
  top: var(--header-height);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: var(--app-fs-30) var(--app-fs-36);
  font-size: var(--app-fs-14);
  color: #fff;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 0.5em;
}

.breadcrumbs a:hover {
  color: #C9151D;
}

.app-party--banner {
  position: relative;
}

.app-party--banner .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.app-party--banner .title {
  font-size: var(--app-fs-40);
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

.app-party--banner .desc {
  margin-top: 1.25em;
  font-size: var(--app-fs-16);
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .app-party--banner .banner {
    width: 100%;
    height: 587px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .app-party-header .desc {
    text-align: justify;
  }

  .app-party--banner {
    height: 460px;
  }

  .app-party--banner .banner {
    height: 100%;
    object-fit: cover;
  }

  .app-party--banner .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.app-party-news {
  padding: var(--app-fs-38) 0 var(--app-fs-120);
  background: #F4F4F4;
}

.app-party-news .style-list .item {
  padding: var(--app-fs-36) var(--app-fs-92);
  background: #fff;
}

.app-party-news .style-list .item+.item {
  margin-top: var(--app-fs-30);
}

.app-party-news .style-list .item .text-wrap {
  width: 45%;
}

.app-party-news .style-list .item .time {
  font-size: var(--app-fs-20);
  color: #666;
}

.app-party-news .style-list .item .time .icon {
  margin-right: var(--app-fs-10);
}

.app-party-news .style-list .item .title {
  margin-top: 1.1em;
  max-height: calc(var(--app-fs-22) * 1.45 * 2);
  font-size: var(--app-fs-22);
  line-height: 1.45;
  font-weight: normal;
  color: #333;
}

.app-party-news .style-list .item .view {
  --color: #9F9F9F;
  width: var(--app-fs-118);
  height: var(--app-fs-50);
  margin-top: var(--app-fs-36);
  border: 1px solid var(--color);
  font-size: var(--app-fs-14);
  color: var(--color);
}

.app-party-news .style-list .item .view .iconfont {
  display: inline-block;
  margin-left: 6px;
}

.app-party-news .style-list .item .img-wrap {
  position: relative;
  width: calc(var(--app-basis-ratio) * 430px);
  margin-left: auto;
  overflow: hidden;
}

.app-party-news .style-list .item .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-bottom: 56.4%;
  overflow: hidden;
}

.app-party-news .style-list .item .img-wrap .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-party-news .style-list .item:hover {
  box-shadow: rgba(201, 21, 29, 0.1) 0px 10px 10px -10px;
}

.app-party-news .style-list .item:hover .title {
  color: #C9151D;
}

.app-party-news .style-list .item:hover .view {
  --color: #c9151d;
  background: var(--color);
  color: #fff;
}

.app-party-news .style-list .item:hover .img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .app-common-top-navs .nav a {
    padding: 0 1em;
  }
}

@media (max-width: 768px) {
  .app-common-top-navs .nav-list {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .app-common-top-navs .nav a {
    white-space: nowrap;
  }

  .app-party-news .style-list .item {
    flex-direction: column;
    padding: 20px calc(32px * var(--app-basis-ratio));
  }

  .app-party-news .style-list .item .text-wrap {
    width: 100%;
  }

  .app-party-news .style-list .item .title {
    font-size: 14px;
    max-height: calc(1em * 1.45 * 2);
  }

  .app-party-news .style-list .item .view {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .app-party-news .style-list .item .img-wrap {
    width: 100%;
    margin-top: 20px;
  }

}

.style-big-text .big-news {
  padding: var(--app-fs-30) var(--app-fs-28);
  background: #fff;
}

.style-big-text .big-news .img-wrap {
  position: relative;
  width: calc(var(--app-basis-ratio) * 450px);
  overflow: hidden;
}

.style-big-text .big-news .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-bottom: 56.2%;
  overflow: hidden;
}

.style-big-text .big-news .img-wrap .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-big-text .big-news .text-wrap {
  width: calc(100% - calc(var(--app-basis-ratio) * 450px));
  padding: 0 var(--app-fs-92);
}

.style-big-text .big-news .title {
  font-size: var(--app-fs-22);
  font-weight: normal;
  color: #333;
}

.style-big-text .big-news .desc {
  margin-top: var(--app-fs-20);
  max-height: calc(var(--app-fs-18) * 1.56 * 2);
  font-size: var(--app-fs-18);
  line-height: 1.56;
  color: #666;
}

.style-big-text .big-news .time {
  margin-top: var(--app-fs-40);
  font-size: var(--app-fs-18);
  color: #999;
}

.style-big-text .big-news:hover .img {
  transform: scale(1.1);
}

.style-big-text .big-news:hover .title {
  color: #C9151D;
}

.style-big-text .text-news {
  padding: 0 var(--app-fs-46);
  margin-top: var(--app-fs-32);
  background: #fff;
}

.style-big-text .text-news .wrap {
  padding: var(--app-fs-60) 0;
  border-bottom: 1px solid rgba(105, 105, 105, .15);
}

.style-big-text .text-news .wrap .item {
  font-size: var(--app-fs-18);
  color: #666;
}

.style-big-text .text-news .wrap .item+.item {
  margin-top: var(--app-fs-38);
}

.style-big-text .text-news .wrap .item .tit {
  position: relative;
  padding-left: 1em;
  width: 80%;
}

.style-big-text .text-news .wrap .item .tit::after {
  content: '·';
  position: absolute;
  top: 50%;
  left: 0;
  color: #c9151d;
  transform: translateY(-50%);
}

.style-big-text .text-news .wrap .item .time {
  color: #999;
  margin-left: auto;
}

.style-big-text .text-news .wrap .item:hover .tit {
  color: #c9151d;
}

@media (max-width: 768px) {
  .style-big-text .big-news {
    flex-direction: column;
  }

  .style-big-text .big-news .img-wrap {
    width: 100%;
  }

  .style-big-text .big-news .text-wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .style-big-text .big-news .title {
    font-size: 14px;
  }

  .style-big-text .text-news .wrap {
    padding: 20px 0;
  }

  .style-big-text .text-news .wrap .item {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }

  .style-big-text .text-news .wrap .item .tit {
    width: 100%;
  }

  .style-big-text .text-news .wrap .item .time {
    margin-top: 0.5em;
    margin-left: 0;
  }
}

.style-img-below ul {
  --count: 3;
  display: grid;
  grid-template-columns: repeat(var(--count), minmax(0, 1fr));
  gap: var(--app-fs-38);
  width: 100%;
}

.style-img-below .item {
  position: relative;
  display: block;
  padding: var(--app-fs-38) var(--app-fs-32);
  background: #fff;
}

.style-img-below .item .img-wrap {
  position: relative;
  width: 100%;
}

.style-img-below .item .img-wrap .img-box {
  position: relative;
  height: 0;
  padding-bottom: 56.2%;
  overflow: hidden;
}

.style-img-below .item .img-wrap .img-box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-img-below .item .text-wrap {
  padding-top: var(--app-fs-30);
}

.style-img-below .item .text-wrap .tit {
  height: calc(var(--app-fs-20) * 1.6 * 2);
  font-size: var(--app-fs-20);
  line-height: 1.6;
  color: #333;
}

.style-img-below .item .text-wrap .time {
  margin-top: var(--app-fs-20);
  font-size: var(--app-fs-18);
  color: #999;
}

.style-img-below .item .text-wrap .time .iconfont {
  display: inline-block;
  margin-right: 6px;
  color: #c9151d;
}

.style-img-below .item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--app-fs-72);
  height: var(--app-fs-72);
  border-radius: 50%;
  font-size: var(--app-fs-20);
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

.style-img-below .item .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.style-img-below .item:hover .img {
  transform: scale(1.1);
}

.style-img-below .item:hover .tit {
  color: #A97E46;
}

.style-img-below .item:hover .play {
  background: #A97E46;
}

.style-img-below .item:hover .play::after {
  width: 130%;
  height: 130%;
  opacity: 1;
}

.video-list .item .img-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: height 0.3s ease-in-out;
}

.video-list .item:hover .img-box::after {
  height: 100%;
}

@media (max-width: 992px) {
  .style-img-below ul {
    --count: 2;
  }
}

@media (max-width: 768px) {
  .style-img-below ul {
    --count: 1;
  }
}

.video-popup {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  height: calc(100vh - var(--header-height));
  background: rgba(0, 0, 0, 0.5);
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%);
}

.video-popup-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-popup-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: var(--app-fs-50);
  height: var(--app-fs-50);
  border-radius: 50%;
  font-size: var(--app-fs-32);
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.video-popup-close:hover {
  color: #A97E46;
  background: #fff;
}

@media (max-width: 768px) {
  .video-popup-content {
    width: 90%;
  }
}

/* 党建引领 */
.app-party-culture .head {
  font-size: var(--app-fs-36);
  line-height: 1.2;
  color: #333;
  text-align: center;
}

.app-party-culture .culture-brand {
  padding: var(--app-fs-90) 0;
}

.app-party-culture .culture-brand .module {
  margin-bottom: var(--app-fs-90);
}

.app-party-culture .culture-brand .module .content {
  padding: var(--app-fs-90) 0;
  margin-top: var(--app-fs-42);
  background: url(../images/culture-bg-1.jpg) no-repeat;
  background-position: top left;
  background-size: cover;
}

.app-party-culture .culture-brand .logo img {
  margin: 0 auto;
}

.app-party-culture .culture-brand .info {
  margin-top: var(--app-fs-20);
}

.app-party-culture .culture-brand .info .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E1E1E1;
}

.app-party-culture .culture-brand .info .tag {
  padding: 0.75em 2.3em;
  border-radius: 99px;
  font-size: var(--app-fs-26);
  line-height: 1;
  color: #fff;
  background: linear-gradient(to right, #cc1e19, #eb7635);
}

.app-party-culture .culture-brand .info .tag i {
  margin-right: .5em;
}

.app-party-culture .culture-brand .info .text {
  margin-top: 0.8em;
  font-size: var(--app-fs-36);
  line-height: 1.4;
  text-align: center;
  color: #cb1d19;
}

.app-party-culture .culture-brand .wrap .text {
  margin-top: 2.6em;
  font-size: var(--app-fs-16);
  line-height: 2.2;
  color: #666;
  text-align: center;
}

.app-party-culture .culture-integrity {
  padding: var(--app-fs-90) 0;
  background: #F4F4F4;
}

.app-party-culture .culture-integrity .content {
  margin-top: var(--app-fs-42);
}

.app-party-culture .culture-integrity .wrap {
  padding: var(--app-fs-90);
  margin-bottom: var(--app-fs-26);
  background: url(../images/culture-bg-2.jpg) no-repeat;
  background-size: cover;
}

.app-party-culture .culture-integrity .wrap .tit {
  font-size: var(--app-fs-26);
  font-weight: normal;
  color: #cb1d19;
}

.app-party-culture .culture-integrity .wrap .txt {
  margin-top: 2em;
  font-size: var(--app-fs-20);
  color: #333;
}

.app-party-culture .culture-integrity .wrap .tags {
  margin-top: var(--app-fs-26);
}

.app-party-culture .culture-integrity .wrap .tag {
  padding: 0.75em 2.3em;
  border-radius: 99px;
  font-size: var(--app-fs-18);
  color: #fff;
  background: linear-gradient(to right, #cc1e19, #eb7635);
}

.app-party-culture .culture-integrity .wrap .tag+.tag {
  margin-left: var(--app-fs-26);
}

@media screen and (max-width: 768px) {
  .app-party-culture .culture-brand .info {
    flex-direction: column;
  }

  .app-party-culture .culture-brand .info .item {
    margin-top: 26px;
    border-left: none;
  }

  .app-party-culture .culture-brand .info .text {
    font-size: 20px;
  }

  .app-party-culture .culture-integrity .wrap {
    padding: var(--app-fs-90) 20px;
  }

  .app-party-culture .culture-integrity .wrap .tags {
    flex-wrap: wrap;
    gap: 16px;
  }

  .app-party-culture .culture-integrity .wrap .tag {
    width: calc(50% - 8px);
    text-align: center;
  }

  .app-party-culture .culture-integrity .wrap .tag+.tag {
    margin-left: 0;
  }

  .app-party-culture .culture-integrity .wrap .tit {
    font-size: 20px;
  }

  .app-party-culture .head {
    font-size: 20px;
  }

  .app-party-culture .culture-brand .info .tag {
    font-size: 14px;
  }

  .style-img-below .item .text-wrap .tit {
    font-size: 14px;
    max-height: calc(1em * 1.6 * 2);
  }
}