#gnav6 a:link{
	background:url('../../sustech/images/common/arrow_blue.svg') no-repeat left center !important;
}

#page_title{
	background:url('../../sustech/images/recruit/bg_pagetitle.webp') no-repeat center center;
}
.voice1{
	margin:0 auto 20px;
	display:flex;
	justify-content:space-between;
}
.voice1 figure{
}
.camera_pie{
	display:none !important;
}
.voice1 figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.flow_r{
	height:250px;
}
.voice_name_wrap{	
	flex:none;
	display:flex;
	align-items:center;
}
.voice_name{
	border:1px solid #cbcbcb;
	width:100%;
	padding:35px;
	box-sizing:border-box;
	box-shadow:10px 10px 0 rgba(0,0,0,0.3);
	font-size:20px;
}
.voice_name h4{
	font-size:24px;
	color:#000;
	text-align:left;
	padding:15px 0;
	margin:0;
}
.voice2 article{
	padding:35px 5%;
}
.voice2 article:nth-child(odd){
	background:#f6f6f6;
}
.voice2 article dl{
	max-width:1040px;
	margin:0 auto;
}
.voice2 article dt{
	font-size:20px;
	color:#1261aa;
	font-weight:bold;
	margin:0 0 30px;
}
.voice2 article dt:first-letter{
	font-size:24px;
}
.voice2 article dd{
	margin:0 0 0 25px;
	border-left:1px solid #1261aa;
	padding:0 0 0 20px;
}
.voice2 article dd th,
.voice2 article dd td{
	padding:10px;
	vertical-align:top;
}
.voice2 article dd th{
	text-align:right;
	white-space:nowrap;
}