.newlistDetail{
   position: relative;
}
.newlistDetail-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.newlistDetail-title-en{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ff7700;
  letter-spacing: 8px;
  line-height: 20px;
}

.newlistDetail-title-cn{
  font-size: 80px;
  line-height: 80px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ff7700;
  letter-spacing: 32px;
  padding-top: 30px;
}

.news-details-box{
   padding: 60px 0 150px 0;
}

.single-latest-text-top:after{
   content: '';
   background-color: #333333;
   height: 2px;
   width: 100%;
   display: block;
}


.news-details-title{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 30px;
  text-align: center;
}

.news-details-time{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  text-align: center;
  padding: 20px 0;
}

.single-latest-text-bottom{
  padding: 60px 0 0 0;
  width: 1000px;
  margin: 0 auto;
  font-size: 16px !important;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: justify;
  color: #333333;
  line-height: 30px;
}

.single-latest-text-bottom:after{
  content: '';
  background-color: #333333;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: 60px;
}

.single-latest-text-bottom img{
  width: 100% !important; 
  height: auto !important;
  border-radius: 10px;
}

.tags-and-links{
  padding-top: 30px !important;
  width: 1000px;
  margin: 0 auto;
}