/* 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;
  font-size: 14px;
}
.newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 7px;
  background-color: #0685cf;
  color: #fff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsInfoBox .date {
  margin-left: 10px;
}

.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 {
  position: relative;
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
}
@media (max-width: 860px) {
  .ib_news_002 .newsList .newsItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.ib_news_002 .newsList .dateBox {
  position: absolute;
  z-index: 50;
  background-color: #0685cf;
  padding: 10px;
  left: -10px;
  top: -10px;
  color: #fff;
  z-index: 1;
}
.ib_news_002 .newsList .dateBox .date {
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.ib_news_002 .newsList .dateBox .day {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: #202020;
}
.ib_news_002 .newsList .dateBox .year {
  font-size: 14px;
}
.ib_news_002 .newsList .item {
  border: 1px solid #ccc;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 80px;
  padding-bottom: 50px;
  padding-top: 40px;
}
.ib_news_002 .newsList .Img {
  width: 400px;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .ib_news_002 .newsList .Img {
    width: 100%;
  }
}
.ib_news_002 .newsList .Img img {
  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 .title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  height: 52px;
  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: 60px;
  margin-top: 20px;
}

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

.linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-top: 30px;
}
.linkWrap .icon {
  margin-left: 10px;
}