.eduinformation_content {
	overflow: hidden;
	width: 1212px;
	float: left;
}

.wrop {
	overflow: hidden;
}

.edu_content {
	overflow: hidden;
	width: 830px;
	float: left;
}

.edu_title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	/* cursor: pointer; */
}
.edu_title p{
	color:#999999;
}
.edu_content .edu_left {
	background-color: #FFFFFF;
	width: 830px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 25px;
	min-height: 350px;
}

.edu_left h3 {
	font-size: 18px;
	/* padding: 30px 0; */
	/* line-height: 30px; */
	height: 40px;
	/* line-height: 30px; */
	margin-top: 20px;
}

.edu_right {
	float: left;
	width: 348px;
	height: 285px;
	background-color: #eaeaea;
	margin-left: 32px;
}

.border {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.info_content {
	text-align: left;
	text-indent: 2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 24px;
}

.info_bottom {
	background-color: #FFFFFF;
	width: 830px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 67px;
}

.info_bottom p {
	line-height: 30px;
}

.info_content p {
	line-height: 30px;
	font-size: 16px;
}

.info_content span {
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin-top: 70px;
	margin-bottom: 31px;
}
/*.border h3:hover{
	cursor: pointer;
	color: #C10000;
}*/
.info_bottom p{
	color:#999999;
}
.edu_title p span{
	cursor: pointer;
}
.info_content a{
	color:#4e4ee6;
}
.edu_right{
	background-image:url(../img/info_details.png);
	background-repeat:no-repeat;
	width: 348px;
    height: 285px;
    display: inline-block;
    cursor:pointer;
	
}
.info_bottom a{
	color:#333333;
	cursor: pointer;
}
.info_bottom a:hover{
	color:#C10000;
}
