.test_list  {
    padding:0 15px;
}
.test_list_title {
    height:45px;
    line-height: 45px;
    border-bottom: 1px solid #dadada;
}
.test_list_title h5 {
    float:left;
    color:#333333;
    font-size: 14px;
}
.test_list_title  .btn-groups {
    float:right;
}
.test_list table th {
    color: #333333 ;
    font-weight: inherit;
    font-size: 14px;
    border: none ;
}
.test_list > .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}
.test_list table td {
  color:#666666;
  font-size: 12px;
}
.test_list table td .a-back {
    color:#0297db;
}
.test_list table td .examname {
    display: block;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.test_list table tr th {
    border-top:none ;
}
/*带有图片的大小*/
.test_list table td img {
    display: inline-block;
    width:120px;
    height:70px;
}
.test_list table td p {
    display: inline-block;
    padding:8px;
}
.test_list_p td {
    line-height:65px !important;
}
/*先用的css资源，有功夫在改*/
.temporary li {
    float:left;
    margin-right: 10px;
    cursor: pointer;
}
.temporary li i {
    margin-right:5px;
}
.fa-folder {
    margin-right: 5px;
    color: #f5b13b;
}
.test_list table td span {
    margin-right:6px;
}
.test_list table td span i {
    margin-right: 5px;
}
/*学生列表*/
.search-people  .input-group-btn button {
    padding: 0 10px!important;
    height: 34px!important;}

/*在线作业*/
.home-list > table > tbody > tr > td:first-child {
    width:200px;!important;
    max-width: 250px;
}
.coursename{
    display: inline-block;
    max-width: 120px;
    height: 31px;
    overflow: hidden;
}
.test_list table .poste{
    cursor: pointer;
    color: #337ab7;
}
