.research {
	padding-top: 60px;
	background: #f3f5fc;
	min-height: 989px;
	width: 100%;
	background-image: url(../image/home/research_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.research .title-box {
	display: block;
	width: 444px;
	margin: 0 auto 60px;
	font-size: 35px;
	text-align: center;
	color: #003b83;
	user-select: none;
}

.research .title-box .title {
	position: relative;
	font-weight: 600;
}

.research .title-box .title:before {
	display: block;
	position: absolute;
	content: '';
	width: 96px;
	height: 20px;
	background: url(../image/home/title-left.png) no-repeat center/cover;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.research .title-box .title:after {
	display: block;
	position: absolute;
	content: '';
	width: 96px;
	height: 20px;
	background: url(../image/home/title-right.png) no-repeat center/cover;
	top: 50%;
	right: 0;
	margin-top: -10px;
}

.research .teacherList-container {
	position: relative;
	width: 1450px;
	margin: 0 auto;
	overflow: hidden;
}

.research .teacherList-container ul.mingpian {
	height: 522px;
	margin-top: 70px;
	clear: both;
	*zoom: 0;
	transition: transform 0.5s;
}
.research .teacherList-container .item {
	float: left;
}
.research .teacherList-container .item > a {
	color: #fff;
}

#teacherPrev {
	display: block;
	background: url(../image/prev_btn.png) no-repeat center/cover;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 240px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 10;
}
#teacherNext {
	display: block;
	background: url(../image/next_btn.png) no-repeat center/cover;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	right: 253px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 10;
}

.research .teacherList-container .item .left,
.research .teacherList-container .item .right {
	display: inline-block;
	position: relative;
	width: 266px;
	height: 516px;
	background: #fff;
}

.research .teacherList-container .item .left .content,
.research .teacherList-container .item .right .content {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
}

.research .teacherList-container .item .left .content .xuhao,
.research .teacherList-container .item .right .content .xuhao {
	font-size: 77px;
	color: #e5e5e5;
	padding-left: 10px;
	font-weight: 600;
	font-style: oblique;
}

.research .teacherList-container .item .left .content .title,
.research .teacherList-container .item .right .content .title {
	margin-top: 20px;
	font-size: 24px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 36px;
}

.research .teacherList-container .item .left .content .person_info span,
.research .teacherList-container .item .right .content .person_info span {
	display: inline-block;
	vertical-align: middle;
}
.research .teacherList-container .item .left .content .person_info,
.research .teacherList-container .item .right .content .person_info {
	margin-top: 10px;
	font-size: 18px;
	color: #999999;
	height: 30px;
	overflow: hidden;
}
.research .teacherList-container .item .left .content .person_info .name,
.research .teacherList-container .item .right .content .person_info .name {
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	letter-spacing: 5px;
}

.research .teacherList-container .item .left .content .zhengshu,
.research .teacherList-container .item .right .content .zhengshu {
	height: 24px;
	padding-left: 5px;
	margin-top: 10px;
	font-size: 16px;
	color: #acacac;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.research .teacherList-container .item .left .content .desc,
.research .teacherList-container .item .right .content .desc {
	margin-top: 15px;
	color: #666;
	line-height: 26px;
}

.research .teacherList-container .item .left .content .desc .elips-2,
.research .teacherList-container .item .right .content .desc .elips-2 {
	height: 52px;
	overflow: hidden;
}

.research .teacherList-container .item .center {
	display: inline-block;
	position: relative;
	/* background: url(../image/center.png) no-repeat center/cover; */
	padding: 0 10px;
	width: 910px;
	height: 516px;
}
.research .teacherList-container .item .center_box {
	width: 100%;
	height: 100%;
	background: #003b83;
	font-size: 15px;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.3);
}

.research .teacherList-container .item .center_box .xuhao {
	position: absolute;
	top: 10px;
	right: 360px;
	color: #064b9f;
	font-size: 77px;
	font-weight: 600;
	font-style: oblique;
}

.research .teacherList-container .item .center .photo {
	position: absolute;
	left: 40px;
	top: -45px;
	width: 365px;
	height: 520px;
	background: #fff;
	padding: 4px;
}

.research .teacherList-container .item .center .photo img {
	width: 100%;
	height: 100%;
}

.research .teacherList-container .item .center .content {
	position: absolute;
	top: 55px;
	right: 70px;
	width: 380px;
	color: #fff;
}

.research .teacherList-container .item .center .content .title {
	font-size: 24px;
	max-height: 72px;
}

.research .teacherList-container .item .center .content .person_info span {
	display: inline-block;
	vertical-align: middle;
}
.research .teacherList-container .item .center .content .person_info {
	margin-top: 10px;
	font-size: 18px;
	height: 30px;
	overflow: hidden;
}
.research .teacherList-container .item .center .content .person_info .name {
	font-weight: 500;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	letter-spacing: 5px;
}

.research .teacherList-container .item .center .content .zhengshu {
	padding-left: 10px;
	margin-top: 10px;
	font-size: 16px;
	background: url(../image/zhengshu.png) no-repeat center/cover;
	width: 370px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.research .teacherList-container .item .center .content .desc {
	margin-top: 15px;
	line-height: 26px;
}
.research .teacherList-container .item .center .content .desc .elips-4 {
	max-height: 104px;
}

.research .teacherList-container .item .center .content .caopan {
	margin-top: 15px;
	line-height: 26px;
}
.research .teacherList-container .item .center .content .caopan .elips-2 {
	max-height: 52px;
}
.research .teacherList-container .item .center .content .liaojie {
	display: inline-block;
	width: 86px;
	height: 28px;
	border: 1px solid #a3b8d2;
	border-radius: 16px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
}

.research-more {
	display: block;
	width: 166px;
	height: 50px;
	margin: 55px auto 0;
	line-height: 50px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	font-size: 23px;
	color: #003b83;
	border-radius: 25px;
	transition: 0.3s;
}

.research-more:hover {
	color: #fff;
	background: #003b83;
}
