@charset "UTF-8";
/* CSS Document */
.mainArea {
  position: relative;
  background: url(../images/aboutbg.jpg);
  padding-bottom: 110px;
}
.mainArea::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 180px;
  background: url(../images/aboutbgtitle.png);
}

.wrap {
  max-width: 1450px;
  padding-top: 15px;
  font-family: "Noto Serif TC";
}

@media (max-width: 1220px) {
  .bannerArea .bannerItem .Img {
    height: 540px;
  }
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.contentBox .rightBox {
  padding: 0;
}

.g-tl-8 {
  width: 100%;
}

/*新訊列表*/
.newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 25px 10px;
}
@media (max-width: 960px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  text-align: center;
}
.newsList .Img {
  width: 100%;
}
.newsList .Img img {
  width: 70%;
}
@media (max-width: 960px) {
  .newsList .Img img {
    width: 100%;
  }
}
.newsList .Txt {
  overflow: hidden;
}
.newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 400;
  color: #0d0d0d;
}
.newsList .Txt .title:hover a {
  color: #1a2f6c;
}
.newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  color: #0d0d0d;
}
.newsList .Txt .text {
  margin-top: 7px;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.newsDate strong {
  font-weight: 400;
}
.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}
.newsDate b {
  margin-left: 3px;
}

.classTitle {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  font-family: "微軟正黑體";
  color: #fff;
}

/*內頁*/
/****分享*****/
.shareBox {
  display: none;
  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;
}