/* CSS Document */
.design_ne-007 .newsList .newsItem .Txt .text, .design_ne-007 .newsList .newsItem .Txt .newsInfoBox, .design_ne-007 .newsList .newsItem .item {
  transition: all 0.5s;
}

img {
  width: 100%;
}

.design_ne-007 .newsList .newsItem {
  width: 100%;
  margin-bottom: 45px;
}
.design_ne-007 .newsList .newsItem .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ne-007 .newsList .newsItem .Img {
  width: 280px;
}
.design_ne-007 .newsList .newsItem .Img img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .design_ne-007 .newsList .newsItem .Img {
    width: 100%;
  }
}
.design_ne-007 .newsList .newsItem .Txt {
  width: calc(100% - 280px);
  padding: 15px;
}
@media (max-width: 600px) {
  .design_ne-007 .newsList .newsItem .Txt {
    width: 100%;
  }
}
.design_ne-007 .newsList .newsItem .Txt .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
  color: #878787;
}
.design_ne-007 .newsList .newsItem .Txt .date {
  margin-left: 10px;
}
.design_ne-007 .newsList .newsItem .Txt .title {
  font-size: 18px;
  margin-bottom: 8px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.design_ne-007 .newsList .newsItem .Txt .text {
  font-size: 14px;
  line-height: 1.77;
  height: 75px;
  overflow: hidden;
}
.design_ne-007 .shareBox {
  float: right;
}
.design_ne-007 .shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.design_ne-007 .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;
}
.design_ne-007 .shareBox .back:hover {
  background: #398cb1;
}