﻿
.mainWz{ width:1000px; margin:0 auto;display: -webkit-flex;display: flex;justify-content:space-around; flex-wrap:wrap; }
.mainWz>li{ margin:20px 0; padding:5px;  font-size:42px; color:red; text-align:center; border:solid 1px #CBFFA6;}
 
.mainWz>li>a:first-child{
      width: 200px;
      height: 120px;
        display: flex;
        justify-content: center;
        align-items: center; border:solid 1px #DCDCDC;
      }
.mainWz>li>a:first-child img {
        width: auto;
        height: auto;  
         max-height:120px;max-width:200px;
        }


.mainWz>li>a:last-child{ font-size:18px;}


 
