@charset "UTF-8";
.news-list .Txt::before {
  transition: all .5s ease-out;
}

/*新訊列表*/
/*內頁*/
/****分享*****/
/********標題區*******/
.titleBox {
  position: relative;
}

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

.contentBox .rightBox {
  padding: 0;
}

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

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

ul.newsList li .Img {
  float: left;
  margin-right: 10px;
  width: 150px;
  height: 150px;
  border: 4px solid #D2D2D2;
}

ul.newsList li .Img img {
  display: block;
  width: 100%;
}

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: #000;
}

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

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

.news-list {
  margin-top: 80px;
}

.news-list li {
  max-width: 800px;
  margin: auto;
}

.news-list li + li {
  margin-top: 50px;
}

.news-list li:nth-child(odd) .Img {
  float: left;
}

.news-list li:nth-child(odd) .Txt {
  border-left-color: transparent;
}

.news-list li:nth-child(even) .Img {
  float: right;
}

.news-list li:nth-child(even) .Txt {
  border-right-color: transparent;
}

.news-list li:hover {
  cursor: pointer;
}

.news-list li:hover .Txt::before {
  background-color: #f3bd39;
}

.news-list li:hover .Txt h3 a {
  color: #ee7316;
}

.news-list .Img {
  float: left;
  width: 300px;
  line-height: 0;
}

.news-list .Img a {
  display: block;
}

.news-list .Txt {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding: 20px 30px;
  border: 1px solid #b2b2b2;
}

.news-list .Txt::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  left: 30px;
  top: 65px;
  background-color: #ee7316;
}

.news-list .Txt h3 {
  position: relative;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .Txt h3 a {
  color: #4e4e4e;
}

.news-list .Txt p {
  height: 55px;
  font-size: 14px;
  line-height: 1.8;
  color: #a3a3a3;
  letter-spacing: 1px;
}

.news-list .Txt a {
  display: inline-block;
  margin-top: 10px;
}

.news-list .date {
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
}

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

.newsDate strong {
  font-weight: normal;
}

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

.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 {
  position: absolute;
  top: 5px;
  right: 45px;
}

.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;
  margin-bottom: 40px;
  border-bottom: double #b2b2b2;
  padding-bottom: 15px;
}

.titleArea h3 {
  font-size: 24px;
  font-weight: normal;
  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;
}

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

@media (max-width: 640px) {
  ul.newsList li .Img {
    width: 70px;
    height: 70px;
  }
  .news-list li {
    max-width: 300px;
  }
  .news-list .Img {
    float: none !important;
  }
  .news-list .Txt {
    border-color: transparent #b2b2b2 #b2b2b2 !important;
  }
}
