/* CSS Document */
.ib_news_000 .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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 200px;
  background-color: #149F9B;
  color: #fff;
  padding: 6px 33px;
}
.ib_news_000 .newsInfoBox .date {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #149F9B;
  font-weight: 300;
}
.ib_news_000 .newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .ib_news_000 .newsList {
    margin: 0;
  }
}
.ib_news_000 .newsList .newsItem {
  width: 100%;
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .newsItem {
    padding: 0;
  }
}
.ib_news_000 .newsList .item {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #4f4f4f;
  position: relative;
}
@media (min-width: 1181px) {
  .ib_news_000 .newsList .item:hover {
    color: mainColor;
  }
  .ib_news_000 .newsList .item:hover .Txt .title {
    color: #1CB0AB;
  }
  .ib_news_000 .newsList .item:hover .Txt .title a {
    color: #1CB0AB;
  }
}
@media (max-width: 768px) {
  .ib_news_000 .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_news_000 .newsList .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.ib_news_000 .newsList .Img {
  margin-right: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_000 .newsList .Txt {
  overflow: hidden;
  width: 100%;
}
.ib_news_000 .newsList .Txt .title a {
  display: block;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .title a {
    font-size: 22px;
  }
}
.ib_news_000 .newsList .Txt .text {
  height: 60px;
  color: #8B8B8B;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .ib_news_000 .newsList .Txt .text {
    font-size: 15px;
  }
}
.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;
  }
}