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

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


/* 标题与发布时间 */
.title{ color:#141414; margin-bottom:0.22rem;text-align:center;}
.date { color:#141414;margin-bottom:0.16rem;text-align:right;}
.divider {background: #D9D9D9;width：100%;height:0.01rem}
.nextartile {color:#141414; margin: 0.4rem 0 0 0.35rem}



@media screen and (max-width:1000px){
    .title{margin:0.2rem 0 0;}
}