@charset "UTF-8";
.current_events_list .current_events_item a .events_title, .text_news_wrap .text_news_list .text_news_item a {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap .new_item .new_title span, .hot_spotlight_wrap .hot_spotlight_item .hot_spotlight_title, .vote_swiper_wrap .vote_item .vote_header .vote_title span {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper_arrow1 .swiper-button-prev,
.swiper_arrow1 .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #8f8f8f;
  top: unset;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .swiper_arrow1 .swiper-button-prev:hover,
  .swiper_arrow1 .swiper-button-next:hover {
    background-color: rgb(223, 223, 223);
  }
}
.swiper_arrow1 .swiper-button-prev::after,
.swiper_arrow1 .swiper-button-next::after {
  display: none;
}
.swiper_arrow1 .swiper-button-prev {
  right: 40px;
  left: unset;
  bottom: 0;
}
.swiper_arrow1 .swiper-button-prev i {
  margin-left: -2px;
}
.swiper_arrow1 .swiper-button-next {
  right: 0;
  bottom: 0;
}
.swiper_arrow1 .swiper-button-next i {
  margin-right: -2px;
}
.swiper_arrow1 .swiper-pagination {
  width: calc(100% - 60px - 10px);
}

.swiper_arrow2 .swiper-button-prev,
.swiper_arrow2 .swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #8f8f8f;
  top: 0;
  box-sizing: border-box;
}
.swiper_arrow2 .swiper-button-prev::after,
.swiper_arrow2 .swiper-button-next::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .swiper_arrow2 .swiper-button-prev:hover,
  .swiper_arrow2 .swiper-button-next:hover {
    background-color: rgb(223, 223, 223);
  }
}
.swiper_arrow2 .swiper-button-prev {
  right: 40px;
  left: unset;
  top: 0;
}
.swiper_arrow2 .swiper-button-prev i {
  margin-left: -2px;
}
.swiper_arrow2 .swiper-button-next {
  right: 0;
  top: 0;
}
.swiper_arrow2 .swiper-button-next i {
  margin-right: -2px;
}

.swiper-horizontal .swiper-pagination {
  left: unset;
  top: unset;
  bottom: 0;
  opacity: 1;
  line-height: 1em;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 20px;
  background: transparent;
  position: relative;
  opacity: 1;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal .swiper-pagination .swiper-pagination-bullet:hover::before {
    background-color: #ff7a00;
  }
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 2px;
  right: 2px;
  transform: translateY(-50%);
  background-color: rgba(208, 208, 208, 0.7);
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal .swiper-pagination .swiper-pagination-bullet::before {
    left: 3px;
    right: 3px;
  }
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #ff7a00;
}

.text_news_wrap .text_news_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 12px;
  box-sizing: border-box;
}
.text_news_wrap .text_news_list .text_news_item {
  width: 100%;
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .text_news_wrap .text_news_list .text_news_item {
    width: calc((100% - 12px) / 2);
  }
}
.text_news_wrap .text_news_list .text_news_item .svg_box {
  width: 20px;
}
.text_news_wrap .text_news_list .text_news_item .title,
.text_news_wrap .text_news_list .text_news_item a {
  color: #2E2E2E;
  font-size: 1rem;
  line-height: 1.5em;
  margin-left: 6px;
}
.text_news_wrap .text_news_list .text_news_item a {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .text_news_wrap .text_news_list .text_news_item a:hover {
    text-decoration: underline;
    color: #8F8F8F;
  }
}
.text_news_wrap .text_news_list .text_news_item.tag_pr .title {
  position: relative;
  padding-right: 20px;
}
.text_news_wrap .text_news_list .text_news_item.tag_pr .title::after {
  content: "PR";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #8F8F8F;
  font-size: 0.75rem;
  line-height: 1.5em;
}

.vote_wrap {
  position: relative;
}
.vote_wrap .title_wrap span {
  width: calc(100% - 40px - 70px);
}
.vote_wrap .vote_arrow_box {
  position: absolute;
  top: 0px;
  right: 0;
  width: 70px;
  height: 30px;
}
.vote_wrap .vote_arrow_box .swiper-button-prev,
.vote_wrap .vote_arrow_box .swiper-button-next {
  margin-top: 0;
}

.vote_swiper_wrap {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .vote_swiper_wrap {
    margin-top: 10px;
  }
}
.vote_swiper_wrap .vote_item {
  background-color: #f2f7ff;
  border-right: 1px solid #004ba0;
  border-bottom: 1px solid #004ba0;
  border-left: 1px solid #004ba0;
  box-sizing: border-box;
}
.vote_swiper_wrap .vote_item .vote_header {
  background-color: #004ba0;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
}
.vote_swiper_wrap .vote_item .vote_header .vote_icon {
  height: 60px;
  display: flex;
}
.vote_swiper_wrap .vote_item .vote_header .vote_title {
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #fff;
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.vote_swiper_wrap .vote_item .vote_line {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #004BA0 0%, rgba(0, 75, 160, 0) 100%);
  margin: 5px auto;
}
.vote_swiper_wrap .vote_item .vote_content {
  background-color: #f2f7ff;
}
@media screen and (min-width: 1024px) {
  .aside_wrap .aside_area {
    width: 300px;
  }
}
.aside_wrap.asideFixedOrAbsolute.asideFixedBottom .aside_area {
  position: fixed;
  bottom: 20px;
}
.aside_wrap.asideFixedOrAbsolute.asideFixedTop .aside_area {
  position: fixed;
  top: 64px;
}
.aside_wrap.asideFixedOrAbsolute.asideAbsoluteBottom .aside_area {
  position: absolute;
  bottom: 0px;
}

.hot_spotlight_wrap .hot_spotlight_list_wrap {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .hot_spotlight_wrap .hot_spotlight_list_wrap {
    margin-top: 10px;
  }
}
.hot_spotlight_wrap .hot_spotlight_item {
  padding: 12px 0;
  border-bottom: 1px solid #dfdfdf;
}
.hot_spotlight_wrap .hot_spotlight_item:first-child {
  padding-top: 0;
}
.hot_spotlight_wrap .hot_spotlight_item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
}
@media screen and (min-width: 1024px) {
  .hot_spotlight_wrap .hot_spotlight_item {
    display: none;
  }
  .hot_spotlight_wrap .hot_spotlight_item:nth-child(1), .hot_spotlight_wrap .hot_spotlight_item:nth-child(2) {
    display: flex;
  }
  .hot_spotlight_wrap .hot_spotlight_item:nth-child(2) {
    border-bottom: unset;
  }
}
@media screen and (min-width: 1280px) {
  .hot_spotlight_wrap .hot_spotlight_item {
    display: flex;
  }
  .hot_spotlight_wrap .hot_spotlight_item:nth-child(2) {
    border-bottom: 1px solid #dfdfdf;
  }
}
.hot_spotlight_wrap .hot_spotlight_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1024px) {
  .hot_spotlight_wrap .hot_spotlight_item a:hover .hot_spotlight_picture {
    opacity: 0.8;
  }
  .hot_spotlight_wrap .hot_spotlight_item a:hover .hot_spotlight_title {
    color: #8f8f8f;
  }
}
.hot_spotlight_wrap .hot_spotlight_item .hot_spotlight_picture {
  width: 130px;
  transition: 0.5s;
}
.hot_spotlight_wrap .hot_spotlight_item .hot_spotlight_picture img {
  width: 100%;
}
.hot_spotlight_wrap .hot_spotlight_item .hot_spotlight_title {
  width: calc(100% - 130px - 10px);
  color: #2e2e2e;
  transition: 0.5s;
}

.hot_spotlight_ad_wrap .ad_area {
  margin: auto;
}

.current_events_wrap {
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .current_events_wrap {
    display: block;
  }
}

.current_events_list {
  margin: 10px 0 0;
  padding: 0 20px;
  list-style-type: none;
  background-color: #f2f7ff;
}
.current_events_list .current_events_item {
  height: 81px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dfdfdf;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .current_events_list .current_events_item {
    height: 72px;
  }
}
.current_events_list .current_events_item:nth-child(1) {
  border-top: none;
}
.current_events_list .current_events_item a {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.current_events_list .current_events_item a .svg_box {
  width: 20px;
}
.current_events_list .current_events_item a .events_title {
  color: #2e2e2e;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 500;
  height: 27px;
  margin-left: 10px;
  width: calc(100% - 20px - 10px);
}
@media screen and (min-width: 1024px) {
  .current_events_list .current_events_item a:hover .events_title {
    color: rgb(255, 122, 0);
  }
}

.social_section_wrap {
  width: 100%;
  max-width: 500px; /* 可視需求設定上限 */
  margin-left: auto;
  margin-right: auto;
}
.social_section_wrap span,
.social_section_wrap iframe,
.social_section_wrap div {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

.latest_news_title_wrap {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .latest_news_title_wrap {
    margin-top: 40px;
  }
}

.main_column_wrap,
.btn_list_wrap {
  margin-top: 20px;
}

.breaking_news_ad01_wrap {
  display: none;
}

.main_column_wrap {
  width: 100%;
}
.main_column_wrap .main_column_area {
  display: flex;
}

.btn_list_wrap .btn_list {
  flex-wrap: wrap;
}
.btn_list_wrap .btn_list .btn_item {
  margin-bottom: 10px;
  display: none;
}
.btn_list_wrap .btn_list .btn_item:nth-child(1), .btn_list_wrap .btn_list .btn_item:nth-child(2) {
  display: block;
}
.btn_list_wrap .btn_list .btn_item.item_show {
  display: block;
}
@media screen and (min-width: 768px) {
  .btn_list_wrap .btn_list .btn_item {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .article_wrap {
    width: calc(100% - 300px - 20px);
    margin-right: 20px;
  }
}

.about_news_list_content {
  margin-top: 0;
}

.news_ad_wrap {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #DFDFDF;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .news_ad_wrap {
    display: none;
  }
}

.aside_wrap {
  display: none;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .aside_wrap {
    display: block;
    width: 300px;
  }
}
.aside_wrap .aside_area {
  display: flex;
  flex-direction: column;
}
.aside_wrap .aside_ad01_wrap .aside_ad01_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.aside_wrap .aside_ad01_wrap .aside_ad01_area .ad_wrap:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .aside_wrap .aside_ad01_wrap .aside_ad01_area .ad_wrap:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .aside_wrap .aside_ad01_wrap .aside_ad01_area .ad_wrap:nth-child(2) {
    display: none;
  }
}
.aside_wrap .title_wrap.title_more_icon .title_name {
  width: calc(100% - 20px - 10px);
}
.aside_wrap .title_wrap.title_more_icon .title_more {
  width: 20px;
}
.aside_wrap .news_list_three_block_wrap {
  margin-top: 20px;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_area {
  display: flex;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item {
  background-color: #F7F7F7;
  border: 0 !important;
  padding: 10px;
  margin-top: 20px;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .aside_wrap .news_list_three_block_wrap .news_list_three_block_item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .aside_wrap .news_list_three_block_wrap .news_list_three_block_item {
    width: 100%;
  }
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap .new_item {
  border-bottom: unset;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap .new_item .pic_box {
  width: 100px;
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap .new_item .new_title {
  width: calc(100% - 100px - 10px);
}
.aside_wrap .news_list_three_block_wrap .news_list_three_block_item .new_list_wrap .new_item .new_title span {
  font-size: 1rem;
  line-height: 1.5em;
}/*# sourceMappingURL=latest_news.css.map */