﻿ 
/*内容*/
.biaoti{ width:100%; margin:10px auto; font-size:22px; padding:5px; background-color:White; border-radius:3px; font-weight:bold; color:#666666; height:30px; text-align:center; border-bottom:solid 4px #D9FFBC; padding-bottom:3px;} 
 .biaoti span{ position:relative;}
 .biaoti span:after{ width:100%; left:0; height:3px; background-color:#E9FFD7; position:absolute; content:"";bottom:-3px;}

.tz{  width:800px; min-height:200px; margin:20px auto;display: -webkit-flex;display: flex; justify-content:space-between; flex-wrap:wrap;}
 
.tz article{display: -webkit-flex;display: flex; justify-content:space-around; height:180px; margin-bottom:20px;border-bottom:solid 1px #EDEDED;flex-wrap:wrap; width:100%;align-items:center;}

.tz article header{ width:100%; padding:5px; display: -webkit-flex;display: flex; justify-content:space-between;}



.tz article div{
      width: 150px;
      height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        
      }
 .tz article div img {
        width: auto;
        height: auto;
         max-height:150px;max-width:150px;
        }

.tz article p{
      width: 560px;
      height:70px;
      }
 
      
 /*分页*/
    .fenye{ margin:20px auto; height:32px;  max-width:700px;  text-align:center; line-height:32px;display: -webkit-flex;display: flex; justify-content:space-between;}
  .fenye>li{ margin:0 10px;}
  .fenye>li span{ font-size:16px; font-weight:bold; color:Red; padding:5px 10px; background-color:#BFD4FF; border-radius:5px;}
 