#election2025-main .news-page {
  padding-bottom: 60px;
}
#election2025-main .news-page .section:first-child:not(.bg-gray) {
  margin-top: 60px;
}
#election2025-main .news-page #mostViewedNewsContainer {
  overflow-x: hidden;
}
#election2025-main .news-page .mostviewed-slides-wrapper {
  margin-top: -35px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .mostviewed-slides {
  width: 100%;
  height: 564px;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slick-list {
  height: 100%;
  overflow: visible;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slick-track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 100%;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item {
  position: relative;
  width: 200px;
  height: 274px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .slide-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .slide-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
  display: block;
  height: 160px;
  border-radius: 20px;
  background: var(--primary-2);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .slide-link:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .slide-link:hover .title {
  text-decoration: underline;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .lanking {
  position: absolute;
  left: 50%;
  top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 41px;
  height: 41px;
  font-size: 14px;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/special/election2025/resource/image/pc/ico/flag-lanking.svg") center/contain no-repeat;
  border-radius: 41px;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 1px #fff;
  padding-top: 2px;
  z-index: 2;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .thumbnail {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .thumbnail .play-icon {
  position: absolute;
  right: calc(50% - 92px);
  bottom: 31px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/special/election2025/resource/image/pc/ico/play.svg") center/contain no-repeat;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .txt-wrapper {
  position: relative;
  height: 160px;
  padding: 32px 24px 0;
  z-index: 2;
  background: url("/special/election2025/resource/image/pc/ico/more-32.svg") left 50% bottom 8px/32px no-repeat;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .badge {
  width: 74px;
  height: 29px;
  border-radius: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--primary);
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .btn-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .ai-area .btn-view::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/special/election2025/resource/image/pc/ico/btn-more-w.svg") center/contain no-repeat;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .title {
  height: 66px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item .news-text {
  height: 198px;
  margin-top: 16px;
  color: #fff;
  font-weight: 200;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 8px;
  display: none;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current {
  overflow: visible;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .lanking {
  z-index: 4;
  top: -30px;
  width: 60px;
  height: 60px;
  font-size: 21px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-animation: fadeIn 0.3s forwards 0.5s;
          animation: fadeIn 0.3s forwards 0.5s;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .slide-link {
  width: 100%;
  height: 100%;
  padding: 24px 24px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .slide-link::after {
  height: 100%;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .thumbnail {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 187px;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: fadeIn 0.5s forwards 0.5s;
          animation: fadeIn 0.5s forwards 0.5s;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .thumbnail .play-icon {
  right: 16px;
  bottom: 16px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .txt-wrapper {
  position: static;
  left: initial;
  top: initial;
  height: initial;
  border-radius: initial;
  width: 332px;
  padding: 0;
  background: initial;
  margin-top: 20px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards 0.6s;
          animation: fadeIn 0.5s forwards 0.6s;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .txt-wrapper .title {
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  -webkit-line-clamp: 2;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .txt-wrapper .ai-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
#election2025-main .news-page .mostviewed-slides-wrapper .slide-item.slick-current .txt-wrapper .news-text {
  display: block;
  display: -webkit-box;
}
#election2025-main .news-page .search-box {
  margin-top: -4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
}
#election2025-main .news-page .search-box .search-input-wrapper {
  position: relative;
}
#election2025-main .news-page .search-box .search-input-wrapper .search-input {
  width: 100%;
  height: 44px;
  font-size: 16px;
  padding-right: 30px;
  border-bottom: 1px solid #222;
  outline: none;
}
#election2025-main .news-page .search-box .search-input-wrapper .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 44px;
  background: url("/special/election2025/resource/image/pc/ico/search.svg") center/24px auto no-repeat;
}
#election2025-main .news-page #videoNewsContainer .tab-btns.round-type,
#election2025-main .news-page #electionNewsContainer .tab-btns.round-type {
  margin-left: 40px;
}