/* CSS Document */
.ib_news_000 .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.ib_news_000 .newsInfoBox .dateBox {
  padding: 5px 0;
}
.ib_news_000 .newsInfoBox .classTitle {
  padding: 10px 15px;
  border: 1px solid #c9ad71;
  border-radius: 8px;
  color: #333;
}
.ib_news_000 .newsInfoBox .dateBox .date {
  line-height: 1;
}
.ib_news_000 .newsInfoBox .classTitle {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 5px 10px;
}
.ib_news_000 .newsList {
  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 {
  padding: 20px 0px;
}
.ib_news_000 .newsList .Img {
  width: 100%;
  margin-right: 10px;
}
.ib_news_000 .newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_news_000 .newsList .Txt {
  padding: 15px 0;
  overflow: hidden;
}
.ib_news_000 .newsList .Txt .title a {
  display: block;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@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: 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;
  }
}

.design_ne-001 {
  padding: 84px 0;
}
.design_ne-001 .newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.design_ne-001 .newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 37px;
  position: relative;
}
@media (max-width: 1023px) {
  .design_ne-001 .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .design_ne-001 .newsList .newsItem {
    width: 100%;
  }
}
.design_ne-001 .newsList .newsItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .design_ne-001 .newsList .newsItem .item:hover .title {
    color: #c9ad71;
  }
  .design_ne-001 .newsList .newsItem .item:hover .title a {
    color: #c9ad71;
  }
  .design_ne-001 .newsList .newsItem .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.design_ne-001 .newsList .newsItem .Img {
  border-radius: 20px 20px 0 0;
}
.design_ne-001 .newsList .newsItem .Txt {
  border: 1px solid #e7e7e7;
  padding: 25px 28px 28px;
  border-radius: 0 0 20px 20px;
}
.design_ne-001 .newsList .newsItem .Txt .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.design_ne-001 .newsList .newsItem .Txt .text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 41px;
  height: 48px;
}
.design_ne-001 .newsList .newsItem .Txt .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.design_ne-001 .newsList .newsItem .Txt .newsInfoBox .classTitle {
  padding: 10px 15px;
  border: 1px solid #c9ad71;
  border-radius: 8px;
  color: #333;
}