/* CSS Document */
.ib_news_002 .newsList .newsItem .Txt .title a, .ib_news_002 .newsList .newsItem .Img .overlay .more, .ib_news_002 .newsList .newsItem .Img .overlay {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsInfoBox .dateBox .date {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #897064;
  font-family: "Italiana", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.newsInfoBox .dateBox .date::after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background-color: #bfbfbf;
  display: block;
  margin: 0 20px;
}
.newsInfoBox .dateBox .newIcon {
  font-size: 14px;
  color: #4d4d4d;
  padding-top: 3px;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #4d4d4d;
}

.ib_news_002 .newsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.ib_news_002 .newsList .newsItem {
  width: calc(33.3333333333% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .ib_news_002 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_002 .newsList .newsItem .Img {
  margin-bottom: 20px;
}
.ib_news_002 .newsList .newsItem .Img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(126, 131, 111, 0.7529411765);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_news_002 .newsList .newsItem .Img .overlay .more {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.ib_news_002 .newsList .newsItem .Img .overlay .more span {
  color: #fff;
  font-family: "Italiana", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  margin-right: 30px;
}
.ib_news_002 .newsList .newsItem .Img .overlay .more > img {
  max-width: 100%;
  width: auto;
  -webkit-filter: brightness(100);
          filter: brightness(100);
  display: inline-block;
}
.ib_news_002 .newsList .newsItem .Img img {
  display: block;
  max-width: 100%;
}
.ib_news_002 .newsList .newsItem .Txt {
  overflow: hidden;
  margin-bottom: 40px;
}
.ib_news_002 .newsList .newsItem .Txt .title {
  color: #747474;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  height: 70px;
  letter-spacing: 1px;
  overflow: hidden;
}
.ib_news_002 .newsList .newsItem .Txt .title a {
  position: relative;
  color: #747474;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  height: 70px;
  letter-spacing: 1px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ib_news_002 .newsList .newsItem .Txt .title a {
    font-size: 18px;
  }
}
.ib_news_002 .newsList .newsItem .Txt .text {
  height: 95px;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #747474;
  line-height: 2.2;
}
@media (min-width: 1181px) {
  .ib_news_002 .newsList .newsItem:hover .Img .overlay {
    opacity: 1;
  }
  .ib_news_002 .newsList .newsItem:hover .Img .overlay .more {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ib_news_002 .newsList .newsItem:hover .Txt .title a {
    color: #7e836f;
  }
  .ib_news_002 .newsList .newsItem:hover .Txt .title a::after {
    width: 100%;
    opacity: 1;
  }
}
.ib_news_002 .contentBox.ins {
  margin-top: 60px;
}