@charset "UTF-8";
/* CSS Document */
/*新訊列表*/
.newsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 480px) {
  .newsList {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.newsList li {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}

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

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

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

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

.newsList h3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.newsList p {
  height: 40px;
  font-size: 14px;
  letter-spacing: .02em;
  color: #444;
}

.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;
}

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

/*內頁*/
/****分享*****/
.shareBox {
  width: 100%;
}

.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/********標題區*******/
.titleArea {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.titleArea .dateBox {
  margin-bottom: 12px;
}

.titleArea h1 {
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
}

.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;
}

.titleArea .activity {
  color: #555;
  padding-left: 5px;
}
