.top-img {
  background-position: 0% 67%;
}

.news-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 15%;
}
.news-item {
  width: 42.5%;
  position: relative;
}
.news-item:nth-child(odd) {
  margin-right: 15%;
}
.news-item:nth-child(odd):before {
  content: "";
  width: 115vw;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 100px 0 100px -15vw;
}
.news-item:nth-child(even):before {
  content: "";
  width: 115vw;
  height: 1px;
  background: #ccc;
  display: block;
  margin: 100px -15vw 100px 0;
}
.news-item:nth-child(1):before, .news-item:nth-child(2):before {
  display: none;
}
.news-item a:hover .news-img img {
  -webkit-filter: none;
  filter: none;
}
.news-img {
  position: relative;
}
.news-img-inner {
  width: calc(100% - 20px);
  position: relative;
}
.news-img img {
  width: 100%;
  -webkit-filter: grayscale(1) contrast(0.5) brightness(1.5);
  filter: grayscale(1) contrast(0.5) brightness(1.5);
  -moz-transition: filter 0.8s;
  -o-transition: filter 0.8s;
  -webkit-transition: filter 0.8s;
  transition: filter 0.8s;
}
.news-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #9e9e9f;
  font-size: 0.75rem;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
.news-inner {
  padding-top: 30px;
}
.news-name {
  color: #272f37;
  font-size: 15px;
  margin-bottom: 20px;
}
.news-text {
  font-size: 0.8125rem;
  color: #9e9e9f;
  padding-left: 15px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-text:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #9e9e9f;
  position: absolute;
  top: 0;
  left: 1px;
}

@media screen and (max-width: 1600px) {
  .top-img {
    background-position: 8% 67%;
  }
}
@media screen and (max-width: 1100px) {
  .top-img {
    background-position: 20% 67%;
  }

  .news-wrap {
    padding: 0 10%;
  }
  .news-item {
    width: 45%;
  }
  .news-item:nth-child(odd) {
    margin-right: 10%;
  }
}
@media screen and (max-width: 800px) {
  .news-wrap {
    display: block;
  }
  .news-item {
    width: 100%;
  }
  .news-item:nth-child(2):before {
    content: "";
    width: 115vw;
    height: 1px;
    background: #ccc;
    display: block;
    margin: 80px 0 80px -15vw;
  }
  .news-item:nth-child(even):before, .news-item:nth-child(odd):before {
    margin: 80px 0 80px -15vw;
  }
  .news-img {
    max-width: 500px;
    margin: auto;
  }
  .news-inner {
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .top-img {
    background-position: 35% 67%;
  }

  .news-wrap {
    padding: 0 40px;
  }
  .news-item:nth-child(even):before, .news-item:nth-child(odd):before {
    margin: 60px 0 60px -15vw;
  }
  .news-img, .news-inner {
    max-width: unset;
  }
}
