﻿.topHeader{display: -webkit-flex;display: flex; justify-content:space-between; align-items: center; background-color:lime; height:40px;}

.topHeader>div,.topHeader>h1{height:40px; line-height:40px; text-align:center;}
.topHeader>div:first-child {
      width:18%;
      height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
   
.topHeader>div:first-child  img {
        width: auto;
        height: auto;
         max-height:30px;max-width:100%;
        }
   
 .topHeader>div:nth-child(2) { width:80%;}     
   .topHeader>div:nth-child(2) >h1{ width:100%;font-size:1.4em; font-weight:bold;  margin:0;}    

 
  .ssText{ width:98%; margin:0 auto; background:white; height:50px;}

 .ssTextIn{display: flex;justify-content:space-around;display: -webkit-flex; width:95%; margin:0 auto;  height:50px; line-height:50px;}
 .ssText a{ text-decoration:none;}
  .ssTextIn>input{ width:70%; margin:0 1%; height:25px; margin-top:10px; border-radius:5px;border:solid 1px #DCDCDC; padding-left:1em;}
  /*outline:medium; 去掉input 焦点时外框*/
   .ssTextIn>input:focus{ border-radius:5px; outline:medium; border:solid 1px lime;}
  .fixed{
 width:98%;
        position: fixed;
        top:0px;
        left:0;
 
      }
      
 .backgo{box-shadow: 2px 2px rgba(0, 0, 0, .2); display:inline-block; margin-top:12px; width:20px; height:20px; line-height:20px; text-align:center; border-radius:50%; background-color:#CC99CC; color:White; font-weight:bold; }
      
      
  /*以下为列表*/
/*资讯*/
.mainWz>li a{ text-decoration:none;}
.mainWz{ width:94%; 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:1.1em; }
.noImg>a>span:last-child{ font-size:1.0em; color:#9E9E9E;  letter-spacing:1px;}




.oneImg>a:first-child>span{ font-size:1.2em; }
.oneImg>a:last-child{display: flex;justify-content:space-around;display: -webkit-flex; margin:10px 0;} 
.oneImg>a:last-child>img{ max-width:90px;width:32%; height:60px; border-radius:5px;} 
.oneImg>a:last-child>span{ width:65%; font-size:1.0em; color:#9E9E9E;  letter-spacing:1px;} 



.moreImg>a:first-child>span{width:100%;  display:block; } 
.moreImg>a:first-child>span:first-child{ font-size:1.4em; } 
.moreImg>a:first-child>span:last-child{ font-size:1.2em; margin:10px 0;color:#9E9E9E;  } 
.moreImg>a:last-child{display: flex;justify-content:space-around;display: -webkit-flex;width:100%; } 
 
.twoImg>img{ width:48%; height:120px;} 
.threeImg>img{ width:32%;height:80px;} 
.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:98%; }
  .fenye>a{ font-size:1.0em; height:32px;text-align:center; line-height:32px;}
  .fenye>span{ font-size:1.2em; font-weight:bold; color:Red;  height:32px; text-align:center; line-height:32px;}
