.news main {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .news main {
    padding-top: 135px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news main {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .news .title-type .content {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news .title-type .content {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .news .title-type {
    padding-bottom: 0;
  }
}
.news-banner {
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .news-banner .tool-box {
    top: 12%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 900px) {
  .news-banner .tool-box {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .news-banner .btn-scroll {
    bottom: 50%;
    right: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .news-banner .btn-scroll {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .news-banner .btn-scroll {
    right: 50%;
    bottom: -5%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media only screen and (max-width: 767px) {
  .news-banner .btn-scroll {
    right: 50%;
    bottom: -8%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.news-swiper {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}
.news-swiper .swiper-container {
  position: relative;
}
.news-swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-swiper .swiper-slide-active {
  opacity: 1;
}
.news-swiper .slide-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  width: 100%;
}
.news-swiper .slide-cont .img {
  width: 790px;
  z-index: 1;
}
.news-swiper .slide-cont .img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
  -webkit-box-shadow: 5.4px 8.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
          box-shadow: 5.4px 8.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.news-swiper .slide-cont .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
}
.news-swiper .slide-cont .img-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 2s 0.3s ease-in-out;
  -o-transition: 2s 0.3s ease-in-out;
  transition: 2s 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .news-swiper .slide-cont .img-wrap figure {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: 0.5 ease-in-out;
    -o-transition: 0.5 ease-in-out;
    transition: 0.5 ease-in-out;
  }
}
.news-swiper .slide-cont .img-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news-swiper .slide-cont .img-wrap.active {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.news-swiper .slide-cont .img-wrap.active figure {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.news-swiper .slide-cont .text {
  opacity: 0;
  max-width: 770px;
  width: 100%;
  z-index: 0;
  margin-left: -130px;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  background-color: #f3f3f3;
}
.news-swiper .slide-cont .text::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
.news-swiper .slide-cont .text-wrap {
  padding: 14% 20% 14% 28%;
  opacity: 0;
  -webkit-transform: translateX(-50pxpx);
      -ms-transform: translateX(-50pxpx);
          transform: translateX(-50pxpx);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.news-swiper .slide-cont .text .top h2 {
  font-size: 1.5rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  line-height: 1.3;
  color: #202121;
  padding-bottom: 10px;
}
.news-swiper .slide-cont .text .top > p {
  color: #202121;
  font-size: 0.875rem;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25rem;
  max-height: 2.5rem;
}
.news-swiper .slide-cont .text .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 50px;
}
.news-swiper .slide-cont .text .other p, .news-swiper .slide-cont .text .other a {
  font-size: 0.9375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.news-swiper .slide-cont .text .other a {
  margin-left: 20px;
}
.news-swiper .slide-cont .text .other a::before {
  content: "# ";
}
.news-swiper .slide-cont .text.active {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.news-swiper .slide-cont .text.active::after {
  -webkit-animation: coverOut 1s 0.8s ease-in-out forwards;
          animation: coverOut 1s 0.8s ease-in-out forwards;
}
.news-swiper .slide-cont .text.active .text-wrap {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.news-swiper .slide-cont.waypoint .text::after, .news-swiper .slide-cont.waypoint .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
}
.news-swiper .slide-cont.waypoint .text {
  opacity: 0;
}
.news-swiper .slide-cont.waypoint .text::after {
  background-color: #fff;
}
.news-swiper .slide-cont.waypoint .text-wrap {
  opacity: 0;
  -webkit-transform: translateX(-50pxpx);
      -ms-transform: translateX(-50pxpx);
          transform: translateX(-50pxpx);
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.news-swiper .slide-cont.waypoint .img-wrap {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  -o-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.news-swiper .slide-cont.waypoint .img-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 2s 0.3s ease-in-out;
  -o-transition: 2s 0.3s ease-in-out;
  transition: 2s 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .news-swiper .slide-cont.waypoint .img-wrap figure {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: 0.5 ease-in-out;
    -o-transition: 0.5 ease-in-out;
    transition: 0.5 ease-in-out;
  }
}
.news-swiper .slide-cont.show .text::after {
  -webkit-animation: coverOut 1s 0.8s ease-in-out forwards;
          animation: coverOut 1s 0.8s ease-in-out forwards;
}
.news-swiper .slide-cont.show .text {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.news-swiper .slide-cont.show .text-wrap {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.news-swiper .slide-cont.show .img-wrap {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.news-swiper .slide-cont.show .img-wrap figure {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 1500px) {
  .news-swiper {
    width: 80%;
    padding: 0 20px;
  }
  .news-swiper .slide-cont .img {
    padding: 15px;
  }
  .news-swiper .slide-cont .text {
    width: 80%;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
  .news-swiper .slide-cont .text-wrap {
    padding: 10% 10% 10% 27%;
  }
}
@media only screen and (max-width: 1200px) {
  .news-swiper {
    width: 70%;
  }
  .news-swiper .slide-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-swiper .slide-cont .img {
    width: 100%;
    padding: 20px 40px 40px;
  }
  .news-swiper .slide-cont .text {
    width: 80%;
    margin: 0 auto;
    max-height: 520px;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .news-swiper .slide-cont .text-wrap {
    padding: 10% 10% 20%;
  }
  .news-swiper .slide-cont .text .other {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .news-swiper .slide-cont .text .top h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .news-swiper .slide-cont {
    padding-bottom: 0;
  }
  .news-swiper .swiper-button {
    bottom: 11%;
  }
}
@media only screen and (max-width: 900px) {
  .news-swiper .slide-cont {
    padding-bottom: 0;
  }
  .news-swiper .slide-cont .img {
    padding: 25px;
  }
  .news-swiper .slide-cont .text {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .news-swiper {
    width: 100%;
    padding: 0;
  }
  .news-swiper .slide-cont .img {
    padding: 15px;
  }
  .news-swiper .slide-cont .text {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .news-swiper .slide-cont .text-wrap {
    padding: 15% 20px 90px;
  }
}
.news .category-select {
  position: relative;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1500px) {
  .news .category-select {
    width: 80%;
  }
}
@media only screen and (max-width: 1100px) {
  .news .category-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .news .category-select {
    width: 100%;
    padding-top: 0;
  }
}
.news .category-select.tag {
  height: 105px;
}
.news .category-select .left {
  padding: 10px 50px 10px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202121;
}
.news .category-select .left i {
  padding-right: 8px;
  font-size: 1.125rem;
}
.news .category-select .left p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  font-size: 1.03125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
@media only screen and (max-width: 1500px) {
  .news .category-select .left {
    padding-left: 20px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .news .category-select .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0 40px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .news .category-select .left {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .news .category-select .left {
    padding-top: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .news .category-select .left {
    padding-top: 10px;
  }
}
.news .category-select .slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(5%, #ffffff), color-stop(90%, #ffffff), color-stop(105%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #ffffff 5%, #ffffff 90%, rgba(255, 255, 255, 0) 105%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(5%, #ffffff), color-stop(90%, #ffffff), color-stop(105%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #ffffff 5%, #ffffff 90%, rgba(255, 255, 255, 0) 105%);
}
.news .category-select .slider-container::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.news .category-select .slider-container::before {
  right: 3px;
}
@media only screen and (max-width: 1300px) {
  .news .category-select .slider-container {
    padding-bottom: 10px;
  }
  .news .category-select .slider-container::before {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background-color: #ccc;
  }
}
@media only screen and (max-width: 1300px) {
  .news .category-select .slider-container {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .news .category-select .slider-container {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .news .category-select .slider-container {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .news .category-select .slider-container {
    width: 100%;
  }
}
.news .category-select .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.news .category-select .slider-wrapper.dragging .category {
  pointer-events: none;
}
.news .category-select .slider-item {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news .category-select .slider-item.active .category::after {
  width: 100%;
}
.news .category-select .slider-item:last-child {
  padding-right: 50px;
}
.news .category-select .category {
  position: relative;
  width: 100%;
  margin: 0 40px;
  padding-bottom: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.54px;
  color: #202121;
  font-size: 1.03125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.news .category-select .category::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1300px) {
  .news .filter {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .news .filter {
    margin: 30px auto 0;
  }
}
.news .filter.cate {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .news .filter.cate {
    display: block;
  }
}
.news .category-result {
  text-align: center;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .news .category-result {
    padding-bottom: 20px;
  }
}
.news .category-result p, .news .category-result span {
  color: #202121;
  line-height: 1.3;
}
.news .category-result p {
  padding-bottom: 10px;
  font-size: 1.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
@media only screen and (max-width: 767px) {
  .news .category-result p {
    font-size: 1.5rem;
  }
}
.news .category-result span {
  letter-spacing: 0.54px;
  font-size: 1.03125rem;
}
@media only screen and (max-width: 767px) {
  .news .category-result span {
    font-size: 0.875rem;
  }
}
.news .tag-active {
  max-width: 1450px;
  margin: 0 auto 40px;
  position: absolute;
  left: 0;
  top: 60px;
}
@media only screen and (max-width: 1100px) {
  .news .tag-active {
    top: 0;
  }
}
.news-content {
  max-width: 1450px;
}
@media only screen and (max-width: 1500px) {
  .news-content {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .news-content {
    width: 90%;
  }
}
.news .bottom {
  width: 100%;
  text-align: center;
}
.news .bottom .btn-learn {
  width: 225px;
  height: 65px;
}
.news .bottom .btn-learn .word {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .news .bottom .btn-learn {
    width: 200px;
    height: 60px;
  }
}
/*# sourceMappingURL=news.css.map */