.main-container {
  width: 100vw;
  height: 100vh;
  background: url(../images/news-list-bg.png) no-repeat;
  background-size: cover;
}

.page-container {
  position: relative;
  width: 19.2rem;
  height: 100%;
  background-size: cover;
  margin: 0 auto;
}

.page-container .title-box {
  position: absolute;
  top: 45px;
  left: 40px;
  height: 90px;
  padding-top: 54px;
  padding-left: 80px;
  color: #fff;
  font-size: 30px;
  z-index: 5;
  font-family: "HYYaKuHei-HEW";
  box-sizing: border-box;
}

.page-container .title-box > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.page-container .title-box a {
  color: #fff;
  text-decoration: none;
}

.page-container .title-box a:hover {
  color: #ff6a13;
}

.page-container .content {
  padding-top: 1.67rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}


.page-container .article-title {
  width: 9.4rem;
  margin: 0 auto;
  
}

.page-container .article-title h1 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.page-container .article-title p {
  color: #999;
  font-size: 14px;
  line-height: 36px;
}


.page-container .article-content {
  width: 9.4rem;
  margin: 0 auto;
}
.page-container .article-content p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.back-btn {
  position: absolute;
  right: 2.52rem;
  top: 1.56rem;
  width: 0.55rem;
  height: 0.55rem;
  background: url(../images/news-list-back-btn.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}
.back-btn:hover {
  background: url(../images/news-list-back-active-btn.png) no-repeat;
  background-size: cover;
}
