/* CSS Document */
.ib_news_000 .newsList .infoBox .title, .ib_news_000 .newsList .item {
  transition: all 0.5s ease-in-out;
}

.ib_news_000 .newsInfoBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.ib_news_000 .newsInfoBox .dateBox, .ib_news_000 .newsInfoBox .classTitle {
  padding: 5px 0;
}
.ib_news_000 .newsInfoBox .dateBox .date {
  color: #818181;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.ib_news_000 .newsInfoBox .classTitle {
  display: inline-block;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #6b6b6b;
  color: #fff;
}
.ib_news_000 .newsList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.ib_news_000 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
}
@media (max-width: 1024px) {
  .ib_news_000 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .ib_news_000 .newsList .newsItem {
    width: 100%;
  }
}
.ib_news_000 .newsList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .ib_news_000 .newsList .item:hover {
    transform: translateY(-10px);
  }
  .ib_news_000 .newsList .item:hover .title {
    color: #19322f;
  }
}
.ib_news_000 .newsList .linkWrap {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.ib_news_000 .newsList .bottomBox {
  position: relative;
  padding: 30px 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}
.ib_news_000 .newsList .classTitle {
  display: inline-block;
  margin-right: 3px;
  padding: 4px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  background-color: #6b6b6b;
  color: #fff;
  position: absolute;
  left: 10px;
  top: -10px;
}
.ib_news_000 .newsList .dateBox {
  order: 0;
  width: 80px;
  align-self: auto;
  color: #19322f;
}
.ib_news_000 .newsList .date {
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
}
.ib_news_000 .newsList .month {
  padding-top: 5px;
  font-weight: 500;
}
.ib_news_000 .newsList .infoBox {
  order: 0;
  align-self: auto;
  padding-left: 10px;
  width: 100%;
}
.ib_news_000 .newsList .infoBox .title {
  height: 65px;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
.ib_news_000 .newsList .infoBox .title a {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
}
.ib_news_000 .shareBox {
  float: right;
}
.ib_news_000 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib_news_000 .shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_news_000 .shareBox .back:hover {
    background: #398cb1;
  }
}