@charset "UTF-8";
/* 横幅banner
========================================================================== */
#banner { width: 100%; height: 185px; background: url(/img/newsDetail/banner.png) no-repeat center top; }

#banner.company { background: url(/img/companyDetail/banner.png) no-repeat center top; }

#banner.expo { background: url(/img/expoDetail/banner.png) no-repeat center top; }

/* 新闻主体
========================================================================== */
#newsDetail .breadcrumb { background: none; font-size: 14px; margin: 20px auto 4px; }

#newsDetail .breadcrumb a { font-size: 14px; color: #000; }

#newsDetail .breadcrumb .active { color: #6abe2d; }

#newsDetail .breadcrumb .active:before { content: '>'; color: #000; }

#newsDetail #content { border: 1px solid #eee; padding: 34px 59px; margin-bottom: 50px; line-height: 1.9em; }

#newsDetail #content h1 { text-align: center; font-size: 24px; font-weight: 700; margin-top: 0; }

#newsDetail #content .date { text-align: center; color: #434343; font-size: 14px; }

#newsDetail #content .line { border-bottom: 3px dashed #eee; margin-bottom: 45px; }

#newsDetail #content .m-t-30 { margin-top: 30px; }
