.single-center{
  width:100%;
}
html,body{
  background: #f6f6f6;
}
.single-title{
  position: relative;
}
.new-page{
  position: relative;
}
.news-detail{
  position: absolute;
  top:60%;
  width:100%;
}
.hd{
  background: #fff;
  color:#444444;
  font-size: 18px;
  padding:52px 0;
  text-align: center;
  width:100%;
}
.single-date{
  color:#9C9C9C;
  font-size: 13px;
  padding-top: 5px;
}
.news-detail .container{
  background: #fff;
  margin-bottom: 20px;
}
.single-info{
  padding-bottom: 20px;
}
.single-info .container{
  background:#fff;
}
.single-img{
  width:100%;
}
.info{
  font-size: 16px;
  padding-top: 20px;
  line-height: 1.5rem;
  text-indent: 1.7rem;
}
.single-list li{
  display: none;
}
@media screen and (max-width: 768px) {
  .news-detail{
    top:100%;
  }
  .hd{
    padding:20px 0;
  }
}
.single-info .img-title{
text-align: center;
font-size: 12px;
line-height: 1.5rem;
color:#666666;
}