.page-teachers-list .teacher-list-card{
    padding: 0 24px;
    border: none;
}
.page-teachers-list .teacher-list-card .card-header{
    padding: 24px 0;
    border-bottom: none;
}
.page-teachers-list .teacher-list-card .card-header h1{
    color: #323233;
    font-size: 18px;
    font-weight: 600;
}
.page-teachers-list .card-body.row {
    padding: 0;
    margin-right: -8px;
    margin-left: -8px;
}
.page-teachers-list .card-body li{
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 34px;
}
.page-teachers-list .card-body li .item-content{
    border: 1px solid #EBEDF0;
    border-radius: 4px;
}
.page-teachers-list .card-body li .image-view{
    height: 200px;
    border-radius: 4px;
    overflow: hidden 
  }
.page-teachers-list .card-body li .detail-view{
  padding: 16px 12px 24px 12px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  min-height: 190px
}
.page-teachers-list .detail-view .name{
  color: rgba(50, 50, 51, 1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600
}
.page-teachers-list .detail-view .position{
  color: rgba(150, 151, 153, 1);
  margin-top: 8px;
  line-height: 20px
}
.desc{
    margin-top: 16px;
    color: rgba(100, 101, 102, 1);
    line-height: 20px
}

.page-teachers-list .card-footer{
    padding: 2px 0 46px 0;
    border: none;
    background-color: transparent;
    display: none
}
.page-teachers-list .card-footer button{
    width: 18px;
}
.prev-btn{
    margin-right: 22px;
}


/* ipa */
@media screen and (min-width: 769px) and (max-width: 960px) {
 
}


/* 移动端 */
@media screen and (max-width: 767px) {
    .page-teachers-list .teacher-list-card{
        padding: 0 8px
    }
    .page-teachers-list .teacher-list-card .card-header{
        padding: 8px 0
    }
    .page-teachers-list .teacher-list-card .card-header h1{
        font-size: 14px;
        line-height: 18px;
        font-weight: bold
    }
    .page-teachers-list .card-body li{
        margin-bottom: 16px
    }
    .page-teachers-list .card-body li .image-view{
        height: 28vw;
        width: 100%;
    }
    .page-teachers-list .card-body li .detail-view{
        padding: 8px 4px;
        height: max-content;
        min-height: auto;
        display: flex;
        flex-direction: column;
        flex: 1
    }
    .page-teachers-list .detail-view .name{
        font-size: 14px;
        line-height: 18px;
        font-weight: bold
      
    }
    .page-teachers-list .detail-view .position{
        margin-top: 4px;
        line-height: 18px;
        flex: 1
    }
    .desc{
        margin-top: 8px;
        line-height: 18px
    }
    .page-teachers-list .card-body li .item-content{
        height: 100%;
        display: flex;
        flex-direction: column
    }
    .page-teachers-list .card-footer{
        padding-bottom: 16px
    }
}