/* 详情页样式（融合版）：从导航下开始—面包屑 + 标题 + 发布时间 + 分享图标 + 正文 */
/* 保留你已有的头尾，不改其它模块 */

p{ background:none !important; }
img{ max-width:100%; height:auto; }


/* 标题与发布时间 */
.title{
  font-size:0.32rem;
  color:#141414;
  margin:0.8rem 0 0.39rem;
  text-align:center;
}


/* 正文 */
.content_center{
  margin-top:0;
  margin-bottom:0.56rem;
  color:#333;
}
.content_center p{ font-size:0.16rem;line-height:0.26rem;margin-top:0.15rem;}
.content_center span{ font-size:0.16rem; }
.content_center ol li{ list-style:decimal; list-style-position:inside }
.content_center ul li{ list-style:initial; list-style-position:inside }
.content_center .Section1{ width:auto !important }
.content_center > div{ width:auto !important }
@media screen and (max-width:768px){ 

  
}