﻿
 

 /*本页*/
 
     
  .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; }
     
     h1{ 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(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;}  
     
     
     /*详细内容*/
     .detail{ width:800px; margin:20px auto; min-height:100px;}
 
  .jianjies p { text-indent:2em; line-height:2; margin:20px 0;}
   .jianjies p img{ max-width:800px; text-align:center; margin:10px auto; } 
     .moreXx h2{ text-align:left;}
       .moreXx ul,.imgs{display: -webkit-flex;display: flex; justify-content:space-between; align-items: center;width:800px; margin:20px auto; flex-wrap:wrap;}
       .imgs>li,.imgs>li img{ width:180px;}
        .moreXx ul li { width:180px; height:150px; margin:10px 0; border:solid 1px #EDEDED; padding:5px; border-radius:10px;}
        
         .moreXx ul li>a:first-child{ display:block;width:180px; height:100px;  display: flex; display: -webkit-flex; justify-content: center; align-items: center;}
          .moreXx ul li>a:first-child img{ width: auto;  height: auto;   max-height:100px;max-width:180px; border-radius:10px;}
   
  .moreXx ul li>a:last-child{display: -webkit-flex;display: flex; justify-content:space-around; align-items: center;flex-wrap:wrap;}
   .moreXx ul li>a:last-child>span:first-child{ text-align:left; font-size:16px; width:100%;display: -webkit-flex;display: flex; justify-content:center;}
    .moreXx ul li>a:last-child>span:not(:first-child){  margin-right:10px;}
    
    
    .xx{ width:800px; margin:20px auto;}
  .xx>h2{ margin:20px auto;  border-bottom:solid 1px #DCDCDC; width:100%;}
   .xx>h2>span{ position:relative; display:inline-block;}
    .xx>h2>span:after{ position:absolute; width:100%; content:""; height:3px; background-color:Blue; bottom:-2px; left:0; }
    
    .pl>li:not(:last-child){border-bottom:solid 1px #EDEDED;}
    .pl>li>div:last-child{ font-size:14px;}
    
    
     
/*资讯*/
 

.mainWz{ width:800px; margin:0 auto;}
.mainWz>article{ min-height:50px; margin:20px 0; padding:0 10px;}
.mainWz>article:not(:last-child){ border-bottom:dashed 1px #DCDCDC; padding-bottom:10px;}

.noImg h3,.oneImg>div:last-child>h3,.moreImg>h3{padding-bottom:15px;}
.noImg p,.oneImg>div:last-child>p,.moreImg>p{ font-size:14px; color:#9E9E9E;  letter-spacing:2px; text-indent:2em;line-height:20px;}
.noImg:hover a,.oneImg:hover a,.moreImg:hover a{ color:#1EAAF8;}




.oneImg>div{ width:100%; height:100px; display: -webkit-flex;display: flex;align-items: center; justify-content:space-between ;margin-top:10px;} 
.oneImg>div>div,.oneImg>div>div>img{ width:157px; height:80px; border-radius:5px;} 
 .oneImg>div> p{width:600px; color:#9E9E9E;  letter-spacing:1px; text-indent:2em; line-height:22px;height:100px;} 

 
 
  .moreImg>div{ margin:10px auto;}  
 .moreImg>div>img{ margin-right:25px;margin-left:5px;  border-radius:10px;  width: auto;  height: auto;     max-height:100px;max-width:157px;} 
 
   