.cards-box-ul{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:10px;align-items:center;justify-items:center}.cards-li{box-sizing:border-box;width:290px;height:180px;padding:15px 24px 10px 14px;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);border-radius:3px;background-color:#fff;transition:all .35s ease-in}.cards-li:hover{box-shadow:0 6px 7px 0 rgba(0,0,0,.1)}.cards-li:hover .title{color:#348efc}.cards-li .title{width:100%;height:20px;line-height:20px;font-size:16px;color:#020202;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cards-li .classify-row{margin-top:9px;line-height:20px;color:#666}.cards-li .rate-row{padding:18px 0 12px;display:flex;justify-content:space-between;align-items:center}.cards-li .rate-row .el-rate,.cards-li .rate-row strong{vertical-align:middle}.cards-li .rate-row strong{font-size:18px;color:#ff6525}.cards-li .rate-row .res-icon{display:inline-block;width:50px;height:50px;text-align:right}.cards-li .user{display:flex;justify-content:space-between;align-items:center}.cards-li .user a{line-height:26px}.cards-li .user img{display:inline-block;height:26px;border-radius:50%;margin-right:10px}.cards-li .user a,.cards-li .user span{display:inline-block;max-width:120px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.famous-teachers{box-sizing:border-box;height:350px;padding:10px 20px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);grid-gap:20px;justify-items:center;align-items:center;background-color:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);border-radius:3px;margin:10px 0 30px}.famous-teachers .teacher{display:inline-block;width:85px;height:110px;text-align:center;position:relative;cursor:pointer}.famous-teachers .teacher:hover .org-info{visibility:visible;opacity:1;transform:scale(1)}.famous-teachers .teacher:hover .teacher-name{color:#348efc}.famous-teachers .teacher img{display:inline-block;width:80px;border-radius:3px;overflow:hidden}.famous-teachers .teacher .teacher-name{width:100%;height:20px;line-height:20px;text-align:center;margin-top:10px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.famous-teachers .teacher .org-info{position:absolute;left:0;top:0;width:100%;height:80px;text-align:center;color:#fff;background-image:linear-gradient(90deg,#6c80a8,#3a496f);border-radius:4px;visibility:hidden;opacity:0;transition:all .35s ease-in;transform:scale(1.2);display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:wrap}.famous-teachers .teacher .org-info span{max-width:80px;padding:5px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.famous-teachers .teacher-pleaceholder{display:inline-block;width:85px;height:110px;background-color:#effaff}