@charset('utf-8');
/*html5*/
      #filter{line-height:50px;font-size:28px;}
      #filter span:focus {color: red;line-height:50px;}
      #fTitle{float:left;}
      #fLetter{float:right;}
      #fTitle span,#fLetter span{font-size:16px;font-weight:bolder;}
      #teachers{margin-bottom:10px;clear:both;}
      .groups:nth-child(odd) {background-color: #f2f2f2;}	
      .groups{line-height:100px;font-size:28px;overflow:hidden;}
      
      .gLetter{font-size:40px;color:#15499a;float:left;width:100px;text-align:center;}
      .uGroups{overflow:hidden;}
      .gInfor{width:250px;float:left;}
      		.gInforPic{float:left;line-height:100px;padding:20px 10px;}
      .gInfor a{display:block;font-size:16px;color:#5d7e8c;font-weight:bolder;height:100px;}
      .gInfor a:visited{color:#5d7e8c;font-weight:bolder}
      .gInfor a:hover{color:grey;}
      .gInforPic img{
  			width: 60px; /* 设置图片宽度 */
  			height: 60px; /* 设置图片高度 */
  			border-radius: 50%; /* 设置边框半径为50%，形成圆形 */
  			object-fit: cover; /* 确保图片内容适合容器大小，超出的部分会被剪裁 */
       	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
			}
      .gInforName{
        padding-top:30px;
        line-height:30px;
        color:black;
        font-size:20px;
      }
      .gInforName span{
        font-size:12px;
      }
      .gInfoDepart{line-height:20px;}