.header_top{
	border-bottom: 1px solid #E2E2E2;
}
.n_member{
	padding: 1rem 0;
}
.n_member_cont{
	
}
.n_member_list{
	padding: 0.64rem 0;
	border-bottom: 1px solid #E8E8E8;
	justify-content: space-between;
}
.n_member_l{
	flex: 0 0 40%;
	
}
.n_member_l img{
	width: 100%;
	height: 3.68rem;
	object-fit: cover;
}
.n_member_r{
	flex: 0 0 56%;
}
.n_member_tit{
	font-family: Poppins, Poppins;
	font-weight: bold;
	font-size: 0.25rem;
	color: #000000;
}
.n_member_dec{
	margin-top: 0.3rem;
}
.n_member_dec p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.3rem;
}
.n_member_dec p:first-child{
	font-weight: bold;
}
.n_member_dot{
	margin-top: 0.08rem;
	align-items: flex-start;
}
.n_member_dot div{
	width: 0.1rem;
	height: 0.1rem;
	margin-right: 0.1rem;
	border-radius: 50%;
	background: #FF6B35;
	flex: 0 0 0.1rem;
	    margin-top: 0.1rem;
}
.n_member_dot p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.3rem;
}
.about_top p{
	text-align: center;
}