@keyframes loadingHolderAnimattion {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
body .top-bar,
body .top-bar-h5 {
  margin-bottom: 0;
}
#gallery {
  width: 100%;
  max-width: unset;
  padding: unset;
}
section:not(:last-child) {
  margin-bottom: 140px;
}
.section-inner {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.skeleton {
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
  background: linear-gradient(-45deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  transition: all ease .3s;
  animation: loadingHolderAnimattion 1.4s ease infinite;
}
.skeleton-title {
  aspect-ratio: 3;
}
.flex-box {
  display: flex;
  justify-content: space-between;
}
.one-line-limit {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiple-line-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.item {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.item .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: .8em .5em;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.2;
  color: #fff;
  background: rgb(0 31 59 / 50%);
  opacity: 0;
  z-index: 10;
  transition: all ease .7s;
}
.cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.cover .fill-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: blur(15px);
  transform: scale(1.2);
}
.cover .real-cover {
  position: relative;
  z-index: 10;
}
.hide {
  visibility: hidden;
}

#ImmedStory .top-carouse {
  position: relative;
  display: block;
  max-width: unset;
  padding: 60px 0;
  margin-bottom: 20px;
}
.top-carouse .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.top-carouse .cover-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.2);
  transition: transform linear .5s;
}
.top-carouse .cover-bg.is-transition img {
  transform: scale(1.15);
}
.top-carouse .with-mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.45);
  z-index: 1;
}
.top-carouse-wrap {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
}
.story-desc .title-link {
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  font-size: 28px;
  line-height: 1.5;
}
.story-desc .title-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 5px;
  background: #248ecc;
}
.story-desc .title-link .link {
  font-size: 100%;
  color: #fff;
  transition: opacity .4s linear, transform .4s linear;
}
.story-desc .story-summary {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  -webkit-line-clamp: 3;
  transition: opacity .4s linear, transform .4s linear;
}
.story-desc.is-transition .link,
.story-desc.is-transition .story-summary {
  opacity: 0;
  transform: translateY(8px);
}
.title-small-cover {
  width: 27.8%;
  flex-direction: column;
}
.small-cover .cover {
  width: 30%;
  cursor: pointer;
  transition: all linear .7s;
}
.small-cover .cover.active {
  border: 2px solid #fff;
}
.big-cover {
  width: 70%;
  transition: all linear .5s;
}
.big-cover.is-transition {
  transform: translateX(8px);
  opacity: 0.7;
}
.rest-story .item {
  width: 32.4%;
}

.left-module {
  width: 71.67%;
  flex-direction: column;
}
.item-list {
  margin-top: 25px;
}
.left-module .item-list .item {
  width: 48%;
}
.left-module .skeleton-title {
  margin-top: 10px;
  aspect-ratio: 6;
}
.left-module .item-title,
#GalleryInland .list-wrap > .item .item-title {
  font-size: 24px;
  opacity: 1;
}
.left-module .item-list .item-title {
  position: static;
  font-size: 18px;
  background: #fff;
  color: #333;
}
.left-module .item-list .item-title p {
  min-height: 2.4em;
}

.right-module {
  width: 22.5%;
  flex-direction: column;
}
.right-module .item:hover .item-title,
#GalleryInland .item-list .item:hover .item-title {
  opacity: 1;
}

section .sub-column {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: fit-content;
  padding: 0 .2em 0.8em;
  margin-bottom: 40px;
  line-height: 1.15;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
section .sub-column:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(36, 142, 204, 1);
}
.list-section {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#GalleryHK {
  background-image: url(https://wwp-static.wenweipo.com/img/gallery/7.jpg)
}
#GalleryInland {
  background-image: url(https://wwp-static.wenweipo.com/img/gallery/17.jpg)
}
#GalleryEntertainment {
  background-image: url(https://wwp-static.wenweipo.com/img/gallery/22.jpg)
}

#GalleryInland .list-wrap {
  flex-direction: column;
}
#GalleryInland .item-list .item {
  width: 32%;
}

#GalleryEntertainment .list-wrap {
  flex-direction: row-reverse;
}

@media (max-width: 1200px) {
  .section-inner,
  .top-carouse-wrap {
    max-width: 930px;
  }
}
@media (max-width: 992px) {
  .section-inner,
  .top-carouse-wrap {
    max-width: 720px;
  }
  .story-desc .title-link {
    font-size: 20px;
    padding-bottom: .8em;
    margin-bottom: .8em;
  }
  .story-desc .story-summary {
    font-size: 16px;
  }
  .item .item-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .top-carouse-wrap {
    flex-direction: column-reverse;
  }
  .top-carouse-wrap>div {
    width: 100%;
  }
  .story-desc {
    margin: 15px 0;
  }
  .item .item-title {
    opacity: 1;
  }
}
@media (max-width: 578px) {
  #ImmedStory {
    margin-bottom: 70px;
  }
  section.list-section {
    margin-bottom: 70px;
    padding: 20px 0 30px;
  }
  section .sub-column {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #GalleryHK .section-inner,
  #GalleryEntertainment .section-inner,
  .list-section .item-list{
    flex-direction: column;
  }
  .list-section .section-inner > div,
  .list-section .item-list .item,
  #GalleryInland .item-list .item {
    width: 100%;
  }
  .list-section .list-wrap .item .item-title {
    position: absolute;
    font-size: 16px;
    color: #fff;
    background: rgb(0 31 59 / 50%);
  }
  .item-list {
    margin-top: unset;
  }
  .list-section .list-wrap .item {
    margin-top: 25px;
  }
  .left-module .item-list .item-title p {
    min-height: unset;
  }
  #GalleryInland .list-wrap > .item .item-title {
    font-size: 16px;
  }
}

