/* 左 */
.main_left {
    width: 940px;
    margin-top: 20px;
    background-color: white;
}


.course_img,
.course_a {
    display: inline-block;
    width: 175px;
    height: 119px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.filter_part_con {
    width: 540px;
    margin-left: 30px;
    font-size: 16px;
    color: #333333;
}

.filter_title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filter_title h2 {
    max-width: 320px;

}

.filter_title a {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.filter_title h2 {
    margin-right: 10px;
}


/*筛选结果列表*/

.filter_part {
    height: auto;
    background: #fff;
    padding: 0 25px;
}


.filter_part>li {
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    padding: 25px 0;
}

.course-address {
    white-space: nowrap;
    margin-top: 7px;
    margin-bottom: 8px;
}


.addr-color {
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #128FF0;
}

.other a {
    color: #333333;
    font-size: 16px;
}

.other div {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page {
    padding: 40px 0 60px;
    background-color: #fff;
    margin: 0;
}

.course_bread_span {
    display: inline-block;
    /* margin-left: 5px; */
    white-space: nowrap;
    color: #333;
}

.course_bread {
    position: relative;
}