@charset "utf-8";
body,div,span,h1,h2,h3,h4,h5,h6,p,img,dl,dt,dd,ol,ul,li,fieldset,figure,figcaption,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {   
      margin: 0;
      padding:0;
      display: block;
      font-family: Microsoft Yahei; }

 img{
      border: none; }

 .z{float:left; }
 .y{float:right; }

  /*导航栏*/  
 

 .detail{
      width: 100%;
      height: 1800px;
      background-color: #fff;}

 .detail-back{
       width: 1200px;
       height: 300px; 
       margin: 0 auto;}   

 .detail-top{
       margin: 40px 0 10px 0;
       width: 100%;
        }        
  

 .detail-top h1{
       font-size: 26px;
       color: #3d3b3b;
       font-weight: normal;
       text-decoration: none;
       text-align: center;
       letter-spacing: 2px;  
        }        
  

 .detail-post{
       margin: 20px 0 10px 0;

         } 

 .detail-post h1{
       font-size: 18px; 
       color: #3d3b3b;
       letter-spacing: 1.4px;
       margin-top: 6px; }

 .detail-post p{
       font-size: 16px;
       text-indent: 2em;
       line-height: 24px;
       letter-spacing: 1px;
       margin-top: 10px;}  

 .detail-post  b{
            font-size: 16px; }

  .pos-img {
       float: right;
       margin-top: 16px;
  }          
     
  .pos-img img{
       width: 420px;
       border-radius: 10px;
  }    


  /*底部*/
 .footer{
       height:50px;
       width: 100%;
       background-color:#272727;
       color: #b1b1b1;
       font-family: Microsoft Yahei;
       letter-spacing:0.6px;
       padding: 0;
       margin: 0; }
  
 .footer-back{
       width:1200px;
       margin:0 auto; }  

 .footer-r{
       font-size: 14px;
       padding-top:18px;
       text-align: center; }


 @media only screen and (max-width: 1000px){
   .detail{
      width: 1300px;
      height: 1800px;
      background-color: #fff;}



  /*底部*/
 .footer{
       height:50px;
       width: 1300px;
       background-color:#272727;
       color: #b1b1b1;
       font-family: Microsoft Yahei;
       letter-spacing:0.6px;
       padding: 0;
       margin: 0; }
  
 .footer-back{
       width:1200px;
       margin:0 auto; }  

 .footer-r{
       font-size: 14px;
       padding-top:18px;
       text-align: center; }
       
 }      