img{
    width: 100%;
    height: 100%;
}
.head_img{
	width: 100%;
	height: 680px;
}

.location{
    margin: 48px 0;
}
.location>.icon{
    float: left;
    margin-right: 15px;
    width: 22px;
    height: 32px;
}
.location>.now,
.location>.now>a{
    display: inline-block;
    font-size: 24px;
    color: #017783;
}
.location>span{
    font-size: 24px;
    color: #909090;
}

.content{
    margin: 0 auto;
    padding: 30px;
    height: 790px;
    background-color: #fff;
}
.content>.teacher_info{
    display: flex;
    height: 460px;
}
.teacher_info .touxiang{
    float: left;
    margin-right: 30px;
    width: 448px;
    height: 448px;
    border: 6px solid #017783;
    border-radius: 20px;
    background-color: #95EFFA;
}
.teacher_info .touxiang .tx_img>img{
    padding: 14px;
    border-radius: 25px;
    width: 420px;
    height: 420px;
}
.teacher_info .info{
    position: relative;
}
.teacher_info .info .name{
    font-size: 42px;
    color: #017783;
    line-height: 42px;
    font-weight: 500;
}
.teacher_info .info .call{
    margin: 24px 0;
    font-size: 26px;
    font-weight: normal;
    color: #017783;
}
.teacher_info .info .describe{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 35px;
    height: 245px;
    color: #1F1F1F;
    /* background-color: pink; */
}
.teacher_info .info .link{
    /* float: left; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 0 20px;
    border: 1px solid #017783;
    border-radius: 10px;
    /* height: 40px; */
    line-height: 40px;
    color: #017783;
    font-size: 20px;
}
.teacher_info .info .link  span{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* .teacher_info .info .link::after{
    content: '';
    float: right;
    margin: 10px;
    width: 12px;
    height: 20px;
    background: url(../images/play.png)  no-repeat center;
} */

.teacher_list{
    position: relative;
    margin-top: 80px;
    height: 181px;
    display: flex;
    padding: 0 40px;
}
.teacher_list .list{
    margin: 0 auto;
    white-space: nowrap;
	overflow: hidden;
    width: 1260px;
}
.teacher_list ul>li{
    display: inline-block;
    margin-right: 80px;
    width: 140px;
    height: 181px;
}
.teacher_list .list_info .touxiang{
    text-align: center;
}
.teacher_list .list_info .touxiang>img{
    margin-bottom: 15px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
}
.teacher_list .list_info .name{
    font-size: 26px;
    line-height: 26px;
    color: #909090;
    text-align: center;
}


.teacher_list .left,
.teacher_list .right
{
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 40px;
	height: 90px;
}
.teacher_list .left{
	left: 0;
	background: url(../images/list_left.png) no-repeat center;
}
.teacher_list .right{
	right: 0;
	background: url(../images/list_right.png) no-repeat center;
}
.list_swiper{
    --swiper-theme-color: transparent;/* 设置Swiper风格 */
    --swiper-navigation-color: transparent;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
