.rightContainer{
	width: 908px;
	height: auto;
	border-radius: 4px;
	background: #fff;
	padding-top: 43px;
	padding-bottom: 46px;
}

.rightInner{
	width: 850px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}

.rightInner h1{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 31px;
	
}

.rightInner h1 .cn{
	font-size: 30px;
	color: #0E72A9;
	line-height: 1;
	margin-bottom: 14px;
}

.rightInner h1 .cn span{
	color: #000;
	font-weight: bold;
}

.rightInner h1 .en{
	font-size: 12px;
	color: #000;
	line-height: 1;
}

.rightInner .list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rightInner .list:after {
    content: "";
    width: 272px;
}

.profileImageBox {
	width: 272px;
	height: auto;
	padding-bottom: 21px;
	border: 1px solid rgba(234, 234, 234, 0.84);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 32px;
	border-radius: 8px;
}



.profileImageBox img{
	width: 236px;
	display: block;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 13px;
}

.profileImageBox p{
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: #000;
}