.new-content{
  padding: 40px 160px;
  min-height: 500px;
}


.title{
  overflow-wrap: break-word;
  color: rgba(33, 33, 33, 1);
  font-size: 40px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  line-height: 66px;
}

.time{
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  margin: 14px 0 0 1px;
}

.normal-text{
  overflow-wrap: break-word;
  color: rgba(33, 33, 33, 1);
  font-size: 28px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 58px;
}

.number-text{
  overflow-wrap: break-word;
  color: rgba(33, 33, 33, 1);
  font-size: 28px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  line-height: 58px;
}

.normal-text-center{
  text-align: center;
}

.second-title{
  text-align: center;
  color: red;
  font-size: 32px;
  font-weight: bold;
}

.normal-bold {
  font-weight: bold;
}

.image-box{
  text-align: center; /* 水平居中 */
}

.image-1{
  width: 680px;
  /* height: 622px;  */
}

.image-2{
  width: 100%;
  height: auto; 
}

@media (max-width: 1367px){
  .new-content{
    padding: 40px 80px;
  }
}