.course_list{width:100%;overflow:hidden;padding:15px;box-sizing:border-box}.course_box{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.course_box img{width:115px;height:71px;border-radius:5px}.course_box .course_content{width:50%}