.research {
	padding-top: 0.6rem;
	background: #f3f5fc;
	min-height: 9.89rem;
	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: 4.44rem;
	margin: 0 auto 0.6rem;
	font-size: 0.35rem;
	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: 0.96rem;
	height: 0.2rem;
	background: url(../image/home/title-left.png) no-repeat center/cover;
	top: 50%;
	left: 0;
	margin-top: -0.1rem;
}

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

.research .teacherList-container .teacher-swiper {
	height: 5.32rem;
}

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

.research .teacherList-container ul.mingpian {
	height: 5.22rem;
	margin-top: 0.7rem;
	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: 0.54rem;
	height: 0.54rem;
	position: absolute;
	top: 50%;
	left: 2.4rem;
	margin-top: -0.5rem;
	cursor: pointer;
	z-index: 10;
}
#teacherNext {
	display: block;
	background: url(../image/next_btn.png) no-repeat center/cover;
	width: 0.54rem;
	height: 0.54rem;
	position: absolute;
	top: 50%;
	right: 2.53rem;
	margin-top: -0.5rem;
	cursor: pointer;
	z-index: 10;
}

.research .teacherList-container .item .left,
.research .teacherList-container .item .right {
	display: inline-block;
	position: relative;
	width: 2.66rem;
	height: 5.16rem;
	background: #fff;
}

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

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

.research .teacherList-container .item .left .content .title,
.research .teacherList-container .item .right .content .title {
	margin-top: 0.2rem;
	font-size: 0.24rem;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 0.36rem;
}

.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: 0.1rem;
	font-size: 0.18rem;
	color: #999999;
	height: 0.3rem;
	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: 0.1rem;
	margin-right: 0.1rem;
	font-size: 0.2rem;
	letter-spacing: 0.05rem;
}

.research .teacherList-container .item .left .content .zhengshu,
.research .teacherList-container .item .right .content .zhengshu {
	height: 0.24rem;
	padding-left: 0.05rem;
	margin-top: 0.1rem;
	font-size: 0.16rem;
	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: 0.15rem;
	color: #666;
	line-height: 0.26rem;
}

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

.research .teacherList-container .item .center {
	display: inline-block;
	position: relative;
	/* background: url(../image/center.png) no-repeat center/cover; */
	padding: 0 0.1rem;
	width: 9.1rem;
	height: 5.16rem;
}
.research .teacherList-container .item .center_box {
	width: 100%;
	height: 100%;
	background: #003b83;
	font-size: 0.15rem;
	box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.3);
}

.research .teacherList-container .item .center_box .xuhao {
	position: absolute;
	top: 0.1rem;
	right: 3.6rem;
	color: #064b9f;
	font-size: 0.77rem;
	font-weight: 600;
	font-style: oblique;
}

.research .teacherList-container .item .center .photo {
	position: absolute;
	left: 0.4rem;
	top: -0.45rem;
	width: 3.65rem;
	height: 5.2rem;
	background: #fff;
	padding: 0.04rem;
}

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

.research .teacherList-container .item .center .content {
	position: absolute;
	top: 0.55rem;
	right: 0.7rem;
	width: 3.8rem;
	color: #fff;
}

.research .teacherList-container .item .center .content .title {
	font-size: 0.24rem;
	max-height: 0.72rem;
}

.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: 0.1rem;
	font-size: 0.18rem;
	height: 0.3rem;
	overflow: hidden;
}
.research .teacherList-container .item .center .content .person_info .name {
	font-weight: 500;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	font-size: 0.2rem;
	letter-spacing: 0.05rem;
}

.research .teacherList-container .item .center .content .zhengshu {
	padding-left: 0.1rem;
	margin-top: 0.1rem;
	font-size: 0.16rem;
	background: url(../image/zhengshu.png) no-repeat center/cover;
	width: 3.7rem;
	height: 0.32rem;
	line-height: 0.32rem;
	overflow: hidden;
}
.research .teacherList-container .item .center .content .desc {
	margin-top: 0.15rem;
	line-height: 0.26rem;
}
.research .teacherList-container .item .center .content .desc .elips-4 {
	max-height: 1.04rem;
}

.research .teacherList-container .item .center .content .caopan {
	margin-top: 0.15rem;
	line-height: 0.26rem;
}
.research .teacherList-container .item .center .content .caopan .elips-2 {
	max-height: 0.52rem;
}
.research .teacherList-container .item .center .content .liaojie {
	display: inline-block;
	width: 0.86rem;
	height: 0.28rem;
	border: 0.01rem solid #a3b8d2;
	border-radius: 0.16rem;
	text-align: center;
	line-height: 0.26rem;
	cursor: pointer;
	font-size: 0.14rem;
	margin-top: 0.15rem;
	color: #fff;
}

.research-more {
	display: block;
	width: 1.66rem;
	height: 0.5rem;
	margin: 0.55rem auto 0;
	line-height: .5rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	font-size: 0.23rem;
	color: #003b83;
	border-radius: 0.25rem;
	transition: 0.3s;
}

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