@charset "UTF-8";
/* CSS Document */
.newsList > li, .newsList .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  position: relative;
  z-index: 2;
  margin: 0 -12px;
}

.newsList > li {
  padding: 0 12px;
  margin-bottom: 24px;
}

.newsList .item {
  padding: 10px 20px 15px;
  background-color: #fff;
  border: 1px solid #ececec;
}

.newsList .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
}

.newsList .date .left {
  margin-right: 12px;
  font-size: 65px;
  font-weight: 400;
  color: #e5e5e5;
}

.newsList .date .rt {
  font-size: 17px;
  letter-spacing: .15em;
  color: #ac2226;
  text-transform: uppercase;
  font-weight: 800;
}

.newsList .date .rb {
  font-size: 15px;
  letter-spacing: .15em;
  color: #626262;
}

.newsList .Img {
  margin-bottom: 20px;
}

.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsList .Txt {
  text-align: center;
}

.newsList h3 a {
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .15em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsList .newIcon {
  margin-bottom: 20px;
}

.newsList p {
  margin-bottom: 30px;
  max-height: 50px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #707070;
}

.newsList .newsBox {
  position: relative;
}

.newsDate {
  padding: 5px 0;
  font-size: 14px;
  color: #626262;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
}

.newsDate strong {
  font-weight: 400;
}

.newsDate strong i {
  margin-right: 2px;
  font-size: 14px;
  color: #AE4233;
}

.newsDate b {
  margin-left: 3px;
}

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

/*內頁*/
/****分享*****/
.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+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  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;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
}

.titleArea h1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .2em;
}

.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 a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}
