

div.djTeachcont{
	width:954px;
	padding:26px 25px;
}
.djTeachwrap{
	height:100%;
	border:1px solid #e8e8e8;
	position:relative;
}
.djTeachwrap .djTeachTitle{

}

/*标题部分*/
.djTeachwrap .djTeachTitle li{
	height:38px;
	line-height:38px;
	width:135px;
	float:left;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8; 
	text-align: center;
	background:#f4f5f9;
	cursor: pointer;
}
/*被选中样式*/
.djTeachwrap .djTeachTitle li.on{
	background:#fff;
	border-bottom:0 none;
	color:#1dd2af;
}
/*最后一个*/
.djTeachwrap .djTeachTitle li.b_r_n{
	width:136px;
	border-right:0 none;
}


/*设置 内容*/
	.djcommon{
		margin-top: 13px;
	}
	.djcommon a:hover{
		color:#1dd2af;
	}
	.djcommon p{
		height:39px;
		border-bottom: 1px solid #e8e8e8;
		line-height:39px;
		padding:0 35px;
	}
	.djcommon p span{
		float:left;
	}
	.djcommon p a{
		display:inline-block;
		width:700px;
		height:39px;
		line-height:39px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
		float:left;
	}
	.djcommon em{
		padding:0px 4px;
		line-height:16px;
		color:#fff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
	}

	.djcommon span{
		display:inline-block;
		*display:inline;
		*zoom:1;
		width:70px;
		text-align: center;
	}

	.djcommon strong{
		padding-left: 20px;
		float: right;
		background:url(../images/icon_p.png) no-repeat;
	}
	.djcommon i{
		display:inline-block;
		*display:inline;
		*zoom:1;
		width:16px;
		height:16px;
		background:url(../images/icon_p.png) no-repeat -9px -137px;
		margin-left:10px;
		cursor: pointer;
	}

	/*报名中*/
	.djcommon .enrolling{
		background-position:-10px -90px;
		color: #fe1d1d;
	}
	/*已结束*/
	.djcommon .finish{
		background-position:-9px -53px;
		color: #444;
	}

	/*课程 微课  班级 沙龙 背景颜色样式*/
	.djcommon em.class{
		background:#016ddc;
	}
	.djcommon em.wk{
		background:#489a49;
	}
	.djcommon em.sl{
		background:#6530b2;
	}
	.djcommon em.lt{
		background:#33adbc;
	}
	.djcommon em.xly{
		background:#e74c00;
	}
	.djcommon em.xly{
		background:#e74c00;
	}
	.djcommon em.fzkt{
		background:#05f605;
	}
/*设置 内容*/