.directory-box p:nth-child(2) {
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
}

.news-title {
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 56px;
  margin-top: 39px;
  font-family: sfJpLightBold;
}

.news-time {
  width: 100%;
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 23px;
  border-bottom: 1px solid #dddddd;
  margin: 40px 0;
  padding-bottom: 20px;
}

.news-text1 {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin: 20px 0;
  font-family: sfJpLightBold;
}

.news-text2 {
  font-weight: 300;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  text-align: left;
  font-family: sfJpLight;
}

.news-img {
  margin: 40px 0;
  width: 100%;
}

.lastcontent {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .news-title {
    font-size: 40px;
    line-height: 46px;
  }

  .lastcontent {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .news-time {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0;
    padding-bottom: 10px;
  }

  .news-text1 {
    font-size: 20px;
    line-height: 23px;
  }

  .news-text2 {
    font-size: 16px;
    line-height: 19px;
  }

  .lastcontent {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 650px) {
  .news-title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 20px;
  }

  .news-time {
    font-size: 10px;
    line-height: 12px;
    margin: 10px 0;
  }

  .news-img {
    margin: 20px 0;
  }
  .news-text1 {
    font-size: 16px;
    margin: 10px 0;
  }

  .news-text2 {
    font-size: 12px !important;
    line-height: 24px !important;
  }

  .lastcontent {
    margin-bottom: 20px;
  }
}
