@charset "UTF-8";
.news main {
  background: #fafafa;
}
.news .news_bn {
  position: relative;
}
.news .news_bn .news_bn_bg {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1200px) {
  .news .news_bn .news_bn_bg {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .news .news_bn .news_bn_bg {
    height: 450px;
  }
}
.news .news_bn .common_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
}
.news .news_ct {
  padding-top: 85px;
  padding-bottom: 140px;
  max-width: 1545px;
  width: 90%;
  margin: 0 auto;
  min-height: 500px;
}
@media only screen and (max-width: 575px) {
  .news .news_ct {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.news .news_ct .news_select {
  position: relative;
  z-index: 1;
  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-top: 30px;
}
@media only screen and (max-width: 767px) {
  .news .news_ct .news_select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news .news_ct .news_select .dropdown:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .news .news_ct .news_select .dropdown:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.news .news_ct .news_select.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.news .news_ct .news_select.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.news .news_ct .news_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .news_ct .news_li {
  width: 33.3%;
  padding-top: 110px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1366px) {
  .news .news_ct .news_li {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .news .news_ct .news_li {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .news .news_ct .news_li {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.news .news_ct .news_li.waypoint {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.news .news_ct .news_li.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.news .news_ct a {
  position: relative;
  display: block;
  max-width: 385px;
  width: 85%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .news .news_ct a {
    width: 90%;
  }
}
@media only screen and (min-width: 1201px) {
  .news .news_ct a:hover:before, .news .news_ct a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news .news_ct a:hover .news_data {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news .news_ct a:hover .news_data p {
    color: #000000;
  }
  .news .news_ct a:hover .news_data p:after {
    width: 110%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news .news_ct a:hover .news_word {
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .news .news_ct a:hover[data-photo=down] .news_data {
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
  }
  .news .news_ct a:hover[data-photo=down] .news_word {
    -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
            transform: translateY(-25px);
  }
  .news .news_ct a:hover[nopic] .news_data {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .news .news_ct a:hover[nopic] .news_word {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .news .news_ct a:hover .news_pic {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.news .news_ct a[data-bg=blue] {
  color: #ffffff;
}
.news .news_ct a[data-bg=blue]:before {
  background: #2648b6;
}
.news .news_ct a[data-bg=blue] .news_word p {
  color: #cccccc;
}
.news .news_ct a[data-bg=gray] {
  color: #ffffff;
}
.news .news_ct a[data-bg=gray]:before {
  background: #4f4f4f;
}
.news .news_ct a[data-bg=gray] .news_word p {
  color: #cccccc;
}
.news .news_ct a[data-bg=white] {
  color: #000000;
}
.news .news_ct a[data-bg=white]:before {
  background: #ffffff;
}
.news .news_ct a[data-bg=white]:after {
  opacity: 0.6;
}
.news .news_ct a[data-bg=white] .news_word p {
  color: #666666;
}
.news .news_ct a[data-bg=gray-w] {
  color: #000000;
}
.news .news_ct a[data-bg=gray-w]:before {
  background: #e6e6e6;
}
.news .news_ct a[data-bg=gray-w]:after {
  opacity: 0.8;
}
.news .news_ct a[data-bg=gray-w] .news_word p {
  color: #666666;
}
.news .news_ct a[data-photo=down] .li_container {
  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;
}
.news .news_ct a[nopic] .news_word {
  margin: 0 auto;
}
.news .news_ct a[nopic] .news_pic {
  padding-bottom: 0;
}
.news .news_ct a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../../uploads/news/newslibgb_415x680.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct .li_wrap {
  position: relative;
  padding-bottom: 163%;
}
@media only screen and (max-width: 1439px) {
  .news .news_ct .li_wrap {
    padding-bottom: 173%;
  }
}
@media only screen and (max-width: 1100px) {
  .news .news_ct .li_wrap {
    padding-bottom: 193%;
  }
}
@media only screen and (max-width: 992px) {
  .news .news_ct .li_wrap {
    padding-bottom: 170%;
  }
}
@media only screen and (max-width: 700px) {
  .news .news_ct .li_wrap {
    padding-bottom: 215%;
  }
}
@media only screen and (max-width: 575px) {
  .news .news_ct .li_wrap {
    padding-bottom: 170%;
  }
}
.news .news_ct .li_container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  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;
}
.news .news_ct .news_data {
  max-width: 280px;
  margin: 0 auto;
  width: 85%;
  padding: 32px 0;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct .news_data p {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct .news_data p:after {
  position: absolute;
  content: "";
  width: 0;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 100%;
  background: #00ff96;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct .news_pic {
  position: relative;
  padding-bottom: 69%;
  width: calc(100% + 1px);
  margin-left: -0.5px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .news_ct .news_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news .news_ct .news_pic img {
    height: auto;
  }
}
.news .news_ct .news_word {
  max-width: 280px;
  margin: 0 auto;
  width: 85%;
  padding: 30px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
  margin: auto;
}
.news .news_ct .news_word .news_title {
  font-size: 1.375rem;
  letter-spacing: 1.1px;
  line-height: 1.4;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: normal;
}
@media only screen and (max-width: 1200px) {
  .news .news_ct .news_word .news_title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .news .news_ct .news_word .news_title {
    font-size: 1.125rem;
  }
}
.news .news_ct .news_word p {
  width: 85%;
  margin-top: 20px;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  text-overflow: ellipsis;
  white-space: normal;
}
.news .newsdt_head {
  position: relative;
  height: 150px;
  background: #f0f0f0;
}
@media only screen and (max-width: 1440px) {
  .news .newsdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_head {
    height: 120px;
  }
}
@media only screen and (max-width: 992px) {
  .news .newsdt_head {
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .news .newsdt_head {
    height: 150px;
  }
}
.news .newsdt_head .common_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 210;
  min-width: 156px;
}
@media only screen and (max-width: 992px) {
  .news .newsdt_head .common_btn {
    min-width: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .news .newsdt_head .common_btn {
    top: 70%;
    z-index: 0;
  }
}
.news .newsdt_ct {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .news .newsdt_ct {
    padding-top: 60px;
  }
}
.news .newsdt_ct .common_title {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
}
.news .newsdt_ct ._articleBlock {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .news .newsdt_ct ._articleBlock {
    padding-top: 60px;
  }
}
.news .newsdt_more {
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 85px 0 55px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.news .newsdt_more + .newsdt_other {
  margin-top: -70px;
}
.news .newsdt_more:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-image: url("../../uploads/news/newsotherbg_1280x320.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.news .newsdt_more_wrap {
  position: relative;
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_more_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.news .newsdt_more .left {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
}
.news .newsdt_more .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news .newsdt_more .left ul li {
  margin-right: 55px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_more .left ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
.news .newsdt_more .left .common_btn .btn_word {
  padding-right: 10px;
  padding-left: 10px;
}
.news .newsdt_more .right {
  max-width: 250px;
  min-width: 250px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_more .right {
    margin-bottom: 30px;
  }
}
.news .newsdt_more .right p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .news .newsdt_more .right p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.news .newsdt_more.waypoint {
  opacity: 0;
}
.news .newsdt_more.waypoint .left {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.news .newsdt_more.waypoint .right {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.news .newsdt_more.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsdt_more.show .left {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
.news .newsdt_more.show .right {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.news .newsdt_other {
  max-width: 1720px;
  width: 95%;
  margin: 0 auto;
  background: #ffffff;
}
.news .newsdt_other_wrap {
  position: relative;
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0 120px;
}
@media only screen and (max-width: 992px) {
  .news .newsdt_other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 150px 0 110px;
  }
}
.news .newsdt_other .left {
  min-width: 280px;
  max-width: 280px;
  width: 90%;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_other .left {
    min-width: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .news .newsdt_other .left {
    min-width: 100%;
    text-align: center;
  }
}
.news .newsdt_other .left_wrap {
  width: 80%;
}
@media only screen and (max-width: 992px) {
  .news .newsdt_other .left_wrap {
    margin: 0 auto;
  }
}
.news .newsdt_other .left_wrap p {
  font-size: 1.875rem;
  font-family: "Jost", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 3px;
}
@media only screen and (max-width: 575px) {
  .news .newsdt_other .left_wrap p {
    font-size: 1.625rem;
    letter-spacing: 1.5px;
  }
}
.news .newsdt_other .right {
  position: relative;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_other .right {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 992px) {
  .news .newsdt_other .right {
    width: 95%;
  }
}
.news .newsdt_other .right .swiper-container {
  padding: 65px 0 35px;
}
@media only screen and (max-width: 575px) {
  .news .newsdt_other .right .swiper-container {
    padding: 35px 0;
  }
}
.news .newsdt_other .right .swiper-slide {
  background: none;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news .newsdt_other .right .swiper-slide:hover {
  z-index: 10;
}
@media only screen and (min-width: 1199px) {
  .news .newsdt_other .right .swiper-slide.swiper-slide-active a {
    margin-left: 30px;
  }
  .news .newsdt_other .right .swiper-slide.swiper-slide-next a {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 575px) {
  .news .newsdt_other .right .swiper-slide.trans {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.news .newsdt_other .right .swp_prev, .news .newsdt_other .right .swp_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 10px 0;
}
.news .newsdt_other .right .swp_prev .icon, .news .newsdt_other .right .swp_next .icon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-left: 4px solid #00ff96;
  border-right: 4px solid #00b7ff;
  border-top: 4px solid #00dbcb;
  border-bottom: 4px solid #00dbcb;
}
.news .newsdt_other .right .swp_prev .line, .news .newsdt_other .right .swp_next .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #00ff96;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_other .right .swp_prev .line, .news .newsdt_other .right .swp_next .line {
    width: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .news .newsdt_other .right .swp_prev .line, .news .newsdt_other .right .swp_next .line {
    width: 40px;
  }
}
.news .newsdt_other .right .swp_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_other .right .swp_prev {
    left: -5px;
  }
}
.news .newsdt_other .right .swp_prev .line {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}
.news .newsdt_other .right .swp_next {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .news .newsdt_other .right .swp_next {
    right: -5px;
  }
}
.news .newsdt_other .right .swp_next .line {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}
/*# sourceMappingURL=news.css.map */