.course-find {
    margin-top: 40px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    background: #fff;
    border: 1px solid #dedede;
    border-top-color: #375dce;
    margin-bottom: 15px;
}

.course-find-list {
    display: flex;
    align-items: center;
    padding: 14px 0px;
    border-bottom: 1px solid #dedede;
}

.course-find-list-select span.active {
    background: #375dce;
    color: #fff;
    border-radius: 5px;
}

.course-find-list-select span.active a {
    background: #375dce;
    color: #fff;
    border-radius: 5px;
}

.course-find-list-select span.active a:hover {
    background: #375dce;
    color: #fff !important;
    border-radius: 5px;
}

.course-find-list-title {
    flex-shrink: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #515a6e;
    padding-left: 15px;
    /* width: 80px; */
}

.course-find-list-select {
    width: 90%;
}

.course-find-list-select div {
    margin-right: 8px;
    line-height: 35px;
}

.course-find-list-select ul {
    border-top: 1px dashed #dedede;
    padding-top: 12px;
    margin-left: 6px;
}

.course-find-list-select ul li {
    float: left;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    color: #666;
}

.course-find-list-select ul li a {
    float: left;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    color: #666;
}

.course-list-text a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-list-text p {
    width: 100%;
    margin-top: 7px;
}

.course-list-text p span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.course-list-text p span.course-teacher,
.course-list-text p span.course-price {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-list-text p span.course-price {
    font-size: 20px;
    font-weight: bold;
    color: #d7200b;
}

.course-list-text p img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
}

.course-find-list-select span a {
    color: #666;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

.course-find-list-select ul li.active {
    background: #375dce;
    color: #fff;
    border-radius: 5px;
}


.course-find-list-select ul li.active a {
    background: #375dce;
    color: #fff;
    border-radius: 5px;
}

.course-find-list-select ul li.active a:hover {
    background: #375dce;
    color: #fff !important;
    border-radius: 5px;
}
.course-find-content ul li {
    width: 24%;
    float: left;
    margin-right: 16px;
    margin-bottom: 24px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e9e9e9;
    transition: all .4s ease-in-out;
}

.course-find-content ul li:nth-child(4n) {
    margin-right: 0;
}

.course-find-content ul li.nomarginr {
    margin-right: 0;
}

.course-find-content ul li .course-list-img {
    display: block;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}

.course-find-content ul li .course-list-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.course-find-content ul li .course-list-text {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5%;
}

.course-find-content ul li .course-list-text .baoming {
    float: right;
    margin-top: 20px;
    display: block;
    width: 100px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #375DCE;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    cursor: pointer;
}

.course-list-text a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-list-text p {
    width: 100%;
    margin-top: 7px;
}

.course-list-text p span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.course-list-text p span.course-teacher,
.course-list-text p span.course-price {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course-list-text p span.course-price {
    font-size: 20px;
    font-weight: bold;
    color: #d7200b;
}

.course-list-text p img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 2px;
    cursor: pointer;
}