.home-teacher { width: 100%; height: auto; background: #fff; margin-top: 40px; padding-bottom: 20px; }

.home-teacher .tea-box { width: 1200px; height: auto; margin: 0 auto; margin-top: 44px; }

.home-teacher .tea-box .tea-box-in .tea-cart { width: 485px; height: 172px; float: left; position: relative; margin-right: 230px; cursor: pointer; border: 1px solid #E6E6E6; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.09); box-sizing: border-box; margin-bottom: 58px; padding: 22px 40px 22px 40px; transition: box-shadow 0.5s; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-img { width: 172px; height: 172px; position: absolute; right: -86px; top: 0; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-mes { width: 329px; height: 100%; float: left; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-mes .tea-top { height: auto; width: 100%; padding-bottom: 11px; border-bottom: 1px solid #E6E6E6; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-mes .tea-top .tea-name { height: 28px; line-height: 28px; font-size: 20px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right; margin-bottom: 3px; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-mes .tea-top .tea-title { font-size: 14px; color: #999; height: 20px; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: right; }

.home-teacher .tea-box .tea-box-in .tea-cart .tea-mes .tea-infor { width: 100%; height: auto; line-height: 25px; font-weight: 200; letter-spacing: 0.2px; font-size: 14px; color: #666666; }

.home-teacher .tea-box .tea-box-in .tea-cart:hover { box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14); }

.home-teacher .tea-box .tea-box-in .tea-cart:nth-child(2n) { margin-right: 0; }

.home-teacher .tea-box .tea-box-in .tea-cart:nth-child(2n) .tea-img { left: -86px; }

.home-teacher .tea-box .tea-box-in .tea-cart:nth-child(2n) .tea-mes { float: right; text-align: left; }

.home-teacher .tea-box .tea-box-in .tea-cart:nth-child(2n) .tea-mes .tea-name { text-align: left; }

.home-teacher .tea-box .tea-box-in .tea-cart:nth-child(2n) .tea-mes .tea-title { text-align: left; }

.home-teacher .see-more { margin-top: -28px; }

.home-course-div { margin-top: 123px; }

.teainfor-div { position: relative; max-height: 50px; overflow: hidden; word-wrap: break-word; margin-top: 10px; }

.more-span3 { background: url(//image.zhihuishu.com/zhs/ablecommons/demo/201904/fccf03876772477598bf7fcb2125a830.png) no-repeat; width: 30px; height: 19px; display: inline-block; position: absolute; bottom: 4px; right: 0px; }
/* 教师弹窗 */
.fixed-shady{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	z-index: 20;
	opacity: 0.6;
	filter:alpha(opacity=60);
	cursor: pointer;
}
.tea-details{
	display: none;
	width: 485px;
	height: 286px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -244px;
	margin-top: -143px;
	z-index: 30;
	border: 1px solid #E6E6E6;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.09);
}
.close-tea-details{
	width: 30px;
	height: 30px;
	background: url('//image.zhihuishu.com/zhs/ablecommons/demo/201810/273d8811f4ad4246b7aff9259ced85f6.png') no-repeat center center;
	position: absolute;
	top: 8px;
	right: 8px;
    cursor: pointer;
    z-index: 99;
}
.tea-details{
	padding:0;
	
}
.win-tea-cart{
	width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.wtc-top{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}
.wtc-img{
	width: 172px;
	height: 172px;
    float: left;
    margin-left: -86px;
    margin-top: -1px;
}
.wtc-img img{
	width: 100%;
	height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.wtc-mes{
	float: left;
	margin-left: 20px;
	width: 220px;
	height: 100%;
}
.wtc-name{
    margin-bottom: 3px;
    text-align: left;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 22px;
}
.wtc-title{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #999999;
    padding-bottom: 11px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
    width: 100%;
    box-sizing: content-box;
    border-bottom: 1px solid  #E6E6E6;
}
.wtc-bot{
	width: 360px;
	height: 172px;
	overflow: hidden;
	font-size: 14px;
	color: #494B59;
    word-break: break-all;

}
.wtc-bot-cen{
	width: 370px;
    height: auto;
    padding-right:20px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    letter-spacing: 0.09px;
   
}
.tea-con{
    width: 350px; 
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.wtc-bot-cen p{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.4px;
    line-height: 26px;
    color: #666666;
}
/* 教师弹窗 */
/*滚动条*/
.nano {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    /*background : #fff;*/
    position   : absolute;
    width      : 5px;
    right      : 0px;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .2s;
    -moz-transition       : .2s;
    -o-transition         : .2s;
    transition            : .2s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
    border-radius         : 5px;
    
    border-radius: 7px;
}
.nano > .nano-pane > .nano-slider {
    background:  #E8ECF8;
    opacity: 0.6;
    border-radius: 3.4px;
    /*background: rgba(0,0,0,.1);*/
    position              : relative;
    margin                : 0;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}
/*滚动条*/
.tea-infm{
    height: 100%;
    width: 329px;
    float: left;
    margin-left: 30px;
}

.owin-height{
    background: #fff;
    width: 100%;
    /* min-width: 1200px; */
    width: 1320px;
    margin: 0 auto;
    min-height: calc(100vh - 155px);
    margin: 0 auto;
}
.home-teacher{
    padding-top: 50px;
}
.home-teacher .tchHeader{
	height: 44px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	width: 390px;
	clear: both;
}
.home-teacher .tchHeader .leftborder{
	float: left;
	border: 1px solid #333333;
	width: 100px;
	margin-top: 20px;
}
.home-teacher .tchHeader .centerInfo{
	float: left;
	width: 150px;
	overflow: hidden;
	margin: 0 20px 0 20px;
}
.home-teacher .tchHeader .centerInfo .centertitle{
	color: #333333;
	font-size: 20px;
}
.home-teacher .tchHeader .centerInfo .encentertitle{
	color: #777993;
	font-size: 10px;
}
.home-teacher .tchHeader .rightborder{
	float: left;
	border: 1px solid #333333;
	width: 100px;
	margin-top: 20px;
}

.course-page {
    width: 100%;
    height: 30px;
    margin-bottom: 80px;
    text-align: center;
}

/*分页器的样式*/
/* .course-page { width: 100%; height: 30px; margin-bottom: 40px; margin-top: 30px; text-align: center; }

.layui-laypage a, .layui-laypage span { height: 36px; line-height: 36px; width: 36px; padding: 0 9px; margin: 0 7px; border: 0; border-radius: 50%; padding: 0; border: 1px solid #499c49; font-size: 14px; color: #499c49; }

.layui-laypage .layui-laypage-curr .layui-laypage-em { border: 0; border-radius: 50%; background: #499c49; }

.layui-laypage-em { box-shadow: 0 4px 12px 0 rgba(73, 156, 73, .46); }

.layui-laypage a:hover { color: #499c49; background: #499c49; color: #fff; }

.layui-laypage-prev, .layui-laypage-next { border: 0 !important; width: 50px !important; background: none !important; font-size: 14px !important; color: #C2C2C2 !important; }

.layui-laypage-prev:hover, .layui-laypage-next:hover { color: #499c49 !important; }

.layui-laypage-prev { margin-right: 25px !important; }

.layui-laypage-next { margin-left: 25px !important; } */

/*分页器的样式*/
.layui-laypage a:hover{
    color: #A22137 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #A22137 !important;
}

.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F0F0F0;
    margin-top: 0;
}
.footer .foot {
    text-align: center;
    font-size: 16px;
    color: #999999;
}