﻿

 /*本页*/
   .testop{width:1200px; margin:0 auto;background-color:Beige; height:220px;display: -webkit-flex;display: flex; justify-content:space-around; align-items: center;flex-wrap:wrap; }
     
 .xxName{ text-align:center;font-size:32px; width:100%; height:30px; line-height:30px; letter-spacing:2px; margin:10px auto;}
 
     .testop>div:last-child{ width:800px; margin:0 auto;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center;  height:150px; flex-wrap:wrap; }
    .testop>div:nth-child(2){ width: 220px;  
      height: 120px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;} 
  .testop>div:nth-child(2) img{ width: auto;
        height: auto; border-radius:8px;
         max-height:120px;max-width:220px;}    
 
         
  .jianjie>p{ width:100%; margin-bottom:5px 0;}    
  .jianjie>p:nth-child(1){ font-size:32px; letter-spacing:2px; font-weight:bold;}  
      .jianjie>p:nth-child(2){ height:30px; line-height:30px;}  
 .jianjie>p:nth-child(1)>span{margin-right:20px;font-size:22px; border-radius:10px; background-color:Blue; padding:2px 4px; color:White; display:inline-block; height:30px; line-height:30px;}     
    .jianjie>p>span{ margin-right:10px;}  
     .jianjie>p:not(:first-child){ margin-top:10px;}  
     
  /* 广告*/   
     
    .tg{ border:solid 1px red; border-radius:10px; height:100px; width:800px; margin:20px auto;} 
     
     
     
     
     /*详细内容*/
     .detail,.xiangguan{ width:800px; margin:20px auto; min-height:100px;}
 .detail h1{ text-align:center; font-size:20px;}
 .fz{ margin:20px auto; margin-bottom:0; border-bottom:solid 1px #DCDCDC; padding-bottom:10px;}
 .fz>span{ margin-right:20px;}
 
 
   .nr,.nr h2,.nr h3,.nr h4,.nr p,.nr li{  text-indent:2em;font-size:1.3rem; margin:15px auto;   letter-spacing:1px; line-height:40px;} 
 .nr li{ font-size:1.3rem; } 
 


.nr h2{font-size:1.6rem;}
.nr h3{font-size:1.5rem;}
.nr h4{font-size:1.4rem;}
 
 
 
 
.nr img{ max-width:800px;}

 
.nr table {
    width: 100%;
    border-collapse: collapse;  
}
.nr caption {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}
.nr thead th,
.nr tbody td {
    padding:8px;
    height: 19px;
    line-height: 19px;
    font-weight: 400;
}
.nr thead th {
    text-align: left;
    color:#fff;
    background-color: #353535;
}
.nr tbody tr {
    background-color: #fefefe;
    color: #686868;
}
.nr tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}


.nr tbody td{
     border:solid 1px #DCDCDC;
}
 
  
 .xgnews>ul a{ display:block; line-height:30px; position:relative; left:10px;}
 .xgnews>ul a:before{position:absolute; content:""; width:6px; height:6px; background-color:blue; left:-10px; top:12px; border-radius:50%;}
 
 
 
 .xgXxNews, .xgXxNews>article{width:800px; margin:15px auto;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; padding-bottom:10px;flex-wrap:wrap; }
  .xgXxNews>h2{width:800px; text-align:center; font-size:22px ;}

 .xgXxNews>article>h3{ width:100%; height:30px; line-height:30px;}
 
  .xgXxNews>article>div:nth-child(2){ width:160px;}
   .xgXxNews>article>div:nth-child(2) img{width:160px; height:120px; border-radius:10%;}
  .xgXxNews>article>div:nth-child(3){height:120px; width:610px;display: -webkit-flex;display: flex; justify-content:space-between; align-items: center;flex-wrap:wrap;}
  .xgXxNews>article>div:nth-child(3)>p{ width:100%; line-height:22px; letter-spacing:1px; font-size:12px; color:#888888; }
  .xgXxNews>article>div:nth-child(3)>p:last-child *{ color:#888888; margin-right:30px;}
   .xgXxNews>article>div:nth-child(3)>p:last-child a{ color:#39B7EE;}
 
    
    
      