p{margin: 0; padding: 0}
.grid {
	width: 66vw;
	height: 58vh;
	margin: 6vh 0 50px 20vw;
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	perspective: 500px;
	/*background: rgba(240,241,243,0.4);*/
	border-radius: 15px;
	padding-left: 2.3vw;
}
.grid img {
	width: 4.5vw;
	height: 10vh;
	/*margin-bottom: 5px;*/
}
.grid p {
	width: 4.5vw;
	text-align: center;
	line-height: 25px;
	background: #80272D;
}
.photoOne {
	/* width: 5vw; */
	/* height: 6vw; */
	/* display: block; */
	/* float: left; */
	width: 6vw;
	height: 14vh;
	display: block;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.photoOne:hover {
	cursor: pointer
}
.animate {
	position: absolute;
	left: 88vw;
	top: 31vh;
	width: 3vw;
	font-size: 12px;
	text-transform: uppercase;
	/*background: rgb(0, 100, 0);*/
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.animate-left {
	position: absolute;
	left: 19vw;
	top: 31vh;
	width: 3vw;
	font-size: 12px;
	text-transform: uppercase;
	/*background: rgb(0, 100, 0);*/
	color: white;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}
.animate:hover {
	/*background: rgb(0, 75, 0);*/
}

.photoZoom {
	position: absolute;
	width: 60vw;
	height: 60vh;
}

.photoZoom img{
	position: absolute;
	width: 60vw;
	height: 55vh;
}

.talent-2-title {
	position: absolute;
	top: 7vh;
	left: 12vw;
	width: 7vw;
	height: 54vh;
	font-size: 2.6vw;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	/* font-weight: 600; */
	color: #001045;
}
.academician-init {
	position: absolute;
	left: 12vw;
	top: 11vh;
	width: 78vw;
	height: 48vh;
	/* border: 1px solid #9D3A29; */
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../talent/zj_bg.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 1vh;
}

.academician-back {
	position: absolute;
	left: 14vw;
	top: 13vh;
	z-index: 9999;
}
.academician-first {
	position: absolute;
	width: 25vw;
	height: 47vh;
	left: 0;
	background: url(../talent/zj_border.png) no-repeat center right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.academician-first img {
	width: 12vw;
	height: 28vh;
	border: 3px solid #ffffff;
	box-shadow: 0px 0px 5px #757575;
}

.academician-2-first {
	float: right;
	width: 25vw;
	height: 47vh;
	margin-left: 28px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.academician-2-first img {
	width: 25vw;
	height: 35vh;
}
.academician-3-first {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 25vw;
	height: 47vh;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.academician-3-first img {
	width: 25vw;
	height: 35vh;
}

.academician-first-div{
	margin: 0 auto;
	width: 25vw;
	/* height: 12vh; */
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.academician-first-p1 {
	font-size: 2vw;
	margin-top: 1vw;
	/* line-height: 5vw; */
	/* font-weight: 600; */
	color: #001045;
}
.academician-first-p2 {
	font-size: 1.3vw;
	line-height: 5vw;
	margin-left: 30px;
	color: #636363;
}
.academician-second-div {
	position: absolute;
	left: 27vw;
	/* top: 2vw; */
	width: 49vw;
	height: 48vh;
	padding: 1vh 1vw;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
.academician-second-div::-webkit-scrollbar {display:none}
.academician-second {
	font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	font-weight: 500;
	font-size: 1.3vw;
	line-height: 5vh;
	letter-spacing: 5px;
	color: #001045;
	text-indent: 70px;
	text-align: justify;
}
