.container {
	margin-top: 20px;
	padding: 19px 0;
}
.channel_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 21px;
	background-color: #fff;
}
.channel_box .ad_container {
	margin: 0;
	width: 838px;
	height: 283px;
}
.channel_box .ad_container .pic {
	width: 100%;
}
.channel_box .ad_pagination {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.channel_box .ad_pagination .swiper-pagination-switch {
	display: inline-block;
	margin: 0 5px;
	border-radius: 8px;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.channel_box .ad_pagination .swiper-active-switch {
	background: #fff;
}
.channel_course .course_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 0 -6px;
	width: 1210px;
}
.channel_course .course_list {
	margin: 0 12px;
	width: 218px;
}
.channel_course .course_link {
	display: block;
	overflow: hidden;
}
.channel_course .course_link:hover .course_link_pic {
	//border: 1px solid #e4e4e4;
}
.channel_course .course_link:hover .pic{
transform: scale(1.05);
}
.channel_course .course_link .pic{
    transition: all .2s ease-in-out;
}

.channel_course .course_link:hover .course_name {
	color: #4a97ff;
}
.channel_course .course_link_pic {
	overflow: hidden;
	width: 210px;
	height: 119px;
	//padding: 3px;
	border: 1px solid #fff;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_course .course_link .pic {
	width: 100%;
}
.channel_course .course_name {
	margin-top: 5px;
	padding-left: 4px;
	font-size: 14px;
	line-height: 14px;
	color: #676767;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_special .special_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 34px;
}
.channel_special .special_list {
	position: relative;
	margin: 0 10px;
	padding: 31px 0 20px;
	width: 278px;
	background-color: #fff;
	border: solid 1px #e4e4e4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.channel_special .special_list:hover {
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}
.channel_special .special_list_title {
	position: absolute;
	top: -15px;
	left: 46px;
	width: 188px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: url(../img/channel_icon01.png) center no-repeat;
}
.channel_special .special_list_txt {
	height: 138px;
	padding: 0 13px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.channel_special .special_list_btn {
	display: block;
	margin: 13px auto 0;
	border-radius: 21px;
	border: solid 1px #e4e4e4;
	width: 120px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	color: #5d5e5d;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}
.channel_special .special_list_btn:hover {
	border: none;
	color: #fff;
	background-color: #4a97ff;
}
.channel_teacher .teacher_container {
	margin: 20px auto 0;
	width: 1185px;
	height: 391px;
}
.channel_teacher .teacher_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.channel_teacher .teacher_list {
	margin: 0 5px;
	width: 227px;
}
.channel_teacher .teacher_list_pic {
	display: block;
	overflow: hidden;
	height: 237px;
}
.channel_teacher .teacher_list_pic img{

width: 100%;

}


.channel_teacher .teacher_list_content {
	padding: 10px 0;
	background-color: #eee;
}
.channel_teacher .teacher_list_name {
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	color: #262626;
}
.channel_teacher .teacher_list_des {
	height: 67px;
	margin: 6px 0;
	padding: 0 7px;
	font-size: 14px;
	line-height: 17px;
	color: #747474;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.channel_teacher .teacher_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
}
.channel_teacher .teacher_btn_item {
	width: 93px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #4a97ff;
	border-radius: 16px;
	border: solid 1px #e4e4e4;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}
.channel_teacher .teacher_btn_item:first-child:hover {
	background-color: #0847f8;
}
.channel_teacher .teacher_btn_item:last-child {
	background-color: #ff3737;
}
.channel_teacher .teacher_btn_item:last-child:hover {
	background-color: red;
}
.channel_teacher .teacher_arrow {
	position: absolute;
	top: 173px;
	width: 21px;
	height: 45px;
	cursor: pointer;
}
.channel_teacher .teacher_arrow_prev {
	left: 10px;
	background: url(../img/channel_arrowL.png) center no-repeat;
}
.channel_teacher .teacher_arrow_next {
	right: 10px;
	background: url(../img/channel_arrowR.png) center no-repeat;
}
.channel_beikao .beikao_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -3px;
	width: 1206px;
}
.channel_beikao .beikao_list {
	margin: 20px 13px 0;
	padding-bottom: 13px;
	width: 374px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: solid 1px #e4e4e4;
}

.channel_beikao .beikao_list_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 12px;
	font-size: 14px;
	height: 30px;
	color: #262626;
}
.channel_beikao .beikao_list_more {
	color: #262626;
	opacity: 0.8;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_beikao .beikao_list_more:hover {
	color: #4a97ff;
}
.channel_beikao .beikao_list_txt::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	width: 2px;
	height: 14px;
	background-color: #ff3737;
}
.channel_beikao .beikao_first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding: 0 10px;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_beikao .beikao_first:hover .beikao_first_r,
.channel_beikao .beikao_first:hover .beikao_first_time {
	color: #4a97ff;
}
.channel_beikao .beikao_first_l {
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 161px;
	height: 95px;
}
.channel_beikao .beikao_first_l .pic {
	width: 100%;
}
.channel_beikao .beikao_first_r {
	margin-left: 10px;
	font-size: 14px;
	line-height: 14px;
	color: #262626;
}
.channel_beikao .beikao_first_time {
	color: #676767;
}
.channel_beikao .beikao_first_ch {
	margin: -3px 0 16px;
	height: 38px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.channel_beikao .beikao_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	border-bottom: 1px dashed #e4e4e4;
	width: 354px;
	height: 32px;
	font-size: 14px;
	color: #676767;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_beikao .beikao_item:hover,
.channel_beikao .beikao_item:hover .beikao_item_time {
	color: #4a97ff;
}
.channel_beikao .beikao_item_txt {
	width: 274px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.channel_beikao .beikao_item_txt::before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	width: 5px;
	height: 11px;
	background: url(../img/channel_icon02.png) center no-repeat;
}
.channel_beikao .beikao_item_time {
	color: #676767;
	opacity: 0.7;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_book {
	position: relative;
	margin-bottom: 30px;
}
.channel_book .book_container {
	margin: 20px auto 0;
	width: 1086px;
	height: 258px;
}
.channel_book .book_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.channel_book .book_list {
	display: block;
	margin: 0 8px;
	width: 165px;
}
.channel_book .book_list_pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 219px;
	border: solid 1px #e4e4e4;
}
.channel_book .book_list_pic .pic {
	width: 130px;
	height: 193px;
}
.channel_book .book_list_txt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #676767;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_book .book_list:hover .book_list_txt {
	color: #4a97ff;
}
.channel_book .book_arrow {
	position: absolute;
	top: 148px;
	width: 31px;
	height: 63px;
	cursor: pointer;
}
.channel_book .book_arrow_prev {
	left: 0;
	background: url(../img/book_arrowL.png) center no-repeat;
}
.channel_book .book_arrow_next {
	right: 0;
	background: url(../img/book_arrowR.png) center no-repeat;
}
.channel_title {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 9px;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #404040;
}
.channel_title_txt {
	position: relative;
	padding: 0 10px;
}
.channel_title_txt::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #4a97ff;
	bottom: -10px;
	left: 0;
}
.channel_title_more {
	float: right;
	margin: 7px 12px 0 0;
	font-size: 14px;
	line-height: 14px;
	color: #262626;
	opacity: 0.8;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.channel_title_more:hover {
	color: #4a97ff;
}
/*# sourceMappingURL=map/channel.css.map */
