@charset "UTF-8";
/* CSS Document */
/*--banner設定--*/
.bannerBox li {
  /*height: 400px;*/
  overflow: hidden;
}

/*新訊列表*/
ul.newsList li {
  border-bottom: 1px solid #eee;
  /*訊息分隔線*/
  padding: 0 0 25px 0;
  /*訊息間距*/
  margin-bottom: 25px;
}

ul.newsList li:last-child {
  border-bottom: none;
}

.newsDate {
  /*發布日期*/
  font-size: 15px;
  color: #9a9a9a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}

.newsDate strong {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

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

.newsDate b {
  margin-left: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.newIcon {
  /*分類小圖示*/
  padding: 4px 18px;
  margin-right: 6px;
  display: inline-block;
  font-family: 新細明體;
  font-size: 13px;
  font-weight: normal;
  color: #FFF;
}

ul.newsList li .Img {
  /*訊息圖片*/
  float: left;
  margin-right: 10px;
  width: 150px;
  height: 150px;
  border: 4px solid #D2D2D2;
}

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

ul.newsList li .Txt {
  /*文字區*/
  overflow: hidden;
}

ul.newsList li .Txt h3 {
  /*訊息標題*/
  font-size: 18px;
  font-weight: normal;
  color: #2e363a;
  margin-bottom: 12px;
  letter-spacing: .05em;
}

ul.newsList li .Txt h3 a {
  /*訊息標題*/
  display: inline-block;
  vertical-align: middle;
  color: #2e363a;
}

ul.newsList li .Txt h3 a:hover {
  /*訊息標題滑過效果*/
  color: #cfb094;
}

ul.newsList li .Txt p {
  /*列表說明*/
  margin-top: 7px;
  font-size: 13px;
  color: #747474;
  line-height: 20px;
  letter-spacing: .05em;
  max-height: 60px;
  margin-bottom: 22px;
}

.btnBack {
  float: right;
}

.textEditor {
  margin-bottom: 80px;
}

.classYear {
  position: relative;
  margin-top: 0;
  float: left;
  width: 140px;
}

.classBox {
  margin-bottom: 30px;
}

/*內頁*/
/****分享*****/
.shareBox {
  float: right;
}

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

.shareBox a.back {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  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: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.shareBox a.back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
}

.titleArea h3 {
  /*標題區左-訊息標題*/
  font-size: 24px;
  font-weight: normal;
  color: #1f2020;
  letter-spacing: .05em;
  margin-bottom: 13px;
  overflow: hidden;
}

.titleArea h3 strong {
  display: block;
  font-weight: normal;
}

.titleArea h3 b {
  /*標題區左-訊息日期*/
  font-size: 12px;
  color: #A3A3A3;
  font-weight: normal;
  margin-left: 5px;
}

.titleArea .newsDate {
  font-size: 15px;
  color: #cfb094;
}

.titleArea .newsDate strong {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.titleArea .newsDate b {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.titleArea .link {
  display: inline-block;
  color: #cfb094;
}

.titleArea .link:hover {
  color: #2e363a;
}

.titleArea .link:before {
  content: '|';
  display: inline-block;
  padding: 0 12px;
  color: #b3b3b3;
}

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

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

/****圖示顏色****/
.newIcon_green {
  background: #abd85d;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #00b7ea;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #ffa84c;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #a90329;
}

.newIcon_purple {
  background: #cb60b3;
}

@media (max-width: 768px) {
  .textEditor {
    margin-bottom: 40px;
  }
  .btnBack {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .btnBack a {
    display: block;
    text-align: center;
  }
  .classYear {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
