@charset "UTF-8";
/**
 * 
 * @authors Zhao zhao (zhaohuijie1123@163.com)
 * @date    2018-06-28 18:38:14
 * @version $Id$
 */
 #fontzoom p img{    width: 671px;height: auto;}
 .BreadcrumbNav{color: #686868;border-bottom: 1px solid #e5e5e5;height:30px;}
 .BreadcrumbNav a{color: #686868;}
  .info span a.f00{color: #f00 !important;}
 h2{font-size: 26px;text-align: center;line-height: 28px;margin:45px 0 20px 0;}
 .info{color: #6d6d6d;background: #f3f3f3;height: 40px;line-height: 40px;position: relative;}
 
 .article{padding:25px 60px 25px 60px ;line-height: 36px;}
 @media screen and (max-width:991px) {
  .article{padding: 0;}
  h2{margin: 20px auto;font-size: 20px;}
  #fontzoom p img{max-width:90%;margin: 20px auto;width: auto;}
  .info{height: auto;}
  .info span{display: inline-block;}
  .share{display: none;}
 }