.dynamic-index {
  background: #f5f5f6;
}
.dynamic-app {
  padding: 100px 0;
  font-family: Source Han Sans CN;
}
.dynamic-top > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #737f80;
}
.dynamic-top > span > a {
  text-decoration: none ;
  color: #737f80;
}
.newsDetail-title {
  font-size: 28px;
  font-weight: 700;
  padding: 40px 0;
  color: #35373d;
}
.newsDetail-createTime {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.newsDetail-other-news {
  display: block;
  width: 50%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #aeafb4 !important;
  background: #fff;
  text-decoration:none;
}
.newsDetail-other-news:hover {
  background: #f5ad01;
  color: #fff !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
