/* 页面公共部分 */
.content{ margin:50px 0 100px; border-top:1px solid #e8e8e8; }
.m_wrap{ width:1150px; margin:-1px auto 0; padding-left:50px; background-color:#fff; }
/* 面包屑导航模块 */
.m_crumb{ font-size:14px; color:#999; }
.m_crumb a{ color:#999; }
.m_crumb a:hover{ text-decoration:underline; }
.m_crumb span{ padding:0 8px; }
/* 面包屑导航模块扩展 */
.m_crumb{ position:relative; z-index:1; text-align:right; }
.m_crumb a:first-child{ padding-left:20px; background:url(../images/icon_home.png) no-repeat left center; background-size:contain; color:#22a5c6; }
/* 页面标题 */
.m_title{ position:relative; top:-25px; margin-bottom:40px; }
.m_title:before{ content:""; position:absolute; bottom:0; left:-20px; width:0; height:56px; border-left:3px solid #22a5c6; }
.m_title:after{ content:"Behring Technology"; position:absolute; top:6px; left:-45px; width:20px; height:150px; font-size:14px; color:#ccc; writing-mode:tb-rl; writing-mode:vertical-rl; }
.m_title h2{ font-size:24px; font-weight:700; color:#22a5c6; }
.m_title h2:first-child{ position:relative; color:#ccc; text-transform:uppercase; }
