.fv{
  width: 100%;
  position: relative;
}
.fv img{
  width: 100%;
}
.fv .text{
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fv .en{
  font-size: 16px;
}
.fv h1{
  font-size: 28px;
  margin-top: 15px;
}
.detail{
  padding: 60px 0;
}
.detail time {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.detail h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  word-break: break-word;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.detail .content p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 20px;
}
.news-title {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
.news-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  line-height: 1.4;
}
.detail ul li.news-item .news-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}

@media (max-width: 1400px){
  .message p,
  .detail ul li .desc{
    font-size: 14px;
  }
}

@media (max-width: 768px){
  .fv .text{
    margin-top: 7.333rem;
  }
  .detail ul li .desc h2 {
      font-size: 22px;
  }
  .detail ul li .desc p {
      font-size: 18px;
  }
}