@charset "UTF-8";
/* CSS Document */
.newsList .item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*列表*/
.newsList .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  position: relative;
  padding: 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList .date_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  width: 80px;
}
.newsList .date {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.newsList .date_m {
  padding-top: 5px;
  font-weight: 500;
}
.newsList .txt_box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  padding-left: 10px;
  width: 100%;
}
.newsList .newIcon {
  position: absolute;
  left: 10px;
  top: -10px;
}
.newsList h3 {
  height: 65px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #eaeaea;
}
.newsList h3 a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}

.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;
  margin-right: 3px;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #6b6b6b;
  color: #fff;
}

/*內頁*/
.titleArea {
  clear: both;
  margin-bottom: 30px;
}