/* CSS Document */
.newsList .item .imgBox .mask, .newsList .item .imgBox .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: calc(35 / 20);
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #333333;
}
.newsInfoBox .dateBox:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #dcdcdc;
  display: inline-block;
  margin: 0 15px;
}
.newsInfoBox .dateBox .date span {
  font-size: 18px;
}
.newsInfoBox .classTitle {
  width: 75px;
  height: 25px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: calc(23 / 13);
  letter-spacing: 0.65px;
  font-weight: 400;
  color: #a31d40;
  border: 1px solid #a31d40;
  text-align: center;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.newsList .newsItem {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.newsList .newsItem:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 1181px) {
  .newsList .newsItem:hover .imgBox .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsList .item .imgBox {
  width: 30%;
  position: relative;
}
@media (max-width: 768px) {
  .newsList .item .imgBox {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .newsList .item .imgBox {
    width: 100%;
  }
}
.newsList .item .imgBox .Img {
  width: 100%;
  overflow: hidden;
}
.newsList .item .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .item .imgBox .mask {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(198, 174, 145, 0.85);
  color: #fff;
  z-index: 5;
  opacity: 0;
}
@media (max-width: 640px) {
  .newsList .item .imgBox .mask {
    pointer-events: none;
  }
}
.newsList .item .imgBox .mask .btn {
  padding: 15px 10px;
  border: 1px solid #fff;
}
.newsList .Txt {
  width: 70%;
  padding: 30px 50px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .newsList .Txt {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  .newsList .Txt {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .newsList .Txt {
    width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 425px) {
  .newsList .Txt {
    padding: 20px 0;
  }
}
.newsList .Txt .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newsList .Txt .newsInfoBox .dateBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsList .Txt .newsInfoBox .dateBox:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #dcdcdc;
  display: inline-block;
}
.newsList .Txt .newsInfoBox .classTitle {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 13px;
  line-height: calc(23 / 13);
  letter-spacing: 0.65px;
  font-weight: 400;
  color: #a31d40;
  border: 1px solid #a31d40;
  text-align: center;
  margin: 0;
}
.newsList .Txt .title a {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 25px;
  line-height: calc(25 / 25);
  letter-spacing: 0px;
  font-weight: 500;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .newsList .Txt .title a {
    font-size: 16px;
  }
}
.newsList .Txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: calc(28 / 15);
  letter-spacing: 0.75px;
  font-weight: 400;
  color: #555555;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  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: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.mainArea {
  padding-bottom: 0;
}

.BG .top:before {
  display: none;
}