/* CSS Document */
.newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}

.newsList .newsItem {
  margin-bottom: 30px;
}
.newsList .item {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.newsList .Img {
  width: 50%;
  background-color: #f5f1e5;
}
@media (max-width: 1000px) {
  .newsList .Img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.newsList .Txt {
  width: 50%;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .newsList .Txt {
    width: 100%;
    padding: 0;
  }
}
.newsList .Txt .topBox {
  font-size: 13px;
  letter-spacing: 1.04px;
  color: #777;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 23px;
}
.newsList .Txt .topBox::after {
  content: "";
  display: block;
  width: calc(100% - 54px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1px 0 0;
}
.newsList .Txt .topBox .txt {
  width: 54px;
}
.newsList .Txt .title {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 3.74px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 7px;
}
.newsList .Txt .title a {
  display: block;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .newsList .Txt .title a:hover {
    color: #96887d;
  }
}
.newsList .Txt .textBox {
  margin-bottom: 50px;
}
.newsList .Txt .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  letter-spacing: 3.3px;
  color: #444;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  padding: 0px 0 0 2px;
  height: 60px;
  line-height: 1.8;
}
.newsList .btnBox {
  margin: 0;
}
.newsList .btnBox .btn {
  width: 130px;
  height: 38px;
  min-width: unset;
}
.newsList .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList .newsInfoBox .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.newsList .newsInfoBox .right {
  margin-bottom: 10px;
}
.newsList .newsInfoBox .dateBox {
  font-size: 13px;
  letter-spacing: 2.34px;
  color: #777;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.newsList .newsInfoBox .dateBox::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e0d8d8;
  margin: 0 14px 0 11px;
}
.newsList .newsInfoBox .classTitle {
  font-size: 15px;
  letter-spacing: 3.3px;
  color: #444;
}

.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: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}