a{
  text-decoration: none;
  color:#333333 ;
}
.news-1 {
  width: 100%;
  /* padding-top: 95.04px; */
}
.news-1 .detail-head {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  font-size: 12px;
  color: #666666;
}
.news-1 .detail-head > a {
  text-decoration: none;
  color: #666666;
}
.news-1 .detail-head > span {
  color: #666666;
  font-size: 12px;
}
.news-1 .detail-content {
  /*padding: 32px;*/
  padding: 0 32px 32px 32px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1019607843);
  margin: 12px auto 32px;
  height: auto;
}
.news-1 .detail-content img {
  max-width: 500px;
}
.news-1 .detail-content p span {
  white-space: pre-wrap;
  line-height: 35px;
  font-family:  "Microsoft YaHei", Helvetica, STHeiTi,"Helvetica Neue","微软雅黑",SimSun,sans-serif;
  color: #333;
}

@media (max-width: 750px) {
  .news-1 {
   margin-top: 0;
  }
  .news-1 .detail-head {
    width: 92%;
  }
  .news-1 .detail-content {
    width: 92%;
    margin: 16px auto;
    padding: 16px;
  }
  .news-1 .detail-content img {
    width: 100%;
  }

} /*# sourceMappingURL=index.css.map */
