/* 标题 */
.student-title{ margin:80px auto 0; width:1190px; font-size:26px;}
.student-dot{ display: inline-block; background-color:#7D89F7; color:#7D89F7 ; width:10px; margin-right:10px;}

/* 学员列表 */
.student-box-wrap{ margin: 0 auto; width:1190px; overflow: hidden;}
.student-box{ overflow: hidden; }
.student-box ul{ width:1250px; margin-left:-50px; padding:20px 0; overflow: hidden;}
.student-box ul li { float: left; width:340px; height:160px; margin:50px 0 0 50px; padding:10px; border:solid #eee 1px; box-shadow: #ccc 2px 1px 10px 1px;}
.student-box ul li a{color:#333; cursor: pointer;} 
.student-box ul li a:hover{color:#000;} 
.student-img{ float: left; width:126px; overflow: hidden; text-align: center;}
.student-img img{ height:160px; text-align: center;}
.student-text{ display: block; margin-left:150px; }
.student-name{ margin-top:8px; font-size:22px;}
.student-class{ font-size:16px; color:#aaa; line-height:28px;}
.student-tag{ margin-top:16px; line-height:26px; font-size:12px; color:#ccc;}
.student-desc{ font-size:15px;}