body {
  background: url(https://wwp-static.wenweipo.com/img/specialTopic/new-medias-bg.png) no-repeat;
  background-size: 100% 100%;
  font-family: Microsoft JhengHei UI;
}
section {
  margin-bottom: 92px;
}
.fill-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: 0;
  object-fit: cover;
}
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#NewMedias {
  max-width: 1200px;
}
.title-bar {
  width: 21.77vw;
  max-width: 418px;
  margin: 6% auto 4%;
}
.latest-story {
  position: relative;
  display: flex;
  margin: 0 auto;
}
.check-btns {
  position: absolute;
  width: 11%;
  height: 100%;
  padding: 10% 2.71% 0 1.88%;
  background: #510006;
  border-radius: 40px;
  z-index: 1;
}
.menu-icon {
  width: 71%;
  margin-bottom: 52%;
}
.story-nav {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 104 / 164;
  margin-bottom: 52%;
  background: #E70010;
  border-radius: 15px;
  cursor: pointer;
}
.story-nav.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  height: 100%;
  width: 100%;
  background: #E70010;
}
.story-info {
  position: relative;
  flex: 1;
  padding: 4.58%;
  margin-left: 11%;
  border-radius: 7.73%;
  background: #E70010;
  box-shadow: 4px 0px 42px 20px rgba(0, 0, 0, 0.23);
}
.angle {
  position: absolute;
  width: 25%;
  height: auto;
}
.top-left-angle {
  left: -7%;
  top: -9%;
}
.right-bottom-angle {
  bottom: -9%;
  right: -7%;
}
.story-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #FFFFFF;
  box-shadow: 4px 0px 22px 10px rgba(0, 0, 0, 0.55);
  border-radius: 58px;
  border: 10px solid #FFFFFF;
  overflow: hidden;
}
.story-cover a {
  position: relative;
  z-index: 1;
}
.story-cover img {
  border-radius: 58px;
}
.btns-show {
  width: 55.4%;
  margin: 30px auto;
}
.story-summary {
  padding: .8em 1.25em 1.34em;
  font-size: clamp(18px, 1.875vw, 36px);
  line-height: 1.2;
  height: 6.28em;
  background: #FFFFFF;
  box-shadow: 4px 0px 20px 9px rgba(0, 0, 0, 0.3), 2px 0px 20px 4px rgba(0, 0, 0, 0.44);
  border-radius: 33px;
}
.story-summary a {
  -webkit-line-clamp: 3;
}

.more-icon {
  display: block;
  width: 12.5%;
  margin-left: auto;
  margin-bottom: 2%;
}
.list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-top: 15px;
}
.story-item {
  width: 100%;
  aspect-ratio: 1566 / 411;
  padding: 2.2% 3% 2.2% 2.2%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(135deg, #540006 0%, #aa000c 100%);
  border-radius: 58px;
}
.story-item:first-child {
  position: relative;
  padding-top: 2.5%;
}
.title {
  position: absolute;
  left: 50%;
  top: -8.5%;
  transform: translateX(-50%);
  width: 20%;
  background: linear-gradient(135deg, #6e0008 0%, #7e0009 100%);
  border-radius: 55px;
}
.title img {
  width: 55%;
  margin: 4% auto 0;
}
.story-item .cover-wrap {
  position: relative;
  width: 40.48%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
}
.cover-wrap a {
  position: relative;
  z-index: 1;
}
.story-item .title-summary{
  width: 54.88%;
}
.story-item .story-item-title {
  font-size: clamp(22px, 1.9vw, 36px);
  margin-bottom: 1em;
  color: #FFFFFF;
}
.story-item .story-item-summary {
  font-size: clamp(16px, 1.46vw, 28px);
  padding: 0.6em 1.32em .8em;
  min-height: 5.9em;
  background: #FFFFFF;
  box-shadow: 4px 0px 20px 9px rgba(0, 0, 0, 0.3), 2px 0px 20px 4px rgba(0, 0, 0, 0.44);
  border-radius: 1em;
}
.story-item-summary a {
  color: #000000;
  -webkit-line-clamp: 3;
}

@media (min-width: 1921px) {
  #NewMedias {
    max-width: 1566px;
  }
  .top-left-angle {
    top: -10%;
  }
  .right-bottom-angle {
    bottom: -10%;
  }
}
@media (max-width: 1200px) {
  .story-cover,
  .story-cover img {
    border-radius: 10px;
  }
  .story-item,
  .story-item .cover-wrap {
    border-radius: 25px;
  }
  .more-icon {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .check-btns {
    border-radius: 20px;
  }
  .more-icon {
    width: 20%;
  }
  .title {
    width: 30%;
    top: -12%;
  }
}
@media (max-width: 578px) {
  .story-item:first-child {
    padding-top: 6%;
  }
  .story-item {
    flex-direction: column;
    gap: 15px;
  }
  .story-item .cover-wrap,
  .story-item .title-summary {
    width: 100%;
  }
  .more-icon {
    width: 90px;
    margin-bottom: 8%;
  }
  .title {
    top: -5%;
    width: 196px;
    background: linear-gradient(135deg, #630007 0%, #750008 100%);
  }
}


