﻿  /*右侧学校列表*/
 /*右侧学校列表*/
 .schools{ display: flex;justify-content:space-around;display: -webkit-flex; flex-wrap:wrap; }
  .schools>li>a{ margin:5px auto; margin-bottom:30px; width:150px; height:180px; display: flex;justify-content:space-around;display: -webkit-flex; flex-wrap:wrap; }
  .schools>li>a>span{width:100%; text-align:center;}
  .schools>li>a>img{width:100%; height:150px; border-radius:10px;}
 