.banner img {
  width: 100%;
  height: 100%;
}

.section {
  margin-bottom: 80px;
}

.headline {
  padding-bottom: 40px;
  border-bottom: 1px solid #DBDBDA;
  text-align: center;
}

.headline .newTitle {
  margin-bottom: 25px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #4C4948;
}

.author {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #6A6A6A;
}

.author .date {
  margin: 30px;
}

.detail {
  margin-top: 45px;
  
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #464646;
  line-height: 24px;
}
.detail p,div,li{
  font-size: 20px;
}
.detail img{
  display: block;
  width: 970px;
  margin:40px auto;
}