/*教学解决方案*/
.teaching_solution_area{
	width: 100%;
	min-height:960px;
	background: #f6f6f6; 
	padding-top: 16px;
}

.teaching_solution_area_content{
	width: 1202px;
	background: white;
	min-height:960px;
	margin: 0 auto;
	margin-top: -15px;
}
.teaching_solution_area_content_left{
	width: 270px;
	min-height: 960px;
	float: left;
}
.teaching_solution_area_content_left_top {
    margin-top:15px;
}
.teaching_solution_area_content_left_tittle{
	width: 234px;
	height: 29px;
	background: #e8e8e8;
	float: right;
	padding: 13px 0 0 23px;
	color: #151515;
	font-size: 16px;
}
.teaching_solution_area_content_left_box{
	width: 213px;
	height: 42px;
	float: right;
	color: #151515;
	font-size: 16px;
	text-align: left;
	line-height: 42px;
	font-size: 16px;
	color: #4c4c4c;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 38px;
	cursor: pointer;
}
.teaching_solution_area_content_left_box_current{
	border-left: 5px solid #d4453e;
	color:#d4453e;
}

.teaching_solution_area_content_left_bottom{
	margin-top: 188px;
}
.teaching_solution_area_content_left_bottom_box{
	width: 253px;
	height: 304px;
	border: 1px solid #e8e8e8;
	float: right;
}
.teaching_solution_area_content_left_bottom_box p{
	font-size: 16px;
	color: #030303;
	margin-top: 20px;
	margin-left: 16px;	
}

.teaching_solution_area_content_right{
	width: 710px;
	float: right;
	margin-right: 62px;
	word-break: break-all;
	margin-bottom: 50px;
}

.teaching_solution_area_content_right_tittle{
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 24px;
	color: #474747;
	text-align: center;
}
.teaching_solution_area_content_right_produce{
	font-size: 14px;
	color: #040404;
	text-indent: 2em;
	line-height: 30px;
}
.teaching_solution_area_content_right img{
	margin-left: 10px;
}