.course-list {
 margin-bottom: 15px;
 padding:15px;
 min-height: 130px;
}
.course-list dt {
    color: #333333;
    font-weight: inherit;
    line-height:27px;
}
.dt-border {
  border-bottom: 1px solid #dadada;
}
.course-list dd {
    line-height: 34px;
    padding-left: 5px;
}
.course-list dd:hover {
    background: #f2f2f2;
}
.course-list dd i {
    color: #4291be;
    margin-right: 5px;
}
.course-list dd a {
    color:#999999;
    text-decoration: none;
}
.course-list-no dd {
    cursor: copy;
}
.course-list-no dd i{
    color: #999999;
}
.course-list-no dd:hover {
    background: none;
}

