﻿/*资讯*/
main a:hover{ color:Red;}
.mainWz,.baike{ width:800px; margin:0 auto;}
.mainWz>div{ min-height:50px; margin:20px 0; padding:10px;}

.mainWz>div:not(:last-child){ border-bottom:dashed 1px #DCDCDC; padding-bottom:10px;}




 .leftNav{ position:fixed; top:150px; width:120px; min-height:100px; right:50px;}
  .leftNav>div:first-child a{background-color:#9AB5ED;}
  .leftNav a{ display:block; margin:2px auto; width:100%; font-size:16px; border-radius:20px; background-color:#BFD4FF; text-align:center; line-height:30px; min-height:30px;}
  
    .baike { margin:20px auto; width:750px;  border:dashed 1px #DCDCDC;display:flex;justify-content:space-around; align-items: center;display: -webkit-flex; flex-wrap:wrap; padding:10px;}
   .baike>li{ margin:4px 5px; border-radius:10px; padding:2px 5px; background-color:#E1FFC9;font-size:16px;}
  