﻿body{background: #f2f2f3;}
.banners{width: 100%;margin-top: 0px;}
/*页面指引*/
.guide{height: 45px;line-height: 45px;}
.mediaListLeft{background: #fff;width: 72%;    margin-right: 10px;}
.mediaListRight{background: #fff;width: 27%; padding: 20px 22px 20px 14px;}
/*列表*/
.mediaListWrap{margin-bottom: 20px;}
.listS{width: 100%;}
.listS li{width: 100%; height: 40px;line-height: 40px; background: url(../images/datum_libg.png) no-repeat 0 center;padding-left: 25px; }
.listS li p:nth-child(1){width: 80%; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.listS li a:hover{color: #000;}

/*师资团队*/
i.icon {width: 40px;height: 35px;background: url(../images/icon.png); display: inline-block;vertical-align: middle;}
i.teacherIcon{background-position:0 -315px;}
.teacherLists{text-align: center;}
.mediaListRight img{width: 100%; object-fit:cover;}
.teacherLists li{position: relative;margin: 10px 0;}
.teacherLists p{width: 100%; position: absolute;left: 0;bottom: 0;height: 36px;line-height: 36px; background: rgba(0, 0, 0, 0.7);color: #fff;text-align: left;padding-left: 10px;}
.teacherActive{background: #000;}
@media only screen and (max-width: 768px) {
	.mediaListLeft{width: 100%;}
	.mediaListRight{width: 100%;}
}
@media only screen and (max-width:400px ) {
.mediaListLeft li a p:nth-child(2){display: none;}
	
}