.eduinformation_content {
	overflow: hidden;
	width: 830px;
	float: left;
	height: 480px;
}
.wrop {
	overflow: hidden;
}
.edu_content {
	overflow: hidden;
	width: 830px;
	float: left;
	padding-bottom: 20px;
}

.edu_content .edu_left {
	background-color: #FFFFFF;
    width: 830px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
    height: 60px;
    line-height: 60px;
}

.edu_left dl {
	width: 830px;
}

.edu_left dl dt {
	width: 130px;
	float: left;
}

.edu_left dl dt img {
	width: 130px;
	height: 130px;
	display: inline-block;
	margin: 31px 0;
}

.edu_left dd {
	width: 620px;
	float: left;
	margin: 40px 0;
}

.edu_left dd h3 {
	font-size: 18px;
	margin-left: 20px;
	color:#333333;
	/*height:30px;*/
	/*width:450px;*/
}

.edu_left dd p {
	line-height: 26px;
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
}

.edu_left dd p:nth-of-type(2) {
	font-size: 14px;
	color: black;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    width: 620px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.edu_right {
	float: left;
	width: 348px;
	height: 285px;
	background-color: #eaeaea;
	margin-left: 32px;
}

.border {
	border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    color: black;
}
.border p:nth-of-type(1){
	width: 668px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.edu_left .border:hover{
	/*border-bottom: 1px solid #C10000;*/
	color:#C10000;
	cursor: pointer;
}
.edu_right{
	background-image:url(../img/info_details.png);
	background-repeat:no-repeat;
	width: 348px;
    height: 285px;
    display: inline-block;
    cursor:pointer;
	display: none;
}
