
.main{padding:0;}
.studentParent ul li{border-bottom:1px solid #eaeaea;background:#fff;position:relative;}
.studentParent ul li .head{width:80px;height:80px;float:left;padding:10px;}
.studentParent ul li .head img{border-radius:50%;}
.studentParent ul li .des{float:left;}
.studentParent ul li h2{line-height:3rem;color:#444;font-size:1.6rem;font-weight:normal;padding-top:4px;}
.studentParent ul li p{line-height:1.8rem;color:#666;}
.studentParent ul li i{font-size:1.2rem;color:#666;display:block;padding-bottom:10px;}
.studentParent .rightBtn{position:absolute;right:16px;top:30px;}


@media screen and (max-width: 767px){
    .table-responsive   {border:none;}
}

.pagination{float:right;}

@media screen and (max-width: 840px) {
    .breadcrumb{margin-top:44px;}
    #titleBar{position: fixed;}
    #titleBar .backBtn{position: absolute;left:15px;top:0;}
    #titleBar .addBtn{position: absolute;right:15px;top:0;}
    #titleBar .backBtn:hover{transform:scale(0.9);}
    #titleBar .addBtn:hover{transform:scale(0.9);}
    .notice .addBtn{display:none;}
}

@media screen and (max-width:480px){
    .studentParent ul li i{display:block;padding-bottom:50px;}
    .studentParent .rightBtn{left:77px;top:90px;}

}