.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.one-line-limit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: fit-content;
}
.multiple-line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: fit-content;
}
.story-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.common-title .more-icon {
  width: 60px;
}
.common-title > img {
  width: 160px;
}

#HuangGangPort {
  max-width: unset;
  padding: 30px 15px;
  background: #fdfcf7;
}
section {
  display: flex;
}

#module01 {
  display: block;
}
#module01 .news-item {
  position: relative;
  background: #F9EBCF;
}
#module01 .news-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 89%;
  border-bottom: 1px solid #FFFFFF;
}
#module01 .news-item.active {
  background: #B07B14;
}
#module01 .news-item.active:after {
  display: none;
}
#module01 #LinkageCarousel .swiper-pagination-bullet-active {
  background: #EEEEEE;
}

#module02 {
  align-items: normal;
  aspect-ratio: 300 / 103;
  background: url(https://wwp-static.wenweipo.com/img/special/huanggangPort/history-bg_pc.png) no-repeat;
  background-size: 100% 100%;
}
#module02 .module-left {
  width: 28.5%;
  height: 100%;
  padding: 6px 6px 15px;
  flex-direction: column;
}
#module02 .time-list {
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: auto;
  padding: 10px 18px;
  margin-top: 10px;
}
#module02 .time-item {
  width: 92.5%;
  transition: all ease .7s;
  cursor: pointer;
}
#module02 .time-item.active {
  transform: translateX(5%);
}
#module02 .module-right {
  flex: 1;
  font-size: clamp(16px, 1.3vw, 25px);
  color: #000000;
  line-height: 2;
  text-indent: 2em;
  padding: 4em 1.36em 4em .8em;
}

#module03 {
  align-items: normal;
}
#module03 .module-left {
  position: relative;
  width: 50%;
  margin: unset;
}
#module03 #PortDataSwiper .swiper-pagination {
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
#module03 #PortDataSwiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  opacity: 1
}
#module03 #PortDataSwiper .swiper-pagination-bullet-active {
  background: #FF4E00;
}
#module03 .module-right {
  width: 47.92%;
}
#module03 .common-title {
  margin-bottom: 2.8%;
}
#module03 .list {
  height: calc(100% - 45px);
}
#module03 .list .item {
  width: 48.35%;
}
#module03 .list .item > a {
  margin-top: .5em;
  font-size: clamp(16px, .99vw, 19px);
  line-height: 1.26;
  color: #030303;
}
#module03 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
}

.list-module .list {
  column-gap: 20px;
  row-gap: 20px;
}
.list-module .item {
  background: #FEF7E3;
}
.list-module .item .story-cover {
  width: 39.7%;
}
.list-module .item .story-info {
  flex: 1;
  min-width: 0;
  padding: 12px 15px;
  font-size: 16px;
  color: #030303;
  line-height: 24px;
}
.list-module .item .story-title {
  font-weight: 800;
  font-size: 21px;
  color: #040404;
  line-height: 37px;
}
.list-module .item .time {
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
}

#module04 {
  align-items: normal;
  flex-wrap: unset;
}
#module04 > div {
  width: 48.92%;
}
#module04 .flex-box {
  flex-direction: column;
  align-items: normal;
  flex-wrap: unset;
}
#module04 .item {
  width: 100%;
  flex-direction: row;
}

#module05 {
  display: block;
}
#module05 .list .item {
  width: calc((100% - 20px) / 2 );
}

#module06 {
  display: block;
  width: 100%;
  max-width: 1130px;
  padding: 28px 24px 20px 24px;
  background: #FCF5DE;
  border-radius: 30px;
}
#module06 h2 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  font-weight: normal;
  margin-bottom: 0.8em;
}
#module06 .post-comments {
  margin: unset;
}
#module06 .post-comments .comment-section {
  background: unset;
  padding: unset;
  margin: unset;
}
#module06 .post-comments .comment-form {
  flex-wrap: unset;
}
#module06 .post-comments .comment-form:not(:last-child) {
  margin: unset;
  padding-bottom: 20px;
  border: unset;
}
#moduleHolder {
  position: relative;
  height: 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  background: #ffffff;
  overflow: hidden;
  flex-direction: row;
  gap: 0;
}
#moduleHolder.sticky-bottom {
  position: sticky;
  bottom: 5px;
  z-index: 99;
  height: fit-content;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#float-input {
  flex: 1;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.float-btn {
  border-radius: 0;
  width: 48px;
  line-height: 36px;
  text-align: center;
  background: #c21010;
  color: #ffffff;
  cursor: pointer;
}
.float-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  height: fit-content;
  padding: 4px 20px;
  transform: translate(-50%, -50%);
  background: #C9333A;
  color: #ffffff;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.float-toast.show {
  opacity: 1;
  z-index: 9;
}

#module07 {
  display: block;
}
#module07 .report-swiper {
  position: relative;
}
#module07 .swiper {
  position: static;
  width: 88.8%;
  padding-bottom: 0;
}
#module07 .swiper-slide>img {
  display: none;
}
#module07 #BigNewsReport .swiper-button-prev,
#module07 #BigNewsReport .swiper-button-next {
  width: unset;
  max-width: 3%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
#module07 .swiper-button-prev {
  left: 8px;
}
#module07 .swiper-button-next {
  right: 8px;
}

@media (max-width: 1200px) {
  #moduleHolder {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 1024px) {
  #module03 {
    flex-direction: column;
    gap: 20px;
  }
  #module03 .module-left,
  #module03 .module-right {
    width: 100%;
  }
  #module03 .list {
    row-gap: 15px;
  }
}

@media (max-width: 768px) {
  #module01 .h5-show {
    color: #fff;
  }
  #module02 {
    aspect-ratio: 135 / 83;
    background-image: url(https://wwp-static.wenweipo.com/img/special/huanggangPort/history-bg_h5.png);
  }
  #module02 .module-left {
    width: 198px;
  }
  #module02 .time-list {
    padding: 5px 10px;
  }
  #module04,
  #module05 .list {
    flex-direction: column;
  }
  #module04 > div,
  #module05 .list .item {
    width: 100%;
  }
  #module04 .module-right {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  #module02 .module-left {
    width: 168px;
  }
  #module02 .module-right {
    font-size: 14px;
    padding: 1em .5em;
  }
}
