.main{padding:0;}
.classManage ul.list{}
.classManage ul.list li{height:56px;line-height:56px;border-bottom:1px solid #eaeaea;background:#fff;padding-left:16px;position:relative;background:#fff;}
.classManage ul.list li a{width:100%;display:block;height:56px;}
.classManage ul.list li:hover{background:#f9f9f9;}
.classManage ul.list li p{padding-left:12px;font-size:1.5rem;margin:0;float:left;}
.classManage ul.list li span{width:28px;height:28px;display:block;float:left;}
.classManage ul.list li i{width:7px;height:12px;display:block;position:absolute;right:20px;top:0;}


/*表格*/
.door form{padding:16px;}

.table tbody{border-bottom:1px solid #ddd;}
.table>tbody>tr{height:60px;}
.table>tbody>tr>td, .table>tbody>tr>th{text-align: center;}
.table>tbody>tr>td{vertical-align: middle;}
.table>tbody>tr{background: #fff;}
.table>tbody>tr:first-child{background:#dedede;height:40px;}
.border_lr0{border-left:none;border-right:none;}

/*班级学生*/
table tr .rightBtn{padding:0 20px;}




@media screen and (max-width: 767px){
    .table-responsive   {border:none;}
}

.pagination{float:right;}



/*.classManage ul.list li:nth-child(1):hover{background:url(../images/user_ico1.png) no-repeat 16px center #F9F9F9;}*/


@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:7px;}
    #titleBar .backBtn:hover{transform:scale(0.9);}
    #titleBar .addBtn:hover{transform:scale(0.9);}
    .notice .addBtn{display:none;}
}