#fouthPlenarySession {
  background: #fefcf7;
}
#fouthPlenarySession a:hover {
  color: #F88D1D !important;
}
.mb41 {
  margin-bottom: 41px;
}
.flex-row-between {
  display: flex;
  justify-content: space-between;
}
.special-title {
  margin-bottom: 20px;
  align-items: center;
}
.top-banner {
  position: relative;
  margin-bottom: 30px;
}
.top-banner video {
  width: 100%;
}
.top-banner .showBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top-banner .showBanner>img {
  margin-bottom: 0;
}
.carousel-topnews {
  gap: 17px;
}
.carousel-topnews .lunbo-speical {
  width: 583px;
  margin-bottom: 0;
}
.carousel-topnews .lunbo-speical .slide-desc-wrap {
  background: #CD5434;
  opacity: 0.8;
}
.carousel-topnews .lunbo-speical #swp11 .swiper-pagination-bullet-active {
  background: #F8B80A;
}
.carousel-topnews .topnews {
  flex: 1;
  min-width: 0;
  padding: 9px 24px 22px 9px;
  background: #FEF7E3;
}
.carousel-topnews .topnews .items {
  margin-bottom: 0;
}
.carousel-topnews .topnews .items .titles {
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.carousel-topnews .topnews .items .titles::before {
  position: absolute;
  left: -4px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateY(-10px);
  content: "";
  background-color: #F8B80A;
}
.carousel-topnews .topnews .items a {
  font-family: SimHei;
  font-weight: 400;
  font-size: 27px;
  color: #000000;
  line-height: 46px;
}
.immed-analysis>div {
  width: 48.6%;
}
.immed-analysis #news-TitlePicture .itemList .item {
  background: #FDF9EF;
}
.immed-analysis #news-TitlePicture .itemList .item:last-child {
  margin-bottom: 0;
}
.immed-analysis #news-TitlePicture .itemList .item .left {
  width: 44%;
}
.immed-analysis #news-TitlePicture .itemList .item .right {
  width: 56%;
  padding: 0 18px 0 13px;
}
.immed-analysis #news-TitlePicture .itemList .item .right .time {
  align-self: end;
}
.immed-analysis #news-TitlePicture .itemList .item .storyTimeIcon {
  display: none;
}
.success-show {
  position: relative;
  aspect-ratio: 2/1;
  display: flex;
  flex-direction: column-reverse;
  background: url(https://wwp-static.wenweipo.com/img/special/4thPlenarySession/success-pc.png) no-repeat;
  background-size: 100% 100%;
}
.report {
  position: relative;
}
.report #BigNewsReport {
  padding: 0;
}
.report .special-title img {
  margin: unset;
}
.report #BigNewsReport .swiper-button-next, .report #BigNewsReport .swiper-button-prev {
  width: 35px;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.gallery-item:hover {
  transform: scale(1.05);
}
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
  top: 60%;
}
.gallery-swiper .swiper-button-next {
  right: 5%;
}
.gallery-swiper .swiper-button-prev {
  left: 5%;
}
.gallery-swiper .swiper-button-next:after,
.gallery-swiper .swiper-button-prev:after {
  display: none;
}
.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fullscreen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.fullscreen-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.fullscreen-close {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
}
.fullscreen-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fdf6e5;
  border: none;
  color: #6b0000;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  z-index: 10000;
}
.fullscreen-prev {
  left: 20px;
}
.fullscreen-next {
  right: 20px;
}
.fullscreen-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
}
.gallery-swiper {
  width: 80%;
  padding: 20px 0;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide {
  height: auto;
}

@media(max-width: 1200px) {
  #fouthPlenarySession main {
    padding: 0 15px;
  }
}
@media(max-width: 992px) {
  .carousel-topnews,
  .immed-analysis {
    flex-direction: column;
  }
  .carousel-topnews .lunbo-speical,
  .carousel-topnews .topnews {
    width: 100%;
  }
  .immed-analysis>div {
    width: 100%;
  }
  .immed-analysis .immed {
     margin-bottom: 41px;
  }
  .report #BigNewsReport .swiper-button-next, .report #BigNewsReport .swiper-button-prev {
    width: 28px;
  }
}
@media(min-width: 651px) {
  .top-banner {
    aspect-ratio: 192/35;
  }
}
@media(max-width: 576px) {
  .mb41,
  .immed-analysis .immed {
    margin-bottom: 21px;
  }
  .success-show {
    aspect-ratio: 9/16;
    background-image: url(https://wwp-static.wenweipo.com/img/special/4thPlenarySession/success-h5.png);
  }
  .gallery-swiper {
    width: 70%;
  }
  .fullscreen-nav {
      border-radius: unset;
      width: 20px;
  }
  .fullscreen-prev {
    left: 21px;
  }
  .fullscreen-next {
    right: 21px;
  }
  .report #BigNewsReport .swiper-button-next, .report #BigNewsReport .swiper-button-prev {
    width: 18px;
    top: 56%;
  }
}