@charset "UTF-8";
/* CSS Document */
.ib_news_001 .newsList .newsItem {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ib_news_001 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList {
    margin: 0 -20px;
  }
}
.ib_news_001 .newsList .newsItem {
  width: 33.33%;
  padding: 10px;
}
@media (max-width: 1280px) {
  .ib_news_001 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .ib_news_001 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_001 .newsList .item {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .item:hover .Img:before {
    opacity: 1;
  }
  .ib_news_001 .newsList .item:hover .newIcon {
    background-color: transparent;
    color: #152c50;
  }
}
.ib_news_001 .newsList .Img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%), linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-size: 1px 23px, 23px 1px;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.ib_news_001 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  aspect-ratio: 375/359;
}
.ib_news_001 .newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 30px 10px;
}
.ib_news_001 .newsList .Txt .dateBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #dcdcdc;
  color: #152c50;
}
.ib_news_001 .newsList .Txt .dateBox .day {
  font-size: 45px;
}
.ib_news_001 .newsList .Txt .dateBox .year {
  font-size: 16px;
}
.ib_news_001 .newsList .Txt .newIcon {
  /*分類小圖示*/
  display: inline-block;
  padding: 1px 7px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #152c50;
  background-color: #152c50;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ib_news_001 .newsList .Txt .textBox {
  padding: 0 15px;
}
.ib_news_001 .newsList .Txt .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.ib_news_001 .newsList .Txt .title a {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  height: 50px;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .Txt .title a:hover {
    color: #152c50;
  }
}
.ib_news_001 .newsList .Txt .text {
  font-size: 16px;
  color: #152c50;
  height: 60px;
}