@charset "utf-8";
#wrapper{width: 1440px;}
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;

      font-family: Microsoft Yahei;  }
 img{
      border: none; }
 .z{float:left;}
 .y{float:right;}

   /*banner*/
    /*banner*/
  .banner{
      height:auto;
      width: 100%;
      margin-top:0px;
      z-index: 1;
       }

 .banner img{
      width: 100%;
       }  
  /*banner结束*/ 
 /*正文*/
  .content{
       width: 100%; }

 .content-back{
       width:1200px;
       height: 1000px;
       margin:0 auto;
       /*margin-top: 20px;*/
       line-height: 24px;
       font-family:Microsoft Yahei; }

/* .c-menu-one{
       position: absolute;
       width: 240px;
       font-size: 16px;
       margin: 30px 0;
       padding:13px 0;
       background-color: #f5f5f5; 
       border-radius: 4px;}

 .menu-nav{
       background-color: #ee1b24;
       color:#fff;
       width: 200px;
       font-weight: bold;
       font-size: 20px;
       height: 26px;
       letter-spacing: 2px;
       text-align: center;
       margin: 0;
       padding:20px 0; }      

 .c-menu-one ul{
       margin: 10px 0 0 0;
        }

 .c-menu-one li{ 
       list-style: none;
       height: 48px;
       width: 100%;
       overflow: hidden;
       text-align: center;     
       float: none;
       line-height: 42px;
       font-size: 18px;
       letter-spacing:0.6px;
        }

 .c-menu-one a {
       color:#3d3b3b;
       text-decoration:none;  }

 .c-menu-one li:hover{
       /*width: 100%;
       height: 32px;
       background-color: #e9e8e8;
       border-bottom: 2px solid #ee1b24;}      

 .c-menu-one a:hover{
       color:#ee1b24;
       text-decoration:none; 
       /*font-weight: bold;}

 .c-menu-one-t{
       color: #ee1b24; 
       /*width: 200px;
       height: 20px;
       background-color: #fefefe;
       border-bottom: 2px solid #ee1b24;
       /*font-weight: bold;
       /*background-color: #ee1b24;}

  .c-menu-two{
       float:left;
       line-height:10px;
       width: 100%;
       /*font-size: 18px;
       letter-spacing:1px;
       background-color: #fefefe; }

  .c-menu-one ul{
       margin: 0; }      

 .c-menu-two li{ 
       list-style: none;
      /* height: 32px;
       width: 100%;
       background-color:#e8cdce;
       overflow: hidden;
      /* background: url(../images/gs-22.png) no-repeat ;
       background-position: 10px 12px;
       /*text-indent: 34px;       
       float: none;
       line-height: 34px;
       font-size: 15px;
       letter-spacing:0.6px; }      

 .c-menu-two a{
       font-size:15px;
       color: #3d3b3b;
       text-decoration:none; }

 .c-menu-two a:hover{
       color:#ee1b24; } 


 .c-menu-two-t{
       color: #ee1b24; }           
*/

 .detail{ 
       /*width:910px; */
       margin-top: 10px;
       /*margin-left: 160px;*/}   
 
 .position{
       color: #3d3b3b;
       font-size: 14px;
       letter-spacing:0.6px;
       padding: 0;
       margin: 16px 0; 
       padding-bottom: 12px; 
       border-bottom: 1px solid #ddd;
       /*height: 60px;*/
       /*background-color: #f5f5f5;*/} 

       
 .position-frame{
       width: 100px;
       height: 40px;
       border-radius: 20px;
       padding:4px 16px 4px 16px;
       background: #ee1b24;
       color: #fff;   
       behavior: url(../PIE-1.0.0/PIE.htc);
          }  

 .position a {
       /*color: #6c6969;*/
       text-decoration: none; }  
       
     .detail-l{ 
         line-height: 30px;
         margin-top: 0px;
         }

       .detail-l a{
           color:#3d3b3b;
           text-decoration:none;
           font-size: 15px;
           letter-spacing:0.6px;
           /*padding-left: 28PX;*/
           background:url(../images/xw-b.png)no-repeat left center;
           }

       .detail-l li{
         list-style:none;
       }    

       .detail-l a:hover{
           color:#ee1b24;
           text-decoration:none;
           }

       .detail-r{ 
         font-size: 15px;
         line-height: 30px;
         letter-spacing:0.6px;
         margin-top: 0px;
         }

       .detail-r li{
         list-style:none;
       }       
 /*正文结束*/ 

 /*分页*/
     .fenye {
         /* background: #fdfdfd; */
         border-radius: 0.4px;
         counter-reset: pagination;
          /*text-align: center;*/
         padding-top: 600px;
         margin:0 auto;
         behavior: url(../PIE-1.0.0/PIE.htc);
         /*margin-left: 330px;*/
          }

     .fenye:after {
              content: "";
              display: table;
               }

       .fenye-1 ul {
                 width: 100%;
                 }

       .fenye-1 ul, li {
                 list-style: none;
                 }

.fenye-1 li {
  counter-increment: pagination;
  float: left;
  margin-left:4px;
       }
.fenye-1 li:hover a {
  color: #fff;
  background-color: #ee1b24;
  border: solid 1px #ee1b24;
}
.fenye-1 li.active a {
  color: #fff;
  background-color: #ee1b24;
  border: solid 1px #ee1b24;
}
/*.fenye-1 li:first-child a:after {
  content: "上一页";
}*/
.fenye-1 li:nth-child(2) {
  counter-reset: pagination;
}

/*.fenye-1 li:last-child a:after {
  content: "下一页";
}*/
.fenye-1 li a {
  border: solid 1px #c6c6c6;
  border-radius: 3px;
  color: #3c3c3c;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 6px 13px;
  behavior: url(../PIE-1.0.0/PIE.htc);
       }
/*.fenye-1 li a:after {
  content: " " counter(pagination) " ";
}*/
.large {
         width: 600px;
          }
.large li a {
  display: inline-block;
}
/*.large li:first-child a:after {
  content: "上一页";
}
.large li:last-child a:after {
  content: "下一页";
}*/
