.myCourse {
    width: 898px;
    margin-left: 22px;
    margin-bottom: 50px;
    position: relative;
    background-color: #ffffff;
    padding: 20px 0px;
    box-sizing: border-box;
    min-height: 540px;
}

.courseList li {
    padding: 22px 0 22px 25px;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.courseList li a {
    float: left;
}

.courseList li a:nth-of-type(2) {
    margin-left: 20px;
}

.courseList li a:nth-of-type(2) span {
    display: block;
    font-size: 18px;
    color: #222222;
    line-height: 80px
}

.courseList li a:nth-of-type(2) span:hover {
    color: #999;
}

.courseList li a:nth-of-type(2) span:nth-of-type(2) {
    margin-top: 17px;
    color: #999999;
    font-size: 12px;
}

.courseList li a:nth-of-type(3) {
    float: right;
    width: 80px;
    height: 30px;
    background: #f5f5f5;
    color: #da3a24;
    border-radius: 15px;
    text-align: center;
    margin-top: 25px;
    line-height: 30px;
    margin-right: 37px;
}

.courseList li a:nth-of-type(3):hover {
    background: #da3a24;
    color: #f5f5f5;
}

.noData {
    border-bottom: 0 !important;
    text-align: center;
}

.progressBox {
    width: 515px;
    position: absolute;
    top: 66%;
    left: 21%;
}

.progressBox span {
    position: absolute;
    bottom: 10%;
    right: -13%;
}
.layui-progress-bar{
    background-color: #da3a24;
}