#right-box {
	display: flex;
	height: 1900px;
	width: 72%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* background-color: antiquewhite; */
}


.page_context_data {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-flow: wrap;
	/* background-color: #f8ebc9; */
	/* margin: 20px 0px; */
	width: 100%;

}

.page_context_data .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-flow: wrap;
	/* background-color: #f8d1ef; */
	/* margin: 20px 0px; */
	width: 100%;

}

.page_context_data .top .banner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* background-color: #d7f8f2; */
	/* margin: 20px 0px; */
	width: 100%;

}

.page_context_data .top .banner .img {
	display: flex;
	width: 100%;
	height: 340px;
	/* background-color: #ffafe6; */

}

.page_context_data .top .title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* background-color: #e3c6f8; */
	margin: 20px 0px;
	width: 100%;
	border-bottom: #404a48 solid 1px;

}

.page_context_data .top .title .text {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* background-color: #e3c6f8; */
	margin: 20px 0px;
	width: 100%;
	height: 60px;
	font-size: 40px;
	font-weight: bold;

}


.page_context_data .middle {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 70%;
	/* background-color: #dff7f8; */
}

.page_context_data .middle .line {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	/* background-color: #c19df8; */
	margin-bottom: 40px;
}

.page_context_data .middle .line .left {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 15%;
	height: 100%;
	/* background-color: #c19df8; */
}


.page_context_data .middle .line .left .images {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80%;
	/* background-color: #76f8ee; */
}


.page_context_data .middle .line .left .images .img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	width: 100px;
	height: 100%;
	margin: 10px;
	/* background-color: #83f8e1; */
}

.page_context_data .middle .line .middle {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	width: 70%;
	height: 100%;
	text-align: left;
	/* background-color: #5f8df8; */
}

.page_context_data .middle .line .middle .title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	
	padding-left: 5px;
	padding-right: 5px;
	width: 30%;
	height: 100%;
	text-align: left;
	font-size: 24px;
	white-space: nowrap;
	/* background-color: #d6f88a; */
}

.page_context_data .middle .line .middle .text {

	/* width: 220px; */
	padding-left: 5px;
	padding-right: 5px;
	width: 70%;
	height: 86%;
	text-indent: 20px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 22px; //单行高度
	white-space: break-spaces;
	/* white-space: nowrap; */
	/* background-color: #b0a2f8; */
}

.page_context_data .middle .line .right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	width: 15%;
	height: 100%;
	text-align: left;
	/* background-color: #d0f8b6; */
}

.page_context_data .middle .line .right .download {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	width: 70%;
	height: 50px;
	margin: 10px;
	color: #fefefe;
	border-radius: 5px;
	/* border-radius: 20px; */
	background-color: #00a500;
}



.page_context_data .bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* background-color: #dff7f8; */
}

.page_context_data .bottom .top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* background-color: #c19df8; */
}


.page_context_data .bottom .top .img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* width: 220px; */
	width: 320px;
	height: 580px;
	margin: 10px;
	/* background-color: #83f8e1; */
}

/*2.中部352*/
#big-box_edu {
	/*margin-top: 20px;*/
	width: 100%;
	height: 2490px;
}

/*3.底部*/
.footer_base {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 130px;
	margin: 0 auto;
	padding-top: 28px;
	text-align: center;
	background: black;
	color: #89898B;


}

.footer_base .line {
	line-height: 30px;
	font-size: 11px;

}