.banner {
    width: 100%;
    height: 380px;
    background: url(../../img/huilearn/myCoursesBanner.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner p {
    width: 1200px;
    margin: 0 auto;
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.banner p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.myCourses {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    margin-top: 75px;
}

.title {
    width: 69px;
    font-size: 17px;
    padding-bottom: 6px;
    margin-left: 25px;
    border-bottom: 2px solid #0478FC;
}

.courses_main {
    padding: 0 20px;
    padding-left: 25px;
    margin-bottom: 30px;
}

.courses_main>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-top: 20px;
}

.courses_main>ul>li p img {
    width: 147px;
    height: 95px;
    vertical-align: middle;
}

.courses_main>ul>li a {
    color: #fff;
}

.courses_main>ul>li p:nth-of-type(1) {
    width: 147px;
    height: 95px;
}

.courses_main>ul>li p:nth-of-type(2) {
    width: 200px;
}

.courses_main>ul>li p:nth-of-type(3),
.courses_main>ul>li p:nth-of-type(4) {
    width: 147px;
}

.courses_main>ul>li p:last-child {
    width: 80px;
    height: 30px;
    background: rgba(4, 120, 252, 1);
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}

.courses_main>ul>li p:last-child:hover {
    background: #1D71E3;
}