﻿ 
   /*标题*/
 .mainWz h1,.mainWz>h2{border-bottom:solid 1px lime; text-align:center; padding:5px; border-radius:5px;   margin:5px auto; width:100%;}
.mainWz h1 span,.mainWz>h2 span{border-bottom:solid 1px #EDEDED; text-align:center; padding-bottom:2px; letter-spacing:1px;font-size:1.6em;}

.mainWz>h2 span{ font-size:2.6em;}
article h2, .mainWz h3{width:100%;}

article h2 a, .mainWz h3 a{ font-size:1.4em;line-height:25px; min-height:25px;}


.mainWz{ width:98%; margin:10px auto; list-style:none; padding:0;}
.mainWz article{ min-height:100px; margin:20px auto;  }

.mainWz article:not(:last-child){ border-bottom:dashed 1px red; padding-bottom:10px;}

.noImg p,.oneImg>div>p,.twoImg p,.threeImg p{ font-size:1.3em; color:#9E9E9E;  letter-spacing:1px; margin:5px 0; line-height:23px;}
.oneImg>div { width:100%; display: -webkit-flex;display: flex; justify-content:space-between;}
.oneImg>div>div{width:30%;}
.oneImg>div>div>img{ max-width:120px;width:100%; height:60px; border-radius:5px;} 
.oneImg>div>p{ width:65%;} 
 
 .twoImg>div,.threeImg>div{ width:100%; display: -webkit-flex;display: flex; justify-content:space-around;}
.twoImg div,.threeImg div,.twoImg p,.threeImg p{ width:100%; padding:5px 0;} 

.twoImg img{ width:48%; height:120px;border-radius:10px;} 
 

.threeImg img{ width:32%;height:80px;} 
.threeImg  img:nth-child(1){ border-radius:10px 0 0 10px;} 
.threeImg img:last-child{ border-radius:0 10px 10px 0;} 
 



    /*分页*/
    .fenye{margin:0 auto; height:32px; width:98%; text-align:center; line-height:32px; margin-bottom:40px;display: -webkit-flex;display: flex; justify-content:space-between;}
 
         .fenye>li a,.test>span{font-size:1.2em; margin:0 auto; text-align:center;}
 
  .fenye> li span{ font-size:1.3em; font-weight:bold; color:Red; padding:5px 3px; background-color:#BFD4FF; border-radius:5px;}
  
  
 
     
      

   /*手机 max-width: 435px*/

@media screen and (max-width: 435px) {

article h2 a,.mainWz h3 a{ font-size:1.6em;}
.noImg p,.oneImg>div>p,.twoImg p,.threeImg p{ font-size:1.5em;}
}

/*手机 max-width: 375px*/

@media screen and (max-width: 375px) {

.fenye>li a,.test>span{font-size:1em;}
 article h2 a,.mainWz h3 a{ font-size:1.3em;}
}
 
/*手机 max-width: 360px*/

@media screen and (max-width: 360px) {

.fenye> li a,.test>span{font-size:1.1em;}


}
 
  
/*手机 max-width: 320px*/

@media screen and (max-width: 320px) {

 .fenye>li a{font-size:1em;}
  .fenye>li span{ font-size:1.1em;  padding:2px 4px; }
  article h2 a,.mainWz h3 a{ font-size:1.3em;}

 .noImg p,.oneImg>div>p,.twoImg p,.threeImg p{ font-size:1.3em; color:#9E9E9E;  letter-spacing:1px; margin:5px 0;}
}
 

