﻿html,
body {
  width:100%;
  background: #F0F1F5;
  font-size: calc(10/1920*100vw);
}
.otherCourses{
  width:140rem;
  height:auto;
  padding-top:16.6rem;
  overflow: hidden;
  margin:0 auto;
}
.unsplash{
  width:100%;
  height:17rem;
  background:url(../images/unsplash.png) no-repeat;
  background-size:100% 100%;
  position: relative;
  margin-bottom:8.2rem;
}
.unsplash .sculpture{
  width:100%;
  height:23.2rem;
  position:absolute;
  top:-6.2rem;
  left:6.6rem;
  overflow:hidden;
}
.unsplash .sculpture .sculptureCon{
  width:17.8rem;
  height:17.8rem;
  background:#53b77f;
  border-radius:100%;
  padding:0.2rem;
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  float:left;
  font-size:6rem;
}
.unsplash .sculptureCon img{
  width:100%;
  height:100%;
  border-radius:100%;
  object-fit: cover;
}
.michael{
  width:115rem;
  height:100%;
  padding-top:8rem;
  padding-left:3.2rem;
  box-sizing: border-box;
  float:left;
  color:#fff;
}
.michael .name{
  font-size:2.4rem;
  margin-bottom:1.2rem;
}
.michael .from{
  font-size:1.4rem;
}
.recommended{
  width:100%;
  height:auto;
  overflow:hidden;
  border-radius:1.6rem;
  overflow:hidden;
}
.recommended .title {
  margin-bottom:4rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.recommended .tjList{
  width:100%;
  height:auto;
  overflow:hidden;
}
.recommended .tjList .item {
  cursor: pointer;
  width: 33.5rem;
  height: 27.5rem;
  background: rgb(255, 255, 255);
  border-radius: 1.6rem;
  overflow: hidden;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
  list-style: none;
}
.recommended .tjList .item:nth-child(4n){
  margin-right:0;
}
.recommended .tjList .item .tj-img{
  width: 100%;
  height: 18.5rem;
  position: relative;
}
.recommended .tjList .item img {  
  width: 100%;
  height: 18.5rem;
  border-radius:1.6rem 1.6rem 0 0;
  object-fit: cover;
}
.tj-img .news-layer {
  position: absolute;
  inset: 0rem;
  background: rgba(0, 0, 0, 0.1);
}
.tj-img .body-play {
  width: 3rem;
  height: 3rem;
  background: url(../images/smallPlay.png) center center no-repeat rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recommended .tjList .item .divs{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  box-sizing: border-box;
}
.recommended .tjList .item .div1 {
  height: 3.2rem;
  line-height: 3.2rem;
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(25, 25, 25);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.recommended .tjList .item .div2 {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: rgb(151, 151, 151);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width:768px) {
  html,
  body {
    font-size: calc(10/750*100vw);
  }
  .otherCourses{
    width:100%;
    padding:29.6rem 3.2rem 0;
    box-sizing: border-box;
  }
  .unsplash{
    margin-bottom:9.6rem;
  }
  .unsplash .sculpture .sculptureCon{
    width:21.2rem;
    height:21.2rem;
    font-size:10rem;
  }
  .michael{
    width: 36rem;
  }
  .michael .name{
    font-size: 3rem;
    /* height:5.6rem; */
    line-height: 1.5;
    margin-bottom:0.8rem;
  }
  .michael .from{
    font-size:2.4rem;
    height:3.6rem;
    line-height:3.6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .recommended .title{
    width:100%;
    padding:0 3.2rem;
    box-sizing: border-box;
    margin-bottom:6.4rem;
  }
  .recommended .tjList{
    width:100%;
    padding:0 3.2rem;
    box-sizing: border-box;
  }
  .recommended .tjList .item{
    float:none;
    width:100%;
    height:53.4rem;
    border-radius:2.4rem;
    margin-right:0;
    margin-bottom:3.2rem;
  }
  .recommended .tjList .item .tj-img{
    width:100%;
    height:37.8rem;
  }
  .recommended .tjList .item img{
    height:37.8rem;
    border-radius:2.4rem 2.4rem 0 0;
  }
  .tj-img .body-play{
    width: 7rem;
    height: 7rem;
    background: rgba(0,0,0,.5);
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .tj-img .body-play i{
    width: 2.2rem;
    height: 2.6rem;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
    display:inline-block;
  }
  .recommended .tjList .item .divs{
    height:15.6rem;
    padding:2.8rem 4.4rem;
  }
  .recommended .tjList .item .div1{
    height: 4.8rem;
    line-height: 4.8rem;
    margin-top: 0;
    font-size: 3.2rem;
    -webkit-line-clamp: 1;
  }
  .recommended .tjList .item .div2{
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2.8rem;
    margin-top:0.4rem;
  }
  .paging{
    margin:6.4rem 0 9.6rem;
  }
}