/* CSS Document */
.ib_news_002 .newsList .Txt .linkWrap .icon img, .ib_news_002 .newsList .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s 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 .date {
  line-height: 1;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #0685cf;
  color: #fff;
  border-radius: 3px;
}

.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(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
@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 .item {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  min-height: 408px;
}
.ib_news_002 .newsList .Img {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.ib_news_002 .newsList .Img img {
  max-width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ib_news_002 .newsList .Img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ib_news_002 .newsList .Txt {
  overflow: hidden;
  margin-bottom: 40px;
}
.ib_news_002 .newsList .Txt .title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  height: 30px;
  overflow: hidden;
}
.ib_news_002 .newsList .Txt .title a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
.ib_news_002 .newsList .Txt .text {
  color: #606060;
  line-height: 1.8;
  font-size: 16px;
  height: 30px;
}
.ib_news_002 .newsList .Txt .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.ib_news_002 .newsList .Txt .linkWrap .icon {
  margin-left: 10px;
}
.ib_news_002 .newsList .Txt .linkWrap .icon img {
  -webkit-filter: unset;
          filter: unset;
}
.ib_news_002 .newsList .Txt .linkWrap:hover img {
  -webkit-filter: unset;
          filter: unset;
}

.topBox .classTitle,
.sideDataBox .classTitle {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  background-color: #0685cf;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
}