/* CSS Document */
.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;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox, .newsInfoBox .classTitle {
  padding: 5px 0;
}
.newsInfoBox .dateBox {
  margin-left: 10px;
}
.newsInfoBox .dateBox .date {
  line-height: 1;
  font-size: 14px;
}
.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: 100%;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.ib_news_002 .newsList .Img {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
.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;
}
.ib_news_002 .newsList .Txt .title {
  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;
}

.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;
}

.sideDataBox .Img {
  display: none;
}
.sideDataBox .item {
  border-bottom: 1px solid #ccc;
}
.sideDataBox .text {
  display: none;
}