@charset "UTF-8";
/* CSS Document */
.newsList .Img img, .newsList .Txt, .newsList .item {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.mainArea {
  background-color: #ede9e6;
}

.mainArea.ins .newIcon {
  color: #fff;
  background-color: #9b8d77;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.newsList .Img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 0;
  width: calc(100% + 1px);
  height: auto;
}

.newsList .Img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.newsList .Txt {
  position: relative;
  padding: 12px 14px 32px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  height: 190px;
}

@media (max-width: 1200px) {
  .newsList .Txt {
    padding: 12px 14px 20px 14px;
  }
}

@media (max-width: 460px) {
  .newsList .Txt {
    padding: 14px;
  }
  .newsList .Txt p {
    margin-bottom: 18px;
  }
  .newsList .Txt .left .date {
    margin-bottom: 65px;
  }
}

.newsList .Txt p {
  font-family: 'Noto Sans TC', serif;
  height: 46px;
  font-size: 14px;
  color: #282828;
  line-height: 1.6;
  letter-spacing: 1px;
}

.newsList .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 42px;
}

.newsList .Txt .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsList .Txt .top .left b {
  font-size: 12px;
  color: #9b8d77;
  font-family: 'Noto Sans TC', serif;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.newsList .Txt .date {
  font-family: 'Noto Serif TC', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .newsList .Txt .date {
    padding-left: 8px;
  }
}

.newsList .Txt .date .day {
  color: #363636;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 2px;
  padding-right: 2px;
}

@media (max-width: 1200px) {
  .newsList .Txt .date .day {
    font-size: 24px;
  }
}

.newsList .Txt .date .divide {
  padding: 0 3px 0 0;
}

.newsList .Txt .date span:first-child {
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1.2;
}

.newsList .Txt .newIcon {
  position: static;
  color: #292929;
  padding: 0;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.newsList li {
  padding: 25px 0;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

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

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

.newsList .item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.newsList .item:hover .Txt {
  background-color: #fff;
  padding-right: 14px;
  padding-left: 14px;
}

.newsList h3 {
  padding-top: 7px;
}

.newsList h3 a {
  display: block;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 24px;
  color: #363636;
  letter-spacing: 2px;
}

.newsList h3 a:hover {
  color: #9b8d77;
}

.newsDate {
  padding: 5px 0 10px 0;
  font-size: 14px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Noto Sans TC', serif;
}

.newsDate strong {
  font-weight: 400;
}

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

.newsDate b {
  margin-left: 3px;
  font-family: 'Noto Sans TC', serif;
  color: #9b8d77;
}

.newIcon {
  display: inline-block;
  padding: 3px 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Noto Sans TC', serif;
}

/*內頁*/
/****分享*****/
.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+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* 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: 30px;
  padding: 15px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(155, 141, 119, 0.5);
}

.titleArea h1 {
  font-size: 20px;
  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;
}
