@import url("starStudent.css");
@import url("comment.css");
#detailBox{
	background: #e5e5e5;
	overflow: hidden;
}
#detailBox .titBox{
	overflow: hidden;
}
#detailBox .titBox .imgBox{
	width:518px;
	height: 415px;
	position: relative;
}
#detailBox .titBox .imgBox .videoBox{
	width: 518px;
	height: 298px;
	background: #999;
	text-align: center;
}
#detailBox .titBox .imgBox .videoBox img{
	/*width: 100%;*/
	height: 100%;

}
#detailBox .titBox .imgBox .detailSwiper{
	width: 100%;
	height: 109px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#detailBox .titBox .imgBox .detailSwiper .swiper-slide{
	width: 169px;
	height: 97px;
	position: relative;
	overflow: hidden;
	background: #999;
	text-align: center;
	cursor: pointer;
}
#detailBox .titBox .imgBox .detailSwiper .swiper-slide img{
	/*width: 100%;*/
	height: 100%;
	position: relative;
	z-index: 0;
	transition: all 500ms;
}
#detailBox .titBox .imgBox .detailSwiper .swiper-slide:hover img{
	transform: scale(1.1);
}
#detailBox .titBox .imgBox .detailSwiper .swiper-slide p{
	width: calc(100% - 20px);
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #ffd200;
	font-size: 12px;
	line-height: 20px;	
	padding: 0px 10px;
	background: rgba(0, 0, 0, .5);
}

#detailBox .titBox .txtBox{
	width: calc(750px - 76px);
	height: 415px;
	padding: 0px 38px 0px 38px;
	background: #fff;
	position: relative;
}

#detailBox .titBox .txtBox h1{
	height: 25px;
	line-height: 0%;
	font-size: 0px;
	padding: 24px 0px 20px 0px;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	justify-content: space-between;
}
#detailBox .titBox .txtBox h1 strong{
	line-height: 100%;
	display: block;
	font-size: 25px;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
	font-weight: normal;	
}
#detailBox .titBox .txtBox h1 span{
	display: block;
	width: 90px;
}
#detailBox .titBox .txtBox h1 span img{
	width: 100%;
	height: auto;
}

#detailBox .titBox .txtBox dl{
	margin-bottom: 10px;
}
#detailBox .titBox .txtBox dl:last-child{
	margin-bottom: 0px;
}
#detailBox .titBox .txtBox dl dt{
	font-size: 16px;
	color: #333333;
	font-family: "SOURCEHANSANSCN-BOLD";
}
#detailBox .titBox .txtBox dl dd{
	font-size: 14px;
	color: #8c8c8c;
	line-height: 25px;
}
#detailBox .titBox .txtBox p{
	padding-top: 10px;
	width: 90%;
	color: #9b9b9b;
	font-size: 18px;
	font-family: "SourceHanSansCN-Medium";
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
#detailBox .titBox .txtBox .zixun{
	line-height: 24px;
	height: 24px;;
	font-size: 15px;
	color: #000000;
	position: absolute;
	right: 45px;
	bottom: 150px;
	padding: 0px 17px 0px 36px;
	background: url(../icon/icon_msg.png) no-repeat 17px center #ffd200;
	cursor: pointer;
}

/* 鐝瀷鐗硅壊 */
#detailBox .tese{
	display: flex;
	justify-content: flex-start;
}
#detailBox .tese .item{
	width: 255px;
	height: 230px;
	background: #fff;
	padding: 0px 20px;
	border-bottom: 13px solid #ffd200;
	margin-right: 32px;
}
#detailBox .tese .item:last-child{
	margin-right: 0px;
}
#detailBox .tese .item .en{
	font-size: 10px;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	line-height: 100%;
	padding: 14px 0px 10px 0px;
	margin-bottom: 15px;
}
#detailBox .tese .item .tit{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#detailBox .tese .item .tit .num{
	display: block;
	font-size: 45px;
	color: #0a0a0a;
	font-family: "DINCond-Black";
	line-height: 100%;
}
#detailBox .tese .item .tit .txt {
	text-align: right;
	font-size: 20px;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
}
#detailBox .tese .item .tit .txt span{	
	display: block;
	font-size: 7px;
	text-transform: uppercase;
	font-family: "DINCond-Black";
	letter-spacing: -1px;
}
#detailBox .tese .item p{
	color: #666666;
	font-size: 15px;
} 

/* 鏍稿績甯堣祫 */
#teachers{
	background: #cfcfcf;
}
#teachers .cont1 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#teachers .cont1 .item{
	width: 297px;
	height: 265px;
	position: relative;	
	background: #fff;
	margin-right: 30px;
	cursor: pointer;
	margin-bottom: 40px;
}
#teachers .cont1 .item:nth-child(4n){
	margin-right: 0px;
}
#teachers .cont1 .item .img-container{
	width: 100%;
	height: 100%;	
	position: absolute;
	z-index: 0;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
}
#teachers .cont1 .item .img-container .imgBox{
	overflow: hidden;
	width: 297px;
	height: 168px;
	border-bottom: 6px solid #ffd200;
}
#teachers .cont1 .item .img-container .imgBox img{
	width: 100%;
	/*height: 100%;*/
}
#teachers .cont1 .item .img-container .titBox{
	width: 100%;
}
#teachers .cont1 .item .img-container .titBox h3{
	width: calc(100% - 32px);
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #d8d8d8;
	height: 35px;
	line-height: 35px;
	padding: 0px 16px;
	background: url(../icon/icon_bxsz_xq_t.png) no-repeat calc(100% - 16px) center;
	margin-bottom: 6px;
}
#teachers .cont1 .item .img-container .titBox p{
	width: calc(100% - 32px);
	padding: 0px 16px;
	font-size: 15px;
	color: #333333;
	font-family: "SOURCEHANSANSCN-BOLD";
	line-height: 20px;
	height: 20px;
}
#teachers .cont1 .item .mc-description{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0%;
	z-index: 1;
	background: #fff;
	overflow: hidden;
	cursor: initial;
}
#teachers .cont1 .item .mc-description .descBox{
	width: calc(100% - 44px);
	padding: 20px 22px 0px 22px;	
}
#teachers .cont1 .item .mc-description .descBox p{
	line-height: 23px;
	height: 115px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
#teachers .cont1 .item .mc-description .descBox .moreBtn{
	width: auto;
	display: inline-block;
	background: #ffd200;
	padding: 0px 20px;
	line-height: 25px;
	color: #000000;
	font-size: 15px;
	height: 25px;
	margin-top: 5px;
}
#teachers .cont1 .item .mc-description .titBox{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100% - 44px);
	padding: 0px 22px 0px 22px;
	height: 80px;
	background: #ffd200;
}
#teachers .cont1 .item .mc-description .titBox h3{
	color: #333333;
	font-family: "SOURCEHANSANSCN-BOLD";
	font-size: 27px;
	margin-top: 16px;
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 80%;
}
#teachers .cont1 .item .mc-description .titBox p{
	margin-top: 8px;
	font-size: 15px;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
	line-height: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	width: 80%;
}
#teachers .cont1 .item .mc-description .titBox .avatar{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 25px;
	position: absolute;
	right: 22px;
	top: 14px;
}
#teachers .cont1 .item .mc-description .titBox .avatar img{
	width: 100%;
}
/* 鍔ㄧ敾鏁堟灉寮€濮� */
#teachers .cont1 .item .img-container, #teachers .cont1 .item .mc-description{
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
	-o-transition: height 1s ease;
	transition: height 1s ease;
}
#teachers .cont1 .item:hover .img-container, #teachers .cont1 .active .img-container{
	height: 0;
}
#teachers .cont1 .item:hover .mc-description, #teachers .cont1 .active .mc-description{
	height: 100%;
	
}

/* 瀛︾敓浣滃搧 */
#studentWorks{
	background: #cfcfcf;
}
#studentWorks .cont{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#studentWorks .cont .item{
	width: 297px;
	margin-right: 30px;
	background: #fff;
	cursor: pointer;
	margin-bottom: 38px;
}
#studentWorks .cont .item:nth-child(4n){
	margin-right: 0px;
}
#studentWorks .cont .item .imgBox{
	width: 100%;
	height: 395px;
	overflow: hidden;
	border-bottom: 6px solid #ffd200;
}
#studentWorks .cont .item .imgBox img{
	width: 100%;
	transition: all 500ms;
}
#studentWorks .cont .item:hover .imgBox img{	
    transform: scale(1.1);
}
#studentWorks .cont .item p{
	width: calc(100% - 30px);
	height: 55px;
	line-height: 55px;
	padding: 0px 15px;
	color: #555555;
	font-family: "SourceHanSansCN-Medium";
}