.common_related {
  margin-bottom: 5.2%;
}
.pages ul {
  justify-content: unset;
}
.view_btn {
  margin-top: 33px;
  background: #999999;
}
.view_btn:hover {
  background: var(--color-main);
}
.news {
  margin-top: 5.9%;
  margin-bottom: 14px;
}
.news .item {
  margin-top: 35px;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  flex-wrap: wrap;
}
.news .item .img {
  flex-shrink: 0;
  width: 31.2%;
  padding: 0;
  height: 295px;
}
.news .item .info {
  flex: 1;
  padding: 0 42px;
}
.news .item .info .title {
  margin-top: 10px;
  max-height: 68px;
}
.news .item .info .title a {
  font-family: DIN;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 1.3;
}
.news .item .info time {
  display: block;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.news .item .info .desc {
  margin-top: 26px;
  max-height: 77px;
  overflow: auto;
}
.news .item .info .desc a {
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 1366px) {
  .layout_ {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .news_btn {
    padding: 10px 22px;
  }
}
@media screen and (max-width: 950px) {
  .news .item {
    margin-top: 20px;
    padding: 25px;
  }
  .news .item .img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news .item .info {
    padding: 0;
  }
  .news .item .info .title a {
    font-size: 18px;
  }
  .news .item .info time {
    margin: 10px 0;
  }
  .news .item .info .desc {
    margin-top: 15px;
    max-height: unset;
    line-height: 1.5;
    overflow: unset;
  }
  .view_btn {
    margin-top: 20px;
  }
}
