#index_news {
    position: fixed;
    background-color: rgb(0 0 0 / 83%);
    width: 100%;
    z-index: 999999;
    top: 10px;
    /*left: calc(50% - 500px);*/
    display: inline-block;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
#index_news .alert {
    padding: 10px;
}
#index_news .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #dfe7e6;
    border-radius: 50%;
    margin-bottom: 10px;
    opacity: .8 !important;
}
#index_news img{
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    #index_news {
        width: 90%;
        left: 5%;
        display: inline-block;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.swiper img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #fdd000;
  border: 1px solid transparent;
  opacity: .8;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #383838;
}

.swiper .swiper-button-prev {
  left: 0px;
}

.swiper .swiper-button-next {
  right: 0px;
}

.swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
  font-size: 20px;
  font-weight: 600;
  color: #383838;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.swiper .swiper-slide img {
  display: block;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-swiper {
  width: 100%;
  height: 30vw;
}

@media screen and (max-width: 1000px) {
  .banner-swiper {
    height: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .banner-swiper {
    height: 40vw;
  }
}

@media screen and (max-width: 600px) {
  .banner-swiper {
    height: 50vw;
  }
}

.banner-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.publicity {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0px;
  width: calc(50% - 16px);
  margin-right: 32px;
}

.publicity img {
   height: auto; 
  /*height: max-content;*/
}

@media screen and (max-width: 1000px) {
  .publicity {
    width: 100%;
    margin-right: 0px;
  }
}

.index-section-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-section-one a{
  height: max-content;
}

@media screen and (max-width: 1000px) {
  .index-section-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}

.news-contents .news-items {
  width: calc(34% - 16px);
  margin-left: 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*.news-contents .news-items:nth-child(1) {
  margin-left: 0px;
}*/

@media screen and (max-width: 768px) {
  .news-contents .news-items {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
  }
  .news-contents .news-items:nth-child(1) {
    margin-top: 0px;
  }
}

.news-contents .news-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #034689;
  background-color: var(--light-blue);
  padding: 8px;
  border-radius: 16px 16px 0px 0px;
}

.news-contents .news-title .fa-bullhorn {
  font-size: 24px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .news-contents .news-title {
    font-size: 18px;
  }
  .news-contents .news-title .fa-bullhorn {
    font-size: 22px;
  }
}

.news-contents ul, .news-contents li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-contents ul {
  background-color: #fff;
  padding: 8px;
}

.news-contents ul li.news-item {
  margin-top: 8px;
  padding: 8px;
  border-top: 1px dashed gainsboro;
  position: relative;
}

.news-contents ul li.news-item:hover .news-item-text {
  color: #034689;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.news-contents ul li.news-item:hover .fa-angle-double-right {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.news-contents ul li.news-item:nth-child(1) {
  margin-top: 0px;
  border-top: 0px dashed gainsboro;
}

.news-contents ul li.news-item .news-item-text {
  color: gray;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-contents ul li.news-item .news-item-date {
  margin-top: 8px;
  font-size: 12px;
}

.news-contents ul li.news-item .fa-angle-double-right {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
  color: gray;
}

.news-contents .more-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 16px 8px;
  padding-top: 32px;
  border-radius: 0px 0px 5px 5px;
}

.news-contents .more-link .fa-chevron-circle-right {
  margin-left: 5px;
}

.link-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #383838;
}

.link-contents .link-items {
  width: calc(34% - 16px);
  margin-left: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link-contents .link-items:nth-child(1) {
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .link-contents .link-items {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
  }
  .link-contents .link-items:nth-child(1) {
    margin-top: 0px;
  }
}

.link-contents .link-title {
  font-size: 20px;
  font-weight: 600;
  color: #383838;
}

.link-contents .link-title .fa-link {
  font-size: 24px;
  margin-right: 5px;
  color: #383838;
}

@media screen and (max-width: 768px) {
  .link-contents .link-title {
    font-size: 18px;
  }
  .link-contents .link-title .fa-link {
    font-size: 22px;
  }
}

.link-contents ul, .link-contents li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link-contents ul {
  padding: 8px 0px;
  margin: 8px 0px;
}

.link-contents ul li.link-item {
  margin-top: 8px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(220, 220, 220, 0.5);
          box-shadow: 3px 3px 3px rgba(220, 220, 220, 0.5);
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.link-contents ul li.link-item:hover {
  background-color: #034689;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.link-contents ul li.link-item:hover .link-item-text {
  padding-left: 8px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.link-contents ul li.link-item:hover .link-item-text .fa-link {
  display: block;
}

.link-contents ul li.link-item:nth-child(1) {
  margin-top: 0px;
  border-top: 0px dashed gainsboro;
}

.link-contents ul li.link-item .link-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: gray;
  font-size: 15px;
}

.link-contents ul li.link-item .link-item-text .fa-link {
  display: none;
  margin-right: 8px;
}

.link-contents .more-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-left: auto;
}

.link-contents .more-link .fa-chevron-circle-right {
  margin-left: 5px;
}

.video-Swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-Swiper .swiper-wrapper .swiper-slide a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.video-Swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: .8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.video-Swiper .swiper-wrapper .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.video-Swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  height: auto;
}

.video-Swiper .swiper-button-prev, .video-Swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #fdd000;
  border: 1px solid transparent;
  opacity: .8;
  z-index: 99;
}

.video-Swiper .swiper-button-prev:hover, .video-Swiper .swiper-button-next:hover {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #383838;
}

.video-modal-box {
  width: 100vw;
  height: 100vh;
  background-color: #383838b4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.video-modal-box.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-modal-box .video-modal {
  width: 90%;
  height: 90%;
  background-color: whitesmoke;
  border-radius: 5px;
  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;
}

.video-modal-box .video-modal .remove-video-btn {
  width: 36px;
  height: 36px;
  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;
  background-color: #fff;
  border: 2px solid gray;
  border-radius: 50%;
  color: #034689;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.video-modal-box .video-modal .remove-video-btn:hover {
  background-color: #034689;
  border: 2px solid #034689;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.video-modal-box .video-modal .remove-video-btn .close-btn {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.video-modal-box .video-modal .video-content {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: none;
}

.video-modal-box .video-modal .video-content.show {
  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;
}

.video-modal-box .video-modal iframe {
  width: 100% !important;
  height: 100% !important;
}

.wrap {
  position: relative;
}

.wrap .index-menu {
  position: fixed;
  top: 146px;
  left: 0px;
  z-index: 100;
  width: 300px;
  height: calc(100vh - 126px);
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

@media screen and (max-width: 980px) {
  .wrap .index-menu {
    top: 58px;
    height: calc(100vh - 52px);
  }
}

@media screen and (max-width: 550px) {
  .wrap .index-menu {
    top: 52px;
    height: calc(100vh - 52px);
    width: 100%;
    padding-right: 2px;
  }
}

.wrap .index-menu::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: var(--light-blue);
  width: 2px;
  height: 100%;
}

@media screen and (max-width: 550px) {
  .wrap .index-menu::after {
    width: 2px;
  }
}

.wrap .index-menu.index-menu-show {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.wrap .index-menu.index-menu-show::before {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
  width: 40px;
  height: 100%;
}

.wrap .index-menu .index-menu-btn {
  padding: 8px 8px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 3px;
  border-radius: 0px 5px 5px 0px;
  background-color: var(--light-blue);
  border-left: 0px;
  color: #fff;
  position: absolute;
  right: 0 !important;
  cursor: pointer;
  z-index: 99;
  top: 0px;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.wrap .index-menu .index-menu-btn .close-i-menu-btn {
  display: none;
}

.wrap .index-menu .index-menu-btn.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .48s ease-in-out;
  transition: all .48s ease-in-out;
  right: 0px;
  border-radius: 0px;
  width: 100%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.wrap .index-menu .index-menu-btn.show .close-i-menu-btn {
  display: block;
  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: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background-color: #034689;
}

.wrap .index-menu .index-menu-btn.show .close-i-menu-btn .fa-times {
  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;
  font-size: 24px;
  margin-left: 3px;
}

.wrap .index-menu .index-menu-content {
  position: relative;
  height: 100%;
}

.wrap .index-menu .index-menu-content .index-menu-title {
  width: 100%;
  padding: 8px 5px;
  background-color: var(--light-blue);
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 2px;
  font-size: 18px;
}

.wrap .index-menu .index-menu-content ul, .wrap .index-menu .index-menu-content li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wrap .index-menu .index-menu-content .index-menu-items {
  min-height: calc(100% - 100px);
  max-height: calc(100% - 100px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-y: auto;
}

.wrap .index-menu .index-menu-content .index-menu-items::-webkit-scrollbar {
  width: 0px;
}

.wrap .index-menu .index-menu-content .index-menu-items .index-menu-item {
  font-size: 16px;
  padding: 8px 8px;
  border-top: 1px dashed gainsboro;
}

.wrap .index-menu .index-menu-content .index-menu-items .index-menu-item:nth-child(1) {
  border-top: 0px;
}

.taiwan-map {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 24px 24px;
  padding-top: 80px;
  width: calc(32% - 16px);
  position: relative;
  margin-left: 15px; 
  border-radius: 16px 16px 0px 0px;

}

.taiwan-map .map-title {
  width: 100%;
  background-color: var(--light-blue);
  position: absolute;
  top: 0px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 16px 16px 0px 0px;
}

.taiwan-map .map-title .total-number {
  margin-left: 16px;
}

@media screen and (max-width: 1000px) {
  .taiwan-map {
    width: 100%;
    padding: 24px 8px;
    padding-top: 72px;
    margin-top: 20px;
    margin-left: 0;
  }
  .taiwan-map .map {
    max-width: 350px;
    width: 100%;
  }
  .taiwan-map .map-title {
    font-size: 18px;
  }
  .taiwan-map .map-title .total-number {
    margin-left: 8px;
  }
}

@media screen and (max-width: 700px) {
  .taiwan-map .map {
    max-width: 100%;
  }
}

.taiwan-map .taiwan-map-infos {
  width: calc(100% - 480px);
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .taiwan-map .taiwan-map-infos {
    width: calc(100% - 256px);
  }
}

@media screen and (max-width: 700px) {
  .taiwan-map .taiwan-map-infos {
    width: 100%;
  }
}

.taiwan-map .taiwan-map-infos .taiwan-map-infos-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
  padding: 5px 8px;
  background-color: var(--light-blue);
  color: #fff;
  border-radius: 3px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .taiwan-map .taiwan-map-infos .taiwan-map-infos-title {
    font-size: 18px;
  }
  .chart-info {
    width: auto!important;
    margin: 0 0 20px 0!important;
  }
}

.taiwan-map .taiwan-map-infos .today-all-num {
  font-size: 18px;
  color: #034689;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0px 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid gainsboro;
}

@media screen and (max-width: 500px) {
  .taiwan-map .taiwan-map-infos .today-all-num {
    font-size: 16px;
  }
}

.taiwan-map .taiwan-map-infos .all-regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.taiwan-map .taiwan-map-infos .all-regions .regions {
  width: calc(50% - 16px);
  margin-right: 32px;
}

.taiwan-map .taiwan-map-infos .all-regions .regions:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 500px) {
  .taiwan-map .taiwan-map-infos .all-regions .regions {
    width: 100%;
    margin-right: 0px;
  }
}

.taiwan-map .taiwan-map-infos .all-regions .regions .region {
  margin-bottom: 16px;
}

.taiwan-map .taiwan-map-infos .all-regions .regions .region:nth-child(2) {
  margin-top: 37px;
}

@media screen and (max-width: 500px) {
  .taiwan-map .taiwan-map-infos .all-regions .regions .region {
    margin-bottom: 8px;
  }
  .taiwan-map .taiwan-map-infos .all-regions .regions .region:nth-child(2) {
    margin-top: 0px;
  }
}

.taiwan-map .taiwan-map-infos .all-regions .regions .region-title {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 8px;
  border-bottom: 1px solid gainsboro;
}

.taiwan-map .taiwan-map-infos .all-regions .regions .city-num {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 8px;
  margin-bottom: 3px;
  border-bottom: 1px dashed gainsboro;
  color: #424e5a;
}

.taiwan-map .taiwan-map-infos .all-regions .regions .city-num:hover {
  background-color: var(--light-blue);
  color: #ffff;
  border-bottom: 1px dashed transparent;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.taiwan-map .taiwan-map-infos .all-regions .regions .city-num:nth-last-child(1) {
  border: 0px;
  margin-bottom: 0px;
}

.taiwan-map .taiwan-map-infos .all-regions .regions .city-num .number {
  margin-left: auto;
}

.taiwan-map .map {
  position: relative;
  width: 280px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0px 16px;
}

.taiwan-map .map .city {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #424e5a;
  padding: 3px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.taiwan-map .map .city.active {
  background-color: #424e5ad2;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 10;
}

.taiwan-map .map .city.active .number {
  background-color: #fff;
  color: var(--light-blue);
}

@media screen and (max-width: 700px) {
  .taiwan-map .map .city {
    font-size: 12px;
  }
}

.taiwan-map .map .city:hover {
  background-color: #424e5ad2;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 10;
}

.taiwan-map .map .city .number {
  background-color: rgba(205, 92, 92, 0.95);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 1px 3px;
  margin-top: 1px;
}

@media screen and (max-width: 700px) {
  .taiwan-map .map .city .number {
    font-size: 12px;
  }
}

.taiwan-map .map .taipei-city {
  top: 6.2%;
  left: 75%;
}

.taiwan-map .map .new-taipei-city {
  top: -5%;
  left: 60%;
}

.taiwan-map .map .keelung-city {
  top: -5%;
  left: 88%;
}

.taiwan-map .map .taoyuan-city {
  top: 6.2%;
  left: 48%;
}

.taiwan-map .map .hsinchu-city {
  top: 12%;
  left: 43%;
}

.taiwan-map .map .hsinchu-county {
  top: 15%;
  left: 60%;
}

.taiwan-map .map .miaoli-county {
  top: 22%;
  left: 48%;
}

.taiwan-map .map .taichung-city {
  top: 26%;
  left: 40%;
}

.taiwan-map .map .changhua-county {
  top: 35%;
  left: 25%;
}

.taiwan-map .map .nantou-county {
  top: 38%;
  left: 50%;
}

.taiwan-map .map .yunlin-county {
  top: 45%;
  left: 21%;
}

.taiwan-map .map .chiayi-city {
  top: 49%;
  left: 15%;
}

.taiwan-map .map .chiayi-county {
  top: 48%;
  left: 40%;
}

.taiwan-map .map .tainan-city {
  top: 60%;
  left: 24%;
}

.taiwan-map .map .kaohsiung-city {
  top: 71%;
  left: 20%;
}

.taiwan-map .map .pingtung-county {
  top: 85%;
  left: 34%;
}

.taiwan-map .map .yilan-county {
  top: 18%;
  left: 84%;
}

.taiwan-map .map .hualien-county {
  top: 42%;
  left: 76%;
}

.taiwan-map .map .taitung-county {
  top: 68%;
  left: 59%;
}

.taiwan-map .map .penghu-county {
  top: 42%;
  left: 1%;
}

.taiwan-map .map .kinmen-county {
  top: 15%;
  left: 3%;
}

.taiwan-map .map .lianjiang-county {
  top: 1%;
  left: 5%;
}

.taiwan-map .map img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 700px) {
  .taiwan-map .map {
    max-width: 300px;
    margin: 0px auto;
    margin-bottom: 16px;
  }
}

.chart-info {
    margin: 39px 0 0 15px;
    width: calc(32% - 16px );
}

.chart-info a {
  display: block;
  position: relative;
  z-index: 1;
}

.chart-info a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*background-color: #2c2c2c83;*/
}

.chart-info a:hover::before {
  background-color: rgba(255, 255, 255, 0.5);
  background-color: #2c2c2c3b;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.chart-info a .link-text {
  min-width: 300px;
  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: absolute;
  z-index: 5;
  background-color: #034689da;
  border: 1pt solid #034689;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px;
  color: #034689;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  border-radius: 5px;
}

@media screen and (max-width: 700px) {
  .chart-info a .link-text {
    min-width: 180px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=index.css.map */

@media screen and (max-width: 500px) {
  .lastnews{
    order: 1!important;
  }
  .policy {
    order: 2!important;
  }
  .taiwan-map{
    order: 3;
  }
  .publicity{
    padding: 0;
  }

}
  .lastnews{
    order: 2;
  }
  .policy {
    order: 1;
  }
  .taiwan-map{
    order: 3;
  }