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

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.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) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.design_ne-007 .contentBox {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ne-007 .contentBox > .leftBox {
  width: 25%;
}
.design_ne-007 .contentBox > .rightBox {
  width: 75%;
  padding-left: 60px;
}
.design_ne-007 .contentBox > .leftBox:not(:has(.classBox)) {
  width: 0;
}
.design_ne-007 .contentBox > .leftBox:not(:has(.classBox)) ~ .rightBox {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .design_ne-007 .contentBox > .leftBox {
    width: 100%;
  }
  .design_ne-007 .contentBox > .rightBox {
    width: 100%;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {
  .design_ne-007 .classBoxColumn .classLink a {
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1181px) {
  .design_ne-007 .classBoxColumn .classLink a:hover {
    color: #0563c9;
  }
}
@media (min-width: 1024px) {
  .design_ne-007 .classBoxColumn .classLink a.current {
    color: #0563c9;
  }
}
.design_ne-007 .newsList .newsItem {
  width: 100%;
  margin-bottom: 45px;
}
.design_ne-007 .newsList .newsItem .item {
  display: -webkit-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
  color: #878787;
}
.design_ne-007 .newsList .newsItem .Txt .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  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;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
  color: #878787;
}