@charset "utf-8";
.banner img {
	max-width: 100%;
}

.about-cnt {
	padding: 30px 0 150px 0;
	font-family: SHSCN;
}

.cnt-r .intro {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding-top: 30px;
}

.cnt-r .intro img {
	display: block;
	margin: 0 auto 30px;
}

.cnt-r .intro p {
	margin: 20px 0;
}


/*优秀教师样式*/

.teachers {
	font-size: 14px;
	padding: 30px 0;
}

.teachers a {
	color: #666666;
}

.teachers ul li {
	width: 440px;
	float: left;
	background: #f0f0f0;
	margin: 10px 10px;
	line-height: 25px;
}

.teachers ul li img {
	width: 180px;
	height: 240px;
}

.teachers ul li p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 5px 0;
}

.teachers ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

.teachers ul li .teacher-intro {
	width: 225px;
	margin-right: 20px;
}

.teachers ul li:hover {
	background: #3e8fe8;
}

.teachers ul li:hover a {
	color: #d5e4f4;
}

.teachers ul li .name {
	margin-bottom: 20px;
}

.yxjs-detail {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 30px;
}

.yxjs-detail img {
	display: block;
	margin: 0 auto 20px;
}

.yxjs-detail .lead {
	border-bottom: 1px dashed #999999;
	position: relative;
	height: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #333333;
}

.yxjs-detail .lead p {
	background: #FFFFFF;
	height: 30px;
	position: absolute;
	top: 15px;
	padding-right: 20px;
}

.yxjs-detail .lead span {
	border: 2px solid #3D8FE8;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.base-info,
.info-cnt,
.advan-info {
	padding-left: 20px;
	box-sizing: border-box;
}


/*学员信息*/

.students {
	padding: 20px 10px;
	box-sizing: border-box;
}

.students li {
	border: 2px solid #eeeeee;
	margin-bottom: 20px;
}

.students li:hover {
	border: 2px solid #3e8fe8;
}

.students li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.students li img {
	width: 180px;
	height: 240px;
	margin-right: 15px;
}

.students li .lead {
	color: #333333;
}

.b-boder {
	border-bottom: 1px dashed #d1d1d1;
}

.students li p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 675px;
}


/*精彩活动*/

.cnt-r .activity ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 10px;
	box-sizing: border-box;
}

.cnt-r .activity ul li {
	width: 288px;
	height: 329px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.cnt-r .activity ul li:nth-child(3n) {
	margin-right: 0;
}

.cnt-r .activity ul li .tit {
	background: #3e8fe8;
	color: #FFFFFF;
	padding: 20px 15px;
}

.cnt-r .activity ul li .tit p:first-child {
	margin-bottom: 5px;
}

.cnt-r .activity ul li .tit p:last-child {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cnt-r .activity ul li:hover {
	border: 1px solid #3E8FE8;
}

.cnt-r .activity ul li img {
	transition: all .5s ease-in-out;
}

.cnt-r .activity ul li:hover img {
	transform: scale(.95);
}


/*工作机会*/

.chance ul {
	display: flex;
	padding: 20px 10px;
	flex-wrap: wrap;
}

.chance li {
	width: 440px;
	height: 350px;
	background: #f0f0f0;
	color: #666666;
	font-size: 14px;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
}

.chance li:nth-child(2n) {
	margin-right: 0;
}

.chance li .tit {
	color: #333333;
	font-size: 16px;
}

.chance li .time {
	color: #999999;
	font-size: 12px;
	margin: 20px 0;
}

.chance li .request {
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	height: 170px;
}

.chance li .apply {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin-top: 25px;
}

.chance li .apply-btn {
	color: #FFFFFF;
	width: 100px;
	height: 30px;
	display: inline-block;
	background: #3E8FE8;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	float: right;
	cursor: pointer;
	border: 1px solid #3E8FE8;
}

.chance li .apply-btn:hover {
	background: transparent;
	color: #3E8FE8;
}

.chance-detail {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding-top: 80px;
}

.chance-detail .entry {
	background: #F0F0F0;
	padding: 20px;
	margin-top: 50px;
}

.chance-detail .entry input {
	display: block;
	margin: 20px auto;
	width: 420px;
	height: 60px;
	border: 0;
	background: #FFFFFF;
	outline: none;
	font-size: 16px;
	padding-left: 10px;
}

.chance-detail .entry .upload {
	text-align: center;
}

.chance-detail .entry input.file {
	width: auto;
	height: auto;
	background: transparent;
	display: inline;
}

.chance-detail .entry input.submit {
	background: #3E8FE8;
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #3E8FE8;
	cursor: pointer;
}

.chance-detail .entry input.submit:hover {
	background: transparent;
	color: #3E8FE8;
}


/*分销直通车*/

.school-cnt{
	padding-bottom: 80px;
}

.schools .slideTxtBox {
	width: 100%;
	padding: 50px 10px;
	box-sizing: border-box;
}

.schools .slideTxtBox .hd {
	float: left;
	position: relative;
}

.schools .slideTxtBox .hd ul {
	display: flex;
	flex-direction: column;
}

.schools .slideTxtBox .hd ul li {
	width: 120px;
	height: 30px;
	background: url(../img/about-l-li-bg-normal.png) no-repeat center;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b7b7b7;
	margin-bottom: 20px;
	cursor: pointer;
	box-sizing: content-box;
}

.schools .slideTxtBox .hd ul li.on {
	background: url(../img/about-l-li-bg.png) no-repeat center;
	border: 1px solid #125aba;
	color: #FFFFFF;
}

.schools .slideTxtBox .bd {
	float: right;
}
#dituContent{
	width: 760px;
	height: 500px;
}

.schools-list .lead{
	text-align: center;
	color: #3e8fe8;
	font-size: 16px;
	margin: 20px 0;
}

.schools-list .slideTxtBox {
	width: 100%;
	box-sizing: border-box;
}

.schools-list .slideTxtBox .hd {
	position: relative;
}

.schools-list .slideTxtBox .hd ul {
	display: flex;
	flex-wrap: wrap;
}

.schools-list .slideTxtBox .hd ul li {
	width: 100px;
	height: 30px;
	background: #F0F0F0;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #F0F0F0;
	margin-bottom: 20px;
	cursor: pointer;
	box-sizing: content-box;
	margin-right: 10px;
	margin-bottom: 15px;
}

.schools-list .slideTxtBox .hd ul li.on {
	background: #3E8FE8;
	border: 1px solid #3E8FE8;
	color: #FFFFFF;
}

.schools-list .slideTxtBox .part ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.schools-list .slideTxtBox .part ul li{
	width: 438px;
	height: 138px;
	border: 1px solid #eeeeee;
	padding: 20px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.schools-list .slideTxtBox .part ul li:nth-child(2n){
	margin-right: 0;
}

.schools-list .slideTxtBox .part ul li p:first-child{
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}

.schools-list .slideTxtBox .part ul li:hover{
	border: 1px solid #3E8FE8;
}