@charset "UTF-8";
/* CSS Document */
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 960px) {
  .newsList {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.newsList li {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .newsList li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .newsList li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .newsList li {
    width: 100%;
  }
}

.newsList .topBox {
  position: relative;
  padding: 10px;
  background-color: rgba(23, 23, 23, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.newsList .ins {
  position: relative;
}

.newsList .dateBox {
  position: absolute;
  left: 15px;
  top: 0;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  letter-spacing: .05em;
  text-align: center;
  text-shadow: 0 0 8px rgba(4, 4, 4, 0.24);
}

.newsList .dateBox .top {
  font-weight: 500;
  font-size: 40px;
}

.newsList .dateBox .bottom {
  font-size: 12px;
  font-weight: 30;
}

.newsList .newIcon {
  position: absolute;
  left: 0;
  bottom: 0;
}

.newsList .Img img {
  display: block;
  width: 100%;
}

.newsList .Txt {
  padding-top: 20px;
}

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

.newsList h3 a {
  position: relative;
  display: block;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .05em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsList h3 a span {
  position: relative;
}

.newsList h3 a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList h3 a:hover {
  color: #fdb940;
}

.newsList h3 a:hover span::after {
  background-color: #fdb940;
}

.newsList .text {
  max-height: 46px;
  color: #b0b0b0;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.7;
}

/*內頁*/
/****分享*****/
.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 */
  background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* 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+ */
  background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
  /* 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;
}

/********標題區*******/
.titleArea2 {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.titleArea2 h1 {
  font-size: 19px;
  font-weight: 400;
  color: #fdb940;
  overflow: hidden;
}

.titleArea2 h1 strong {
  display: block;
  font-weight: 400;
}

.titleArea2 h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}

.titleArea2 .btn-fb {
  /*fb*/
  float: left;
}

.titleArea2 a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}

.newsDate {
  opacity: 0.8;
  padding-bottom: 5px;
}
