@charset "UTF-8";
/* CSS Document */
.topBox .articleTitle::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contentBox {
  max-width: 1100px;
  margin: 0 auto;
}

/*新訊列表*/
.newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsItem {
  width: 33.3333333333%;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 50%;
    max-width: initial;
  }
}
@media (max-width: 480px) {
  .newsList .newsItem {
    width: 100%;
    max-width: initial;
  }
}
.newsList .newsItem:hover .title a::after {
  opacity: 1;
}
.newsList .item {
  max-width: 335px;
  padding: 25px 15px;
  margin: 20px auto;
  border: 1px solid #ab8e59;
}
@media (max-width: 800px) {
  .newsList .item {
    max-width: 280px;
  }
}
@media (max-width: 640px) {
  .newsList .item {
    max-width: 240px;
  }
}
@media (max-width: 560px) {
  .newsList .item {
    max-width: 200px;
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  .newsList .item {
    max-width: 400px;
    padding: 15px 10px;
  }
}
.newsList .Img {
  height: 200px;
}
@media (max-width: 800px) {
  .newsList .Img {
    max-width: 350px;
    height: 160px;
  }
}
@media (max-width: 640px) {
  .newsList .Img {
    max-width: 280px;
    height: 140px;
  }
}
@media (max-width: 480px) {
  .newsList .Img {
    max-width: 380px;
    max-height: 200px;
    height: 100%;
  }
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.newsList .Txt {
  position: relative;
  max-width: 345px;
  width: 100%;
  padding: 15px 5px 30px;
}
@media (max-width: 1024px) {
  .newsList .Txt {
    max-width: 340px;
  }
}
@media (max-width: 640px) {
  .newsList .Txt {
    padding: 15px 0 8px;
  }
}
.newsList .Txt .date {
  display: inline-block;
  font-size: 17px;
  font-family: Outfit;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #545454;
  padding-bottom: 8px;
}
@media (max-width: 640px) {
  .newsList .Txt .date {
    letter-spacing: 1.2px;
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .newsList .Txt .date {
    letter-spacing: 1px;
    font-size: 13px;
  }
}
.newsList .Txt .classTitle {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 8px 10px;
  margin-left: 15px;
  color: #ffffff;
  background: #ab8e59;
}
@media (max-width: 640px) {
  .newsList .Txt .classTitle {
    font-size: 12px;
    letter-spacing: 3px;
  }
}
@media (max-width: 560px) {
  .newsList .Txt .classTitle {
    font-size: 12px;
    letter-spacing: 2px;
    padding: 6px 8px;
  }
}
.newsList .Txt .title {
  margin: 20px 0 0;
  height: 65px;
}
.newsList .Txt .title a {
  position: relative;
  display: inline;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 3.8px;
  line-height: 1.8;
  font-family: Outfit, "Noto Sans Tc";
  color: #000000;
  background: rgba(224, 206, 179, 0) no-repeat;
  background-size: 100% 2px;
  background-position: 0px 40px;
}
.newsList .Txt .title a:hover {
  background: rgb(224, 206, 179) no-repeat;
}
@media (max-width: 1024px) {
  .newsList .Txt .title .title {
    height: 95px;
  }
}
@media (max-width: 460px) {
  .newsList .Txt .title {
    height: 80px;
  }
  .newsList .Txt .title a {
    line-height: 1.5;
  }
}

/*ins*/
.topBox .date {
  display: inline-block;
  font-size: 17px;
  font-family: Outfit;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #545454;
  padding-bottom: 8px;
}
.topBox .classTitle {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 8px 10px;
  margin-left: 15px;
  color: #ffffff;
  background: #ab8e59;
}
.topBox .articleTitle {
  margin: 0 0 20px;
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 3.8px;
  line-height: 1.8;
  font-family: Outfit, "Noto Sans Tc";
  color: #000000;
}
.topBox .articleTitle::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  display: block;
  width: 100%;
  height: 15px;
  background: #e0ceb3;
  opacity: 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: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  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;
}
.shareBox .back:hover {
  background: #398cb1;
}