﻿     
      
  /*以下为列表*/
/*资讯*/

.mainWz>li a{ text-decoration:none;}
.mainWz{ width:1000px; margin:10px auto; list-style:none; padding:0;}
.mainWz>li{ min-height:100px; margin:20px auto;  }

.mainWz>li:not(:last-child){ border-bottom:dashed 1px #DCDCDC; padding-bottom:10px;}
.noImg>a>span{ display:inline-block; width:100%; padding:5px;}
.noImg>a>span:first-child{ font-size:16px; }
.noImg>a>span:last-child{ font-size:14px; color:#9E9E9E;  letter-spacing:1px;}




.oneImg>a:first-child>span{ font-size:16px; }
.oneImg>a:last-child{display: flex;justify-content:space-around;display: -webkit-flex; margin:10px 0;} 
.oneImg>a:last-child>img{ max-width:120px;width:32%; height:100px; border-radius:5px;} 
.oneImg>a:last-child>span{ width:860px; font-size:14px; color:#9E9E9E;  letter-spacing:1px;} 



.moreImg>a:first-child>span{width:100%;  display:block; } 
.moreImg>a:first-child>span:first-child{ font-size:16px; } 
.moreImg>a:first-child>span:nth-child(2){ font-size:14px; margin:10px 0;color:#9E9E9E;  } 
.moreImg>a:last-child{display: flex;display: -webkit-flex;width:100%; } 
 
.twoImg>img,.threeImg>img{ width:240px; height:200px; margin-right:20px;} 

.twoImg>img{ border-radius:10px;} 
.threeImg>img:first-child{ border-radius:10px 0 0 10px;} 
.threeImg>img:last-child{ border-radius:0 10px 10px 0;} 
 



  /*分页*/
    .fenye{ margin:20px auto;display: flex;justify-content:space-around;display: -webkit-flex; height:32px; width:1000px; }
  .fenye>a{ font-size:14px; height:32px;text-align:center; line-height:32px;}
  .fenye>span{ font-size:16px; font-weight:bold; color:Red;  height:32px; text-align:center; line-height:32px;}
