.study-course-card{width:100%;height:100%;display:grid;align-content:space-between;border-radius:8px;background-color:#f4f6ff;overflow:hidden;box-shadow:-4px 4px 10px hsla(0,0%,60%,.3764705882352941);cursor:pointer}.study-course-card h5{width:100%;line-height:1.3!important;margin:25px 0 0 0;font-size:18px;display:flex;justify-content:flex-start;align-items:center;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2}.study-course-card h5,.study-course-card h6{height:46px;padding:0 10px;-webkit-box-orient:vertical;box-orient:vertical;overflow-y:hidden;text-overflow:ellipsis}.study-course-card h6{line-height:1.2!important;font-size:13px;margin:5px 0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;opacity:.6}.study-course-card .teachers{height:100px;padding:0;position:relative;z-index:2;display:grid;align-items:center;align-content:center;border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:auto}.study-course-card .teachers:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;background-color:#fff;opacity:.3}.study-course-card .teachers p{height:auto;padding:5px 89px 5px 10px;line-height:1.5;color:#fff;position:relative;z-index:2;display:grid;align-content:center}.study-course-card .teachers p:before{content:"";display:block;position:absolute;top:100px;bottom:0;left:0;right:0;z-index:0;background-color:#fff;opacity:.3}.study-course-card .teachers p span{line-height:1.5;padding-right:5px;white-space:nowrap}.study-course-card .teachers .img{width:66px;height:66px;min-width:66px;min-height:66px;border-radius:50%;position:absolute;top:50%;right:15px;z-index:2;transform:translateY(-50%);overflow:hidden;border:1px solid #fff;background-color:hsla(0,0%,100%,.1568627450980392);display:flex;justify-content:center;align-items:center}.study-course-card .teachers .img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.study-course-card .teachers .img span.role{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.study-course-card .teachers .img span.role i{font-size:40px;opacity:.6}.study-course-card .teachers.line{display:block;overflow:auto}.study-course-card .teachers.line p{height:28px;align-content:center;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow-y:hidden;text-overflow:ellipsis}.study-course-card .teachers.line .img{display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;align-items:flex-start}.study-course-card .teachers.line .img img{width:calc(100%/var(--teacher-len));-o-object-position:center;object-position:center}.study-course-card .teachers.line .img span{width:calc(100%/var(--teacher-len))}.study-course-card[class*=role0]{background-color:#fff;border:1px solid hsla(0,0%,60%,.3764705882352941)}.study-course-card[class*=role0] h5,.study-course-card[class*=role0] h6{color:#666}.study-course-card[class*=role0] .teachers{background-color:rgba(45,140,237,.40784313725490196)}.study-course-card[class*=role0] .teachers:before{display:none}.study-course-card:hover{box-shadow:-4px 4px 10px hsla(0,0%,60%,.9411764705882353)}.study-course-card.view-blank,.study-course-card.view-more{justify-content:center;align-content:center;align-items:center;border:1px solid #e0e2ea;background-color:rgba(244,246,255,.5333333333333333)}.study-course-card.view-blank p,.study-course-card.view-more p{font-size:16px;color:#a2a3a7;transform-origin:center}.study-course-card.view-more:hover p{transform:scale(1.1)}.study-course-card.view-blank{cursor:auto}@media(min-width:768px)and (max-width:1000px){.study-course-card .teachers:not(.line) p{height:70px;display:-webkit-box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow-y:hidden;text-overflow:ellipsis}}@media(max-width:960px){.study-course-card .teachers{padding-bottom:0}.study-course-card .teachers,.study-course-card .teachers p{align-items:flex-start;align-content:flex-start}.study-course-card .teachers p:before{display:none}}@media(max-width:767px){.study-course-card h5{height:auto;display:block;font-size:16px;margin-top:15px;margin-bottom:10px}.study-course-card h6{margin-top:0}.study-course-card .teachers{height:auto;min-height:80px;align-items:center;align-content:center}.study-course-card .teachers p{font-size:13px}.study-course-card.view-blank,.study-course-card.view-more{height:60px}.study-course-card.view-blank p,.study-course-card.view-more p{font-size:14px}}