.channel_title_txt {
	padding-left: 20px;
	color: #4a97ff;
}
.courseHot_box .swiper-container.subject_bMenu {
	padding-top: 20px;
	height: 304px;
}
.courseHot_box .index_course_item {
	display: flex;
	justify-content: space-between;
}
.courseHot_box .index_course_item .index_course_list {
	display: block;
	width: 220px;
	height: 302px;
	font-size: 14px;
	color: #888;
	background-color: #fff;
	transition: all 0.5s;
}
.courseHot_box .index_course_list {
	margin: 0 7px;
	box-sizing: border-box;
	height: 100%;
	border: solid 1px #f5f5f5;
	background-color: pink;
}
.courseHot_box .subject_main_imgbox {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 124px;
}
.subject_main_imgbox {
	width: 210px;
	height: 119px;
	overflow: hidden;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}
.courseHot_box .subject_main_imgbox img {
	padding: 0;
	width: 100%;
}
.courseHot_box .swiper-container .index_course_item p {
	padding: 0 14px;
}
.courseHot_box .subject_main_kcTime {
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.courseHot_box .subject_main_kcObject {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 10px;
	overflow: hidden;
	line-height: 16px;
	height: 32px;
}
.courseHot_box .index_course_item .subject_main_btn {
	display: block;
	margin: 28px auto 0;
	width: 148px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #f5f5f5;
	background-color: #2073fb;
	box-shadow: 0px 5px 15px 0px rgba(28, 130, 225, 0.3);
	border-radius: 19px;
	cursor: pointer;
}
.courseHot_box .index_course_item .index_course_list:hover {
	margin-top: -10px;
	box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}
.courseHot_box .index_course_item .subject_main_btn:hover {
	background-color: #66a8ff;
	box-shadow: 0px 5px 15px 0px rgba(28, 130, 225, 0.3);
	color: #f5f5f5;
	cursor: pointer;
}
.courseHot_box .swiper-container .index_course_item .subject_main_kcdes {
	padding: 12px 0 0 14px;
	font-size: 16px;
	color: #333;
word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.courseHot_box {
	margin: 0 auto;
	width: 1174px;
}
.index_course_btn {
	position: absolute;
	top: 130px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.index_course_btn.pre {
	left: 7px;
}
.index_course_btn.next {
	right: 7px;
}
.channel_title_txt::after {
	content: '';
	display: none;
}
.channel_title {
	position: relative;
	padding-bottom: 14px;
}
.channel_title_txt {
	/* float: left; */
}
.channel_title_tip {
	position: absolute;
	left: 202px;
	font-size: 16px;
	color: #333;
font-weight: normal;
}
.channel_course.container {
	padding-top: 14px;
}
.channel_title_more {
	margin: 4px 12px 0 0;
	color: #666;
}
.channel_special .special_box {
	margin-top: 0;
	box-sizing: border-box;
	padding: 20px 10px 0;
	height: 417px;
}
.special_item {
	margin: 0 10px;
	width: 275px;
	height: 377px;
	background-color: #f5f7f9;
	transition: all 0.5s;
}
.special_item:hover {
	margin-top: -10px;
}
.special_item_pic {
	margin: 0 auto;
	width: 129px;
	height: 129px;
}
.special_item:first-child .special_item_pic {
	background: url(../img/goodIcon01.png) center no-repeat;
}
.special_item:nth-child(2) .special_item_pic {
	background: url(../img/goodIcon02.png) center no-repeat;
}
.special_item:nth-child(3) .special_item_pic {
	background: url(../img/goodIcon03.png) center no-repeat;
}
.special_item:last-child .special_item_pic {
	background: url(../img/goodIcon04.png) center no-repeat;
}
.special_item_title {
	font-size: 22px;
	text-align: center;
	color: #333;
}
.special_item_line {
	margin: 20px auto;
	width: 36px;
	height: 4px;
	background-color: #2073fb;
}
.special_item_txt {
	padding: 0 30px;
	font-size: 16px;
	color: #888;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.special_item_btn {
	display: block;
	margin: 30px auto 0;
	width: 136px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	text-align: center;
	color: #2073fb;
	background-color: #f5f7f9;
	border-radius: 19px;
	border: solid 1px #2073fb;
	cursor: pointer;
}
.special_item_btn:hover {
	color: #fff;
	background-color: #2073fb;
	box-shadow: 0px 5px 15px 0px rgba(28, 130, 225, 0.3);
	border-radius: 19px;
	border: none;
}
.channel_special.container {
	padding-bottom: 0;
}
.channel_teacher.container {
	padding: 14px 0 19px;
}
.teacher_container .teacher_item {
	display: block;
	box-sizing: border-box;
	padding: 0 8px;
	height: 100%;
}
.teacher_container .subject_main_userImg {
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	width: 100%;
	height: 235px;
	background-color: #f5f7f9;
}
.subject_main_userImg img {
	width: 100%;
}
.teacher_container .subject_main_name {
	margin-top: 3px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center;
}
.teacher_container .teacher_box .subject_main_desc {
	padding: 0 14px;
}
.teacher_container .subject_main_desc {
	padding: 0 14px;
	font-size: 14px;
	color: #888;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.teacher_container .teacher_item {
	display: block;
}
.channel_teacher .teacher_container {
	height: 340px;
}

.channel_teacher .index_course_btn {
	top: 95px;
}
.channel_course.container .channel_title_tip{


}
.channel_teacher.container .channel_title_tip:hover{
color: #4a97ff;

}





