.row{
	width: 100%;
	margin: 0 auto;
}
.row h3{
	font:30px/117px 'MicrosoftYaHei';
	color: #333333;
}
.pic-name{
	width: 192px;
	height: 192px;
}
.pic{
	width: 192px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	height: 192px;
}
.pic a{
	display: inline-block;
    width: 192px;
    height: 192px;
}
.pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	
}
.pic img:hover{
	transition: all .25s ease;
	transform: scale(1.5);

}
.pic-name p{
	text-align: center;

}
.pic-name p span{
	display: block;
	font:14px/20px 'MicrosoftYaHei';
	color: #333;		
}
.pic-name p b{
	font:18px/31px 'MicrosoftYaHei';
	color: #145994;	
}
.pic-con{
	width: 24.33%;
	height: 241px;
	display: inline-block;
}
.four .pic-con{
	margin-bottom: 30px;
}
.second{
	height: 241px;
}










/*@media (max-width: 991px){
	.four .pic {
    width: 95%;
    height: 80%;
	}
}
@media (max-width: 750px){
	.four .pic {
    width: 60%;
    height: 50%;
	}
}
*/