/* CSS Document */
.ib_news_001 .newsList .Img, .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%;
}
@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 .newsItem {
  padding: 0 20px 40px;
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .newsItem {
    padding: 20px;
  }
}
.ib_news_001 .newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 560px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 12px 15px 20px 0px rgba(34, 34, 34, 0.2);
          box-shadow: 12px 15px 20px 0px rgba(34, 34, 34, 0.2);
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .item:hover {
    -webkit-box-shadow: 12px 15px 20px 0px rgba(34, 34, 34, 0.5);
            box-shadow: 12px 15px 20px 0px rgba(34, 34, 34, 0.5);
  }
}
.ib_news_001 .newsList .Img {
  position: relative;
}
@media (max-width: 840px) {
  .ib_news_001 .newsList .Img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.ib_news_001 .newsList .Img img {
  display: block;
  width: 100%;
}
.ib_news_001 .newsList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .Txt {
    padding: 20px;
  }
}
@media (max-width: 840px) {
  .ib_news_001 .newsList .Txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ib_news_001 .newsList .Txt .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.ib_news_001 .newsList .Txt .titleBox .title {
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.ib_news_001 .newsList .Txt .titleBox .classTitle {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ib_news_001 .newsList .Txt .text {
  padding: 10px 0;
}
.ib_news_001 .newsList .newsInfoBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_news_001 .newsList .classTitle {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 20px;
}
.ib_news_001 .newsList .dateBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_news_001 .newsList .dateBox .day {
  font-size: 50px;
  letter-spacing: 2.5px;
  line-height: 40px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.ib_news_001 .newsList .dateBox .year {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 20px;
}
.ib_news_001 .newsList .title {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.ib_news_001 .newsList .title.ellipsis {
  max-height: 60px;
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .title.ellipsis {
    max-height: 55px;
  }
}
@media (max-width: 400px) {
  .ib_news_001 .newsList .title.ellipsis {
    max-height: 50px;
  }
}
.ib_news_001 .newsList .title a {
  color: #222222;
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.35;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .title a:hover {
    color: #0096e0;
  }
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .title a {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  .ib_news_001 .newsList .title a {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.ib_news_001 .newsList .text {
  padding: 20px 0;
  color: #7c7c7c;
}
.ib_news_001 .newsList .intro {
  width: 100%;
  padding-top: 10px;
}
.ib_news_001 .newsList .intro.ellipsis {
  max-height: 65px;
}