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

.ib_news_000 .newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .ib_news_000 .newsList .item:hover .title {
    color: #008c38;
  }
}
.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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_000 .newsList .bottomBox {
  position: relative;
  padding: 30px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 80px;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  color: #008c38;
}
.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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      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: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  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;
  }
}