	/* 优秀个人 人物典范 */
	.celebrityItem{				
		width: 240px;
		height: 270px;
		background: #F7F8FA;
		border-radius: 4px;
		float: left;
		text-align: center;
		margin: 20px 0 30px 60px;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.celebrityImg{
		width: 120px;
		height: 120px; 
		border-radius: 50%; 
		margin: 20px 50px 10px 50px;
	}
	.celebrityName{
		/* width: 45px; */
		height: 58px;
		font-size: 38px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #000000;
		line-height: 58px;
	}
	.celebrityAddress{
		/* width: 48px; */
		height: 40px;
		font-size: 34px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #494949;
		line-height: 40px;
	}
	.celebrityImgSmall{
		height: 40px;
		width: 30px;
		position:absolute;
		bottom: 0px;
		right: 20%;
	}
	.cel{
		
		width:100%;
		background-color: #FFFFFF;
		height: 100%;
	}
	body{
		background-color: #FFFFFF;
		padding: 0;
		margin: 0;
	}