
    .fontbs:hover {
      color: #0083D5;
      cursor: pointer;
      font-size: 14px;
      pointer:cursor;
    }
    #share {
      float: left;
    }
    #share a{
       height: 36px;
       width:36px;
       background-repeat: no-repeat;
    }
    #share a.bshare-weixin {
      background: url('/public/static/images/weix.png');
      background-size: 100%;
    }

    #share a.bshare-sinaminiblog {
      background: url('/public/static/images/sina.png');
      background-size: 100%;
    }

    #share a.bshare-qzone {
      background: url('/public/static/images/qq.png');
      background-size: 100%;
    }

    #share a.bshare-itieba {
      background: url('/public/static/images/baidu.png');
      background-size: 100%;
    }

    #share a#mores {
      background: url('/public/static/images/share.png');
      background-size: 100%;
    }

    #pos {
      float: right;
      margin-right: 100px;
    }

    #pos ul li {
      float: left;
      color: white;
      margin-right: 5px;
      margin-top: 60px;
    }

    #pos ul li a {
      color: white;
    }

    #ntitle {
      font-size: 32px;
    }

    .main-ywxq .header {
      padding-top: 30px;
      padding-left: 100px;
    }
    #attatch{font-size: 14px; margin-top: 15px;}