@charset "UTF-8";
.topic_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 230px;
  margin-top: 110px;
  position: relative;
  background-image: url("../img/news/bg01.jpg");
  background-position: center center;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_banner {
    margin-top: 75px;
    height: 100px;
  }
}

.topic_banner .topic_banner_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3em;
  font-family: GTWalsheimVogue, "Noto Sans CJK TC", "Microsoft JhengHei", "Pingfang TC", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 4px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_banner .topic_banner_title {
    font-size: 1.5em;
    border: 1px solid #fff;
    padding: 5px;
  }
}

.topic_banner .topic_banner_slogan {
  width: 1200px;
  position: absolute;
  bottom: 0px;
  background-color: #000;
  color: #fff;
  padding-left: 15px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_banner .topic_banner_slogan {
    display: none;
  }
}

.topic_banner .topic_banner_slogan_words {
  width: 260px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  background-color: rgba(12, 86, 182, 0.8);
  color: #000;
  font-size: 1.563em;
  height: 85px;
  line-height: 85px;
  color: #fff;
  text-align: center;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  font-weight: bold;
}

.banner_news {
  background-image: url("../img/news/bg02.jpg");
}

.topic_content_group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin-bottom: 40px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content_group {
    height: 100%;
    margin-bottom: 20px;
  }
}

.topic_content {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), color-stop(14%, white), to(white));
  background: linear-gradient(to bottom, #e6e6e6 0%, white 14%, white 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content {
    padding: 15px;
    margin-top: 0px;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topic_content .topic_left {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  background-color: #e4f2ff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content .topic_left {
    width: 100%;
    background-color: transparent;
  }
}

.topic_content .topic_left .topic_left_title {
  font-size: 1.563em;
  font-weight: bold;
}

.topic_content .topic_right {
  width: 920px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 25px;
  padding-top: 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content .topic_right {
    width: 100%;
    padding-left: 0px;
  }
}

.topic_content .topic_right .topic_content_title {
  font-family: "Microsoft Yahei";
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1.75em;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-left: 0px;
  border-bottom: 1px solid #5f5f5f;
}

.topic_content .topic_right .topic_content_title i {
  padding-right: 10px;
  color: black;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_content .topic_right .topic_content_title {
    margin-top: 10px;
    border-bottom: 0px solid #5f5f5f;
    height: 50px;
  }
}

.topic_right_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topic_right_content a {
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_right_content {
    border-top: 1px solid #000;
  }
}

.topic_right_content .active {
  background-color: #eee;
}

.topic_list_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dotted #bdbdbd;
  padding: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.topic_list_group:hover {
  background-color: #eee;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.topic_list_group:hover .topic_list_name {
  color: #fa3e3e;
}

.topic_list_group .topic_content_answer {
  width: 100%;
}

.topic_list_group .topic_list_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
}

.topic_list_group .topic_list_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b37416;
}

.topic_list_group .topic_content_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  width: 2%;
}

.topic_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topic_group a {
  width: 100%;
  text-decoration: none;
  color: #000;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_group a {
    width: auto;
    padding: 3px;
  }
}

.topic_group .active {
  background-color: #5599d8;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_group .active {
    text-indent: 0px;
    padding: 0px;
    padding-right: 5px;
  }
}

.topic_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 95%;
}

.topic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.188em;
  font-weight: bold;
  border-bottom: 1px dotted silver;
  height: 60px;
  padding-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_list {
    padding-left: 0px;
    height: auto;
    border: 1px solid #929292;
    padding-right: 6px;
    border-radius: 5px;
  }
}

.topic_list:hover {
  background-color: #5599d8;
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.topic_content_answer {
  display: none;
}

.active .topic_content_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid #eee;
  padding: 10px;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 15px;
}

.active i {
  margin-right: 3px;
}

.active .pdf_download {
  margin-right: 25px;
}

.active .web_connect {
  margin-right: 25px;
}

div.topic_left > div > a:nth-child(8)::after {
  content: "";
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e4f2ff;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  div.topic_left > div > a:nth-child(8)::after {
    display: none;
  }
}

/*************目錄頁開始**************************/
thead {
  display: none;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #e4e4e4;
}

#news_list .sorting_1 {
  width: 80px;
}

#law_list .sorting_1 {
  width: 160px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  #law_list .sorting_1 {
    width: auto;
  }
}

#news_list > thead > tr > th.sorting_desc {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 100%;
}

#news_list_filter label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.5em;
}

@media (min-width: 320px) and (max-width: 1200px) {
  #news_list_filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3em;
  }
}

#law_list_filter label {
  width: 100%;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.2em;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.25em !important;
}

#news_list > tbody > tr > td:nth-child(3) {
  text-align: right;
  margin-right: 5px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  #news_list > tbody > tr > td:nth-child(3) {
    text-align: left;
  }
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 0px;
  border: 1px solid #adadad;
  width: 94%;
  margin-bottom: 20px;
  height: 40px;
  padding: 5px;
  border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .dataTables_wrapper .dataTables_filter input {
    width: 83%;
  }
}

#news_list > tbody > tr > td.sorting_1.dtr-control {
  text-align: center;
}

#news_list td {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#news_list > tbody > tr,
#law_list > tbody > tr {
  height: 50px;
  font-size: 1.05em;
}

@media (min-width: 320px) and (max-width: 1200px) {
  #news_list > tbody > tr,
  #law_list > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #000;
    height: auto;
  }
}

.dataTables_wrapper {
  margin-top: 20px;
}

#news_list > tbody > tr:hover,
#law_list > tbody > tr:hover {
  background-color: #3682c9 !important;
  color: #fff;
  cursor: pointer;
}

#news_list > tbody > tr:hover .sorting_1,
#law_list > tbody > tr:hover .sorting_1 {
  background-color: #3682c9 !important;
  color: #fff;
}

.catalog_content_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_content_group a {
  width: calc(70% / 3);
  margin-left: 20px;
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .catalog_content_group a {
    width: calc(95% / 2);
    margin-left: 0px;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .catalog_content_group {
    height: 100%;
    margin-top: 10px;
  }
}

.topic_catalog_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 40px 0px 40px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_catalog_group {
    padding: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.topic_catalog_list {
  width: 100%;
  height: 300px;
  border-top: 6px solid #2a5da0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_catalog_list {
    margin-left: 0px;
    height: 200px;
  }
}

.topic_catalog_list::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(155, 210, 247, 0.6)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to bottom, rgba(155, 210, 247, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  position: absolute;
  top: 0px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_catalog_list::before {
    display: none;
  }
}

.topic_catalog_list:hover {
  background: linear-gradient(-45deg, transparent 25px, #082438 0);
  opacity: 0.9;
}

.topic_catalog_list:hover::before {
  display: none;
}

.topic_catalog_list:hover .topic_catalog_name {
  color: #fff;
}

.topic_catalog_name {
  font-size: 1.25em;
  font-family: "Microsoft Yahei";
  font-weight: bold;
  margin-top: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1000;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_catalog_name {
    font-size: 1.063em;
  }
}

.topic_catalog_icon {
  padding: 30px;
  background: #3876e0;
  border-radius: 100px;
  position: relative;
  z-index: 10;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_catalog_icon {
    padding: 15px;
  }
}

.topic_catalog_icon img {
  width: 50px;
}

.more_icon {
  width: 100px;
  margin-top: 40px;
  position: absolute;
  bottom: 25px;
  right: -15px;
  font-size: 0.875em;
  color: silver;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .more_icon {
    display: none;
  }
}

.more_icon img {
  width: 20px;
  height: 15px;
  margin-bottom: 5px;
}

.topic_list_01 {
  background-image: url("../img/image/background_01.jpg");
}

.topic_list_02 {
  background-image: url("../img/image/background_02.jpg");
}

.topic_list_03 {
  background-image: url("../img/image/background_03.jpg");
}

.topic_list_04 {
  background-image: url("../img/image/background_04.jpg");
}

.topic_list_05 {
  background-image: url("../img/image/background_05.jpg");
}

.topic_list_06 {
  background-image: url("../img/image/background_06.jpg");
}

.topic_list_07 {
  background-image: url("../img/image/background_07.jpg");
}

.topic_list_08 {
  background-image: url("../img/image/background_08.jpg");
}

/*************目錄頁結束*************************/
/*************影音設定開始**************************/
.topic_video_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_video_area {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.topic_video_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(95% / 2);
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  margin-top: 20px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_video_group {
    margin-right: 0px;
  }
}

.topic_video_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.topic_video_list .video_icon {
  position: absolute;
  top: 30%;
  left: 45%;
  z-index: 10;
  color: #fff;
  font-size: 2.5em;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_video_list .video_icon {
    font-size: 1.438em;
    top: 30px;
  }
}

.topic_video_list .topic_video_pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background-color: #eee;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_video_list .topic_video_pic {
    height: 100px;
  }
}

.topic_video_list .topic_video_pic img {
  width: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.topic_video_list .topic_video_pic img::after {
  content: "1111";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.topic_video_list i {
  margin-right: 10px;
}

.topic_video_list a {
  text-decoration: none;
}

.topic_video_note {
  color: #777777;
}

/*************影音設定結束**************************/
/*************活動花絮開始**************************/
.topic_activity_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_activity_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topic_activity_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 283px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  margin-right: 15px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_activity_list {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

.topic_activity_list:hover {
  background-color: #eefbff;
}

.topic_activity_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.topic_activity_pic a {
  width: 100%;
}

.topic_activity_pic img {
  width: 100%;
}

.topic_activity_name {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2242d1;
  font-size: 1.125em;
}

.topic_activity_go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #f70202;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topic_activity_go a {
  color: red;
}

.topic_activity_go i {
  font-size: 0.75em;
}

.topic_activity_content_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topic_activity_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  color: #80591f;
  font-weight: bold;
}

.topic_activity_date i {
  display: none;
}

.topic_activity_content_words {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0px;
  margin-top: 5px;
  text-align: justify;
  font-size: 1.125em;
}

.topic_activity_content_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_activity_content_pic {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.topic_activity_content_pic img {
  width: calc(96% / 3);
  margin-left: 5px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_activity_content_pic img {
    width: calc(97% / 2);
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

.pic2 img {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .pic2 img {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

.activity_connect_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.563em;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .activity_connect_title {
    margin-top: 10px;
  }
}

.activity_connect_title i {
  font-size: 0.6em;
  margin-right: 3px;
}

.activity_connect_01,
.activity_connect_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.activity_connect_01 i,
.activity_connect_02 i {
  margin-right: 3px;
  color: #f70202;
}

.topic_back {
  background: #636363;
  color: #fff;
  padding: 5px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 5px;
  margin-top: 10px;
  height: 43px;
}

.topic_back:hover {
  background-color: #80591f;
}

.topic_back a {
  color: #fff;
  width: 100%;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .detail_title {
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 33px;
  }
}

.activity_list {
  background-color: #eee;
  margin-bottom: 10px;
  padding: 10px;
}

.activity_list i {
  color: red;
}

/*************活動花絮結束**************************/
/*************最新消息開始**************************/
.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.topic_news_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px dotted #bdbdbd;
  padding: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_news_group {
    padding: 15px 0px;
  }
}

.topic_news_group:hover {
  background-color: #eee;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.topic_news_group:hover .news_title {
  color: #1100f8;
}

.topic_news_group .topic_content_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  width: 2%;
}

.news_type {
  padding: 5px;
  background-color: #b17d31;
  border-radius: 5px;
  color: #fff;
}

.news_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  color: #b37416;
}

.news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em;
  color: #000;
  margin-top: 5px;
}

.news_title:hover {
  color: #f70202;
}

.activity_connect_01 {
  border-radius: 20px;
  height: auto;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.activity_connect_01 i {
  margin-right: 3px;
}

.activity_connect_01 a {
  margin-right: 13px;
}

.download_list {
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
}

.download_list:hover {
  background-color: #e9e9e9;
}

.topic_area {
  width: 1200px;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_area {
    width: 100%;
  }
}

.topic_news_title {
  font-size: 1.875em;
  font-weight: bolder;
  height: 70px;
  margin-top: 15px;
  font-family: "Microsoft Yahei";
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_news_title {
    border-bottom: 0px solid #000;
    padding-bottom: 10px;
    font-size: 1.563em;
    height: auto;
  }
}

.topic_news_title i {
  margin-right: 5px;
  font-size: 0.8em;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .topic_news_title i {
    display: none;
  }
}

.news_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .news_icon {
    display: none;
  }
}

.news_icon i {
  color: #000;
}

/*************新消息結束**************************/
/*-loader===========================================================*/
.vld-overlay.is-active.is-full-page {
  z-index: 999999999;
}

.vld-icon {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vld-icon svg {
  margin: 16px;
}

.vld-icon p {
  padding: 8px;
  border: 1px #eee solid;
  background-color: #f9f9f9;
  -webkit-box-shadow: 2px 3px 9px -1px #ccc;
  box-shadow: 2px 3px 5px -1px #bbb;
  font-weight: bolder;
  letter-spacing: 1px;
  color: #3838b5;
}
/*# sourceMappingURL=topic_index.css.map */