/* partner
---------------------*/
.page .section{
	overflow: hidden;
}
.staff-list{
	overflow: hidden;
	float: left;
}

.staff-list li{
	width: 25%;
	width: 20%;
	height: 25%;
	padding: 5px;
	float: left;
	position: relative;
	-webkit-transition: all 0.5s;
		 -moz-transition: all 0.5s;
					transition: all 0.5s;
}
.staff-list li img{

}
.staff-list li li{
	padding: 0;
}


.staff-list li a{
	display: block;
	position: relative;
}
.staff-list li a.on{
	padding: 3px;
}
.staff-list li img{
	width: 100%;
	height: auto;
}
.voice-intro{
	margin-bottom: 30px;
}
.profile-photo{
	width: 170px;
}
.profile-photo img{
	max-width: 100%;
}
.voice-title{
	width: 500px;
	width: 430px;
}
.voice-faq{
	max-width: 626px;
	margin-bottom: 30px;
}
.voice-faq .float .ans{
	width: 450px;
	width: 360px;
}
.voice-faq .float figure{
	width: 250px;
}
.voice-faq h3{
	padding: 5px 0 5px 35px;
	margin: 0 0 20px;
	background: url(../../about/img/icon-q.png) no-repeat left center;
	border-bottom: 1px dotted #282828;
}

@media screen and (max-width: 768px){
	.staff-list li{
		width: 33%;
		height: auto;
	}
	.profile-photo{
		width: 20%;
	}
	.voice-title{
		width: 70%;
	}
	.voice-faq .float .ans{
		width: 60%;
	}
	.voice-faq .float figure{
		width: 30%;
	}
	.voice-faq .float figure img{
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.staff-list li{
		width: 50%;
		height: auto;
	}
	.staff-list li.half{
		width: 100%;
		height: auto;
	}

	.voice-body .float .left,
	.voice-body .float .right{
		width: 100%;
		float: none !important;
		text-align: center;
	}

	.profile-photo{
		width: 50% !important;
		margin: auto;
	}
	.profile-photo img{
		width: 100%;
	}

	.voice-faq figure{
		width: 40% !important;
		margin: 0 auto 20px;
	}

	.voice-faq .ans{
		text-align: left !important;
	}
}



/* voice-detail */
.voice-body.featherlight-inner{
	padding: 20px;
}