.education-center-container {
    width: 1200px;
    margin: 0 auto 100px auto;
}

.education-center-container .nav-warp {
    padding: 18px 24px;
    margin: 20px 0;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.education-center-container .nav-warp .nav-list {
    display: flex;
    line-height: 24px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
}

.education-center-container .nav-warp .nav-list .nav-title {
    height: 56px;
    width: 80px;
    padding: 0 4px;
    display: flex;
    align-items: center;
}

.education-center-container .nav-warp .nav-list .nav-item {
    display: flex;
    align-items: center;
    width: 1000px;
    flex-wrap: wrap;
}

.education-center-container .nav-warp .nav-list .nav-item a {
    margin: 0px 6px;
    padding: 0px 15px;
    color: #1c1f21;
}

.education-center-container .nav-warp .nav-list .nav-item a:hover {
    color: #5b75a6;
}

.education-center-container .nav-warp .nav-list .nav-item a.active {
    background-color: #5b75a6;
    color: #fff;
    border-radius: 12px;
}

.education-warp {
    display: flex;
    width: 1200px;
    min-height: 400px;
    max-height: 1040px;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}

.education-warp .education-list {
    font-size: 12px;
    width: 285px;
    height: 285px;
    position: relative;
    margin: 7px;
    border-radius: 5px;
    transition: .3s all linear;
    background: #fff;
}

.education-warp .education-list * {
    color: #999;
}

.education-warp .education-list .course-card:hover .course-card-content .course-card-name {
    color: #5b75a6;
}

.education-warp .education-list .course-card:hover .course-card-top {
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);
}

.education-warp .education-list .course-card {
}

.education-warp .education-list .course-card .course-card-top {
    width: 285px;
    height: 170px;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}

.education-warp .education-list .course-card .course-card-top .course-banner {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.education-warp .education-list .course-card .course-card-top .course-label {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
}

.education-warp .education-list .course-card .course-card-top .course-label label {
    display: inline-block;
    background: rgba(7, 17, 27, .4);
    border-radius: 12px;
    padding: 4px 8px;
    margin-bottom: 2px;
    margin-right: 0;
    font-weight: 200;
    color: #fff;
}

.education-warp .education-list .course-card .course-card-content {
    padding: 12px 8px;
}

.education-warp .education-list .course-card .course-card-content .course-card-name {
    font-size: 16px;
    color: #07111B;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 46px;
    transition: all .3s;
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom {
    display: flex;
    justify-content: space-between;
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom .course-card-view {
    font-size: 12px;
    line-height: 20px;
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom .course-card-untime {
    font-size: 12px;
    line-height: 20px;
}

.education-warp .education-list .course-card .course-card-content .course-card-price {
    color: #f01414;
}


/*直播列表*/


.education-warp .live-list {
    width: 285px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.education-warp .live-list a {
    display: flex;
    flex-direction: column;
}

.education-warp .live-list a:hover .right .title {
    color: #4d7198;
}

.education-warp .live-list .left {
    width: 285px;
    height: 170px;
    position: relative;
}

.education-warp .live-list .left img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.education-warp .live-list .left .live-status {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 5px 15px 5px 15px;
}

.education-warp .live-list .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 285px;
}

.education-warp .live-list .right .title {
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
}

.education-warp .live-list .right .live-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.education-warp .live-list .right .live-info .teacher {
    font-size: 14px;
    color: #7e7e7e;
}

.education-warp .live-list .right .live-info .date {
    font-size: 14px;
    color: #7e7e7e;
}

.education-warp .live-list .right .live-info .price {
    font-size: 14px;
    color: #e85308;
    margin-top: 10px;
}

.education-warp .live-list .right .live-info .number-of-people {
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 10px;
}