@charset "UTF-8";
/* CSS Document */

.classNote {
  padding-bottom: 50px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}

.newsList li, .newsList .title, .newsList .Txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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;
  width: 100%;
}

.newsList li {
  width: calc((100% - 80px)/3);
  padding: 0;
  margin-right: 40px;
  margin-bottom: 20px;
}

.newsList li:nth-child(3n+0) {
  margin-right: 0;
}

.newsList .title {
  position: relative;
  z-index: 1;
  width: calc(100% - 120px);
  margin-top: -96px;
  padding: 18px 12px 0;
  background-color: #fff;
}

.newsList .item:hover .date {
  color: #5bb6b7;
}

.newsList .item:hover .newIcon {
  color: #5bb6b7;
}

.newsList .item:hover h3 a {
  color: #5bb6b7;
}

.newsList .item:hover h3:after {
  background-color: #5bb6b7;
}

.newsList .Img a {
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position:center center !important;
  background-color: #eee !important;
}

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

.newsList .date {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: #666;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList .newIcon {
  font-weight: 300;
  letter-spacing: .1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList h3 {
  position: relative;
  padding-bottom: 20px;
}

.newsList h3 a {
  display: block;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsList h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #dfdfdf;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsList .Txt {
  padding: 20px 60px 20px 12px;
}

.newsList p {
  height: 50px;
  font-weight: 300;
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  letter-spacing: .05em;
}

.newsDate {
  padding: 5px 0;
  font-size: 13px;
  color: #666;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: 300;
}

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

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

/*內頁*/
/****分享*****/
.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;
  margin-bottom: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #444;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: .1em;
  color: #050505;
}

.titleArea h1 {
  font-weight: 300;
  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;
}

@media (max-width: 1180px) {
  .newsList .Img a {
  height: 300px;
}
  .newsList li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
  }
  .newsList .title {
    width: 100%;
    margin-top: 0;
  }
  .newsList .Txt {
    background-color: #fff;
  }
}

@media (max-width: 960px) {
  .newsList .Img a {
  height: 250px;
}
}

@media (max-width: 880px) {
  .newsList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .newsList li {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
  .newsList li:nth-child(2n+0) {
    margin-right: 0;
  }
  .newsList .title {
    width: 100%;
    margin-top: 0;
  }
  .newsList .Txt {
    background-color: #fff;
  }
}

@media (max-width: 640px) {
  .newsList .Img a {
  height: 250px;
}
  .newsList li {
    width: 100%;
    margin-right: 0;
  }
  .newsList li:nth-child(2n+0) {
    margin-right: 0;
  }
}
