.market_course_list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.market_course_item{
    display: flex;
    width: 565px;
    height: 204px;
    margin-top: 30px;
    background: #fff;
    border-radius: 0px 0px 8px 8px;
}
.market_course_item:hover{
    box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.04),0px 13px 14px 0px rgba(0,0,0,0.08),0px 7px 12px 0px rgba(0,0,0,0.06);
}
.market_course_item_left img{
    width: 304px;
    height: 171px;
    margin: 15px;
    border-radius: 8px;
}
.market_course_item_right{
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.market_course_item_right .mkcourse_title{
    font-size: 22px;
    font-weight: bold;
}
.market_course_item_right .mkcourse_study_num{
    margin-top: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
}
.market_course_item_right .mkcourse_price{
    color: #0153D9;
    font-weight: 500;
    font-size: 24px;
}
.market_course_item_right .mkcourse_price span{
    font-weight: 500;
    font-size: 16px;
    color: #0153D9;
}