@charset "UTF-8";
ul.newsList li .Img {
  transition: all .5s ease-out;
}

/*新訊列表*/
/*內頁*/
/****分享*****/
/********標題區*******/
.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

ul.newsList li {
  border-top: 1px solid #efefef;
  padding: 25px 0;
}

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

ul.newsList li .Img {
  margin-top: 20px;
  border: 4px solid transparent;
  overflow: hidden;
}

ul.newsList li .Img img {
  display: block;
  width: 100%;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
}

ul.newsList li .Img:hover {
  border-color: #c4ae88;
}

ul.newsList li .Img:hover img {
  transition-duration: 10s;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

ul.newsList li .Txt {
  overflow: hidden;
}

ul.newsList li .Txt h3 {
  font-size: 19px;
  font-weight: normal;
  color: #2f2f2f;
  margin-bottom: 3px;
}

ul.newsList li .Txt h3 a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

ul.newsList li .Txt h3 a:hover {
  color: #aa8b55;
}

ul.newsList li .Txt p {
  margin-top: 7px;
  font-size: 13px;
  color: #909090;
  line-height: 1.8;
}

.newsDate {
  padding: 5px 0;
  font-size: 12px;
  color: #818181;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsDate strong {
  font-weight: normal;
}

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

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

.newIcon {
  padding: 3px 5px;
  padding: 5px 5px 2px 5px\9;
  margin-right: 3px;
  display: inline-block;
  font-family: 新細明體;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  border-radius: 3px;
}

.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;
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae4233', endColorstr='#c44c4c',GradientType=0 );
  transition: none;
}

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

.titleArea {
  clear: both;
  padding: 15px 10px;
}

.titleArea h1 {
  margin-bottom: 20px;
  border-bottom: 1px dashed #efefef;
  padding: 10px 0;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

.titleArea h3 {
  font-size: 19px;
  font-weight: normal;
  color: #2f2f2f;
  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 .btn-fb {
  float: left;
}

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

.moreBtn {
  margin-top: 30px;
  margin-bottom: 20px;
}

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