/* 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 .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ib_news_001 .newsInfoBox .classTitle {
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 20px;
  color: #075d73;
  font-weight: 600;
}
.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 .item {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 30px;
  position: relative;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .item:hover .Img {
    -webkit-box-shadow: 12px 15px 20px 0px rgba(173, 141, 123, 0.5);
            box-shadow: 12px 15px 20px 0px rgba(173, 141, 123, 0.5);
  }
  .ib_news_001 .newsList .item:hover .Txt .title {
    color: #075d73;
  }
  .ib_news_001 .newsList .item:hover .Txt .title a {
    color: #075d73;
  }
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .item {
    padding: 20px;
  }
}
.ib_news_001 .newsList .Img {
  -webkit-box-shadow: 12px 15px 20px 0px rgba(173, 141, 123, 0.2);
          box-shadow: 12px 15px 20px 0px rgba(173, 141, 123, 0.2);
  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 {
  padding: 20px 5px;
}
@media (max-width: 1180px) {
  .ib_news_001 .newsList .Txt {
    padding: 20px 0;
  }
}
@media (max-width: 840px) {
  .ib_news_001 .newsList .Txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ib_news_001 .newsList .dateBox {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Cardo", serif;
}
.ib_news_001 .newsList .dateBox .date {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #075d73;
}
.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;
}
@media (max-width: 840px) {
  .ib_news_001 .newsList .title {
    width: 100%;
  }
}
.ib_news_001 .newsList .title a {
  color: #ad8d7b;
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.35;
}
@media (min-width: 1181px) {
  .ib_news_001 .newsList .title a:hover {
    color: #075d73;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@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 {
  margin-top: 10px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ib_news_001 .newsList .intro {
  width: 100%;
  padding-top: 10px;
}
.ib_news_001 .newsList .intro.ellipsis {
  max-height: 65px;
}