@charset "utf-8";
/**********支教活动列表---start************/
.teaching_line{
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.teaching_activity_list .teaching_line p{
	color: #989898;
}
.teaching_activity_list .teaching_line p a{
	color: #989898;
	margin-left: 10px;
}
.teaching_activity_list .teaching_line p a.active{
	color: #fa6f12;
}
.teaching_activity_list .teaching_line p a:hover{
	color: #fa6f12;
	text-decoration: none;
}
.teaching_activity_list .teaching_line:nth-child(2n) img{
	margin-top: -80px;
}
.teaching_line:hover img{
	 -webkit-filter:sepia(1);
}
.activity_title_top{
	width: 50%;
	margin: 0 auto 20px auto;
}
.activity_title_bottom{
	text-align: center;
}
.teaching_activity_title{
	margin: 78px 0;
}
.icons-recuirment-teacher{
	display: block;
	width: 324px;
	height: 159px;
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat -332px 0;
	position: absolute;
	top: -40px;
	left: -40px;
}
.teaching_activity_list .teaching_line:hover .icons-recuirment-teacher{
	display: block;
	width: 324px;
	height: 159px;
	position: absolute;
	top: -40px;
	left: -40px;
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat 0 0;
}
.icons-recuirment-student{
	display: block;
	width: 321px;
	height: 146px;
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat -328px -166px;
	position: absolute;
	top: -130px;
	right: -40px;
}
.teaching_activity_list .teaching_line:hover .icons-recuirment-student{
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat 0px -168px;
}
.icons-recuirment-poorareas{
	display: block;
	width: 221px;
	height: 238px;
	position: absolute;
	bottom: -40px;
	left: -60px;
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat -224px -311px;
}
.teaching_activity_list .teaching_line:hover .icons-recuirment-poorareas{
	background: url(/assets/html/pc/img/titile_decorating.png) no-repeat 0px -311px;
}
.teaching_activity_list{
	margin-bottom: 100px;
}








@media (max-width: 768px) {
	.teaching_activity_list .teaching_line:nth-child(2n) img{margin-top: 0px;}
	.teaching_activity_list .teaching_line:nth-child(2n){margin-left: -12px;}
    .teaching_activity_list .teaching_line p{margin-top: 15px;}
	.teaching_activity_title{margin: 95px 0 15px 0;}
	.activity_title_top{width: 90%;margin: 20px auto 20px auto;}
	.teaching_activity_list{margin-bottom: 20px;}
	.xs-titile_show{position: absolute;left: 15px;top: 0;background: #fa6f12;color: #fff;padding: 4px 8px;}
	.teaching_activity_image{position: relative;}
}
@media screen and (min-width:768px) and (max-width: 992px){
	.nav-tabs > li>a{color: #000;padding: 14px 24px;margin: 0 8px;}
	#myTab{width: 50%;margin: 0 auto;}
	.tab-content{margin-top: 35px;}
	.piblic_time{margin-top: 8px;}
	.news_image_show{padding-bottom: 30px;}
	.teaching_activity_list .teaching_line:nth-child(2n) img{margin-top: 0px;}
    .teaching_activity_list .teaching_line:nth-child(2n){margin-left: 0px;}
    .teaching_activity_list{margin-bottom: 60px;}
    .icons-recuirment-student{position: absolute;top: -50px;right: -40px;}
}
@media (min-width: 992px){
	.teaching_activity_list .teaching_line:nth-child(2n) p{float: right;}
}

/**********支教活动列表---end************/
