/* CSS Document */
.ib_news_002 .newsList .Txt .text, .ib_news_002 .newsList .Txt, .ib_news_002 .newsList .Img img, .newsInfoBox .dateBox .date {
  -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;
  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: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1180px) {
  .ib_news_002 .newsList .newsItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_002 .newsList .newsItem:hover .date {
  color: #fff;
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .date {
    color: #202020;
  }
}
.ib_news_002 .newsList .newsItem:hover .Txt {
  background-color: rgba(0, 0, 0, 0.6509803922);
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .Txt {
    background-color: #e7e7e7;
  }
}
.ib_news_002 .newsList .newsItem:hover .Txt .title {
  color: #fff;
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .Txt .title {
    color: #202020;
  }
}
.ib_news_002 .newsList .newsItem:hover .Txt .title a {
  color: #fff;
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .Txt .title a {
    color: #202020;
  }
}
.ib_news_002 .newsList .newsItem:hover .Txt .text {
  color: #fff;
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .Txt .text {
    color: #606060;
  }
}
.ib_news_002 .newsList .newsItem:hover .linkWrap {
  color: #fff;
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .linkWrap {
    color: #202020;
  }
}
.ib_news_002 .newsList .newsItem:hover .linkWrap .icon img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (max-width: 940px) {
  .ib_news_002 .newsList .newsItem:hover .linkWrap .icon img {
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.ib_news_002 .newsList .item {
  position: relative;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #e7e7e7;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.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: 90px;
}
.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: brightness(0);
          filter: brightness(0);
}
.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;
}