@CHARSET "UTF-8";

  body,ul,li,h1,h2,p{
            color: #8b8b8b;
            /*font-size: 14px;*/
        }
        .voc-de{
            width:1200px;
            margin: 0 auto;
        }
        .voc-de .width{
            width: 1000px;
            margin: 0 auto;
        }
        .voc-de .width .top{
            width: 100%;
        }
        .voc-de .width .top span{
            display: block;
            font: normal 25px 'microsoft yahei';
            color: #333333;
            text-align: center;
            padding-top: 30px;
            padding-bottom: 20px;
        }
        .voc-de .width .top label{
            display: block;
            font: normal 14px 'microsoft yahei';
            text-align: center;
            padding-bottom:20px;
        }
        .voc-de .width .top label b{
          color: orangered;
        }
        .voc-de .width .nav{
            border-top:1px solid #e3e3e3;
            width: 1000px;
            margin: 0px auto;
        }
         .voc-de .width .nav img{
             float: left;
             padding-top:15px;
             padding-right: 50px;
         }
        .voc-de .width .nav p{
            color: #666666;
            font-size: 14px;
            margin-left: 10px;
            padding-top:15px;
            text-indent: 2em;
            letter-spacing: 1px;
            line-height: 25px;
        }
         .width-bom{
            width: 100%;
            height: 140px;
            margin: 40px auto 0px;
            background-color: #F9F9F9;
            text-align: center;
        }
       .width-bom a{
            position: relative;
            top:50px;
            text-decoration: none;
        }