body {
    background: #efefef;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-title img {
    width: 36px;
    height: 17px;
    margin-bottom: 8px;
}
.course-title {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    color: #3379f3;
    font-weight: bold;
    margin-bottom: 10px;
}
.pic li {
    width: 233px!important;
    padding: 0px!important;
    margin: 0 10px!important;
    text-align: center!important;
}
.project .el-card {
    border-radius: 15px;
    border: 0;
    color: #fff;
    font: 400 16px/1 Source Han Sans CN;
    background-color: #3379f3;
}
.project .list-title {
    padding: 15px 15px 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.course-content-project .project .image {
    object-fit: cover;
    width: 100%;
    height: 150px;
    display: block;
}