
.competition_activities_all_content{
	width: 100%;
	height: 100%;
	background: white;
}
/*教学资源内容部分*/
.resource_library_area{
	width: 100%;
}
.resource_library_content{
	width: 1225px;
	margin: 0 auto;
}
.resource_library_area .resource_library_tittle{
	font-size: 35px;
	color: black;
}
.resource_library_area .resource_library_introduce{
	font-size: 20px;
	margin-top: 20px;
}
.gang{
	width: 100px;
	height: 6px;
	background: #d4453e;
	margin: 0 auto;
	margin-top: 19px;
}
.resource_library_content div{
	width: 151px;
	height: 42px;
	font-size: 16px;
	color: #151515;
	float: left;
	line-height: 42px;
	text-align: center;
	background: #e8e8e8;
	margin-left: 12px;
	margin-top: 28px;
	cursor: pointer;
}
.resource_library_content div:hover{
	background: #ee884b;
	color: #ffffff;
}
.resource_library_content .resource_library_content_div_current{
	background: #ee884b;
	color: #ffffff;
}

/*大赛时间轴*/
.contest_timeline_area{
	width: 100%;
	/*min-height: 1175px;*/
	position: relative;
}
.contest_timeline_box{
	width: 150px;
	height: 199px;
	position: absolute;
	left: 0;
	top: 0;
}
.contest_timeline_box ul{
	float: right;
}
.contest_timeline_box ul li{
	width: 113px;
	height: 46px;
	line-height: 46px;
	text-align: left;
	font-size: 14px;
	color: #1d1d1d;
	position: relative;
	border-bottom:1px solid #bfbfbf;
	cursor: pointer;
}
.contest_timeline_box ul li:hover{
	color: #be1010;
}
.contest_timeline_box ul .contest_timeline_box_li_current{
	color: #be1010;
}
.contest_timeline_box ul li .contest_timeline_box_em_current{
	position: absolute;
	width: 5px;
	height: 8px;
	background: url(../images/solution_img_sj.png);
	left: -20px;
	top: 50%;
	margin-top: -4px;
}
.contest_timeline_content{
	width: 1200px;
	/*min-height: 1175px;*/
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}
.contest_timeline_content_time_box{
	width: 100%;
	min-height: 256px;
	background: #f6f6f6;
	margin-top: 24px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	box-shadow: 0px 0px 0px #888888;
	transition: box-shadow 0.3s;
}
.contest_timeline_content_time_box:hover{
	box-shadow: 0px 0px 15px #696a6a;
}


.contest_timeline_content_time_box_left{
	width: 384px;
	height: 256px;
	float: left;
}

.contest_timeline_content_time_box_right{
	width: 801px;
	min-height: 256px;
	float: right;
    position:relative;
}
.contest_timeline_content_time_box_right_tittle{
	font-size: 23px;
	color: #e0722f;
	margin-top: 15px;
}

.contest_timeline_content_time_box_right_list{
	font-size: 16px;
	color: #525252;
	margin-top: 13px;
	margin-left: 1px;
	line-height: 22px;
}
.contest_timeline_content_time_box_right_btn{
	width: 100%;
	margin-top: 30px;
    position:absolute;
    bottom:0;
    right:0;

}
.contest_timeline_content_time_box_right_btn div{
	font-size: 16px;
	color: #525252;
	float: right;
	margin-bottom: 14px;
	margin-right: 18px;
	margin-top: 45px;
}
