@charset "UTF-8";
/* CSS Document */
.classNote {
  padding: 30px 0 0 0;
}

.newsbartop {
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

ul.newsList li:nth-of-type(1) {
  border: none;
}

.newsDate {
  /*發布日期*/
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #0253a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 5px;
}

.newsDate strong {
  font-size: 12px;
  font-weight: normal;
}

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

.newIcon {
  /*分類小圖示*/
  font-family: Helvetica, Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

ul.newsList li .Img {
  /*訊息圖片*/
  float: left;
  max-width: 160px;
  margin-right: 20px;
}

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: #000;
  margin-bottom: 5px;
}

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

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

ul.newsList li .Txt p {
  /*列表說明*/
  color: #898989;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.8;
}

/*內頁*/
/****分享*****/
.share {
  clear: both;
  margin: 20px 0;
}

.share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.share a {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.share a:hover {
  color: #6cba26;
}

.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: -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 */
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

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

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0px;
  /*下邊線與標題距離*/
}

.titleArea h1 {
  /*標題區左-訊息標題*/
  font-size: 20px;
  font-weight: normal;
  color: #000;
  overflow: hidden;
}

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

.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
}

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

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

@media (max-width: 640px) {
  ul.newsList li .Img {
    max-width: 320px;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
