body {
  position: relative;
}

.news-container {
  position: relative;
}

.news-container .page-inner {
  width: 60.520833vw;
  padding: 4.166667vw 6.197917vw;
  margin: 0 auto;
  box-sizing: content-box;
}

.news-container .page-inner .tit {
  font-size: 2.34375vw;
  font-weight: bold;
  line-height: 3.515625vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}

.news-container .page-inner .date {
  font-size: 0.820313vw;
  line-height: 1.171875vw;
  color: rgb(173, 173, 173);
  text-align: center;
  margin-bottom: 1.5625vw;
}

.news-container .page-inner .txt {
  font-size: 0.9375vw;
  line-height: 1.828125vw;
  color: rgb(102, 102, 102);
  text-indent: 2em;
  margin-bottom: 1.041667vw;
}

@media (max-width:992px) {
  .news-container .page-inner {
    width: 96vw;
    padding: 10.666667vw 2vw;
  }

  .news-container .page-inner .tit {
    font-size: 7.466667vw;
    line-height: 11.2vw;
    margin-bottom: 8vw;
  }

  .news-container .page-inner .date {
    font-size: 3.266667vw;
    line-height: 4.666667vw;
    margin-bottom: 4vw;
  }

  .news-container .page-inner .txt {
    font-size: 3.733333vw;
    line-height: 7.28vw;
    margin-bottom: 5.333333vw;
  }
}