/* CSS Document */
@import url(public/scss/font.css);
body:not(.WebSiteHome) .mainArea:has(.sideDataArea.products) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  font-size: 17px;
  font-family: "Noto Serif TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  color: #7e6d54;
}
.newsInfoBox .dateBox .date .slash {
  font-size: 12px;
  display: inline-block;
  margin: 0 4px;
}
.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 -30px;
}
.newsList .newsItem {
  width: 50%;
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  box-shadow: 0px 0px 18px 0px rgba(29, 43, 105, 0.11);
  background-color: #fff;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsList .Txt {
  padding: 40px 30px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .newsList .Txt {
    padding: 30px 20px;
  }
}
.newsList .Txt .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #6b6b6b;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .newsList .Txt .title {
    font-size: 17px;
  }
}
@media (max-width: 1350px) {
  .newsList .Txt .title {
    font-size: 16px;
  }
}
@media (min-width: 1201px) {
  .newsList .Txt .title:hover {
    color: #ef7d1b;
  }
}
.newsList .Txt .title a {
  display: block;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList .Txt .text {
  height: 100px;
  color: #5c5c5c;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 10px;
}
@media (max-width: 1540px) {
  .newsList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1350px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}

.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: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}