/* CSS Document */
body:not(.WebSiteHome):not(:has(.topArea)) .mainArea {
  padding-top: 135px;
}
@media (max-width: 1023px) {
  body:not(.WebSiteHome):not(:has(.topArea)) .mainArea {
    padding: 140px 0 60px;
  }
}
body:not(.WebSiteHome):not(:has(.topArea)) .mainArea .wrap {
  max-width: 1620px;
}
body:not(.WebSiteHome):not(:has(.topArea)) .mainArea .leftBox,
body:not(.WebSiteHome):not(:has(.topArea)) .mainArea .rightBox {
  padding: 0;
}
@media (min-width: 1024px) {
  body:not(.WebSiteHome):not(:has(.topArea)) .mainArea .leftBox {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  body:not(.WebSiteHome):not(:has(.topArea)) .mainArea .rightBox {
    padding-left: 20px;
  }
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}

.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 15px;
}
@media (max-width: 1023px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  position: relative;
  padding: 26px 25px 15px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(233, 238, 246, 0.8);
  height: 100%;
}
@media (max-width: 1540px) {
  .newsList .item {
    padding: 20px;
  }
}
@media (max-width: 1350px) {
  .newsList .item {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .newsList .item {
    padding: 20px;
  }
}
.newsList .item .Img {
  border-radius: 25px;
  overflow: hidden;
  margin: 0 0 26px;
}
.newsList .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.5s;
}
@media (min-width: 1024px) {
  .newsList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsList .item:hover .btnBox .style2 .hover {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
  .newsList .item:hover .classTitle {
    background-color: #2ea9df;
    color: #fff;
  }
  .newsList .item:hover .classTitle::before {
    color: #fff;
  }
}
.newsList .Txt {
  padding-left: 5px;
}
.newsList .textBox {
  height: 154px;
}
@media (max-width: 1540px) {
  .newsList .textBox {
    height: 140px;
  }
}
@media (max-width: 480px) {
  .newsList .textBox {
    height: 120px;
  }
}
.newsList .classTitleBox {
  display: -ms-flexbox;
  display: flex;
}
.newsList .classTitle {
  background-color: #e4f4fb;
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 15px;
  margin: 0 0 30px;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .newsList .classTitle {
    font-size: 14px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1350px) {
  .newsList .classTitle {
    font-size: 13px;
    margin: 0 0 10px;
  }
}
.newsList .classTitle::before {
  content: "#";
  display: inline-block;
  color: #2ea9df;
  padding-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: all 0.5s;
}
.newsList .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  padding: 0 0 14px;
}
@media (max-width: 1540px) {
  .newsList .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .newsList .title {
    font-size: 16px;
  }
}
.newsList .text {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0.3px;
  line-height: 1.7;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1540px) {
  .newsList .text {
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  .newsList .text {
    font-size: 13px;
  }
}
.newsList .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  margin: 0;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1024px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}