
  /* 面包屑所在位置 (蓝湖设计: 条高60px, 白底+底部0.5px浅线#E6E8EB, 文字14px垂直居中/灰#85888C·末级深#0A0B0E)
     用 height:60+line-height:60+padding:0 使高度不受各页 box-sizing(content-box/border-box)差异影响 */
  /* 验收#10: 面包屑背景由白改灰(#f1f3f6, 与页面底色一致), 去掉白底分隔线 */
  .dsh-breadcrumb-layout { text-align: center; background: #f1f3f6;}
  .dsh-breadcrumb { font-size: 0; *word-spacing:-1px; text-align: left; height:60px; line-height:60px; padding: 0; margin: 0 auto; box-sizing: border-box;}
  .dsh-breadcrumb span { font-size: 14px; line-height:60px; color: #85888C; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/* IE6,7*/; height:auto; vertical-align: middle; zoom: 1;}
  .dsh-breadcrumb i { font-size: 16px; color: #AAA; margin-right: 4px;}
  .dsh-breadcrumb span.arrow {line-height:60px; color: #85888C; margin: 0 6px;}
  .dsh-breadcrumb a { color: #85888C; display: inline; font-size:14px; line-height:60px;}
  .dsh-breadcrumb span:last-child { color: #0A0B0E; }
  .w1200{
    width: 1200px;
  }
