@charset "UTF-8";
/* CSS Document */
.bannerArea .bannerBox .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 15px;
}

.wrap {
  position: relative;
}

.bread {
  top: 5px;
  color: #565656;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 25px;
}
.bread a,
.bread span {
  display: inline-block;
  color: #565656;
  letter-spacing: 1px;
}
.bread a:hover {
  color: #0076c3;
}
.bread span {
  padding: 0 10px;
}

.titleBox {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .titleBox {
    margin-top: 20px;
  }
}

/*新訊列表*/
.newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.newsList li {
  padding: 0 10px 25px;
}
.newsList .Img {
  position: relative;
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
.newsList .Txt p {
  width: 100%;
  height: 55px;
  font-size: 15px;
  color: #909090;
  line-height: 1.8;
  margin-top: 8px;
}
.newsList h3 {
  /* width: calc(100% - 85px); */
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  line-height: 1.2;
  /* padding-right: 10px; */
}
.newsList .newIcon {
  position: absolute;
  bottom: 0;
  left: 0;
}
.newsList .newsDate {
  width: 85px;
}

.newIcon {
  display: inline-block;
  color: #fff;
  background-color: #bcab77;
  padding: 7px 14px;
  font-size: 13px;
  letter-spacing: 2px;
}

.newsDate {
  font-size: 13px;
  color: #808080;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
}

/*內頁*/
/****分享*****/
.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: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px dashed #b6b6b6;
}
.titleArea h1 {
  font-size: 32px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
  /* padding-top: 15px; */
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea .newIcon {
  margin-right: 10px;
}
.titleArea .newsDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.titleArea .date,
.titleArea .activitydate {
  padding: 7px 0;
}
.titleArea .activitydate {
  padding-left: 5px;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}