.member_content {
	width: 100%;
	min-height: 450px;
	overflow: hidden;
	padding: 0 0 35px;
}
/*会员列表*/
.member_list {
	width: 1020px;
	height: auto;
	float: left;
	margin: 28px 0 0;
}
.member_list a {
	width: calc(20% - 16px);
	width: -moz-calc(20% - 16px);
	width: -webkit-calc(20% - 16px);
	height: 310px;
	overflow: hidden;
	float: left;
	border: 1px solid #eaeaea;
}
.member_list a:nth-of-type(5n+1),.member_list a:nth-of-type(5n+2),.member_list a:nth-of-type(5n+3),.member_list a:nth-of-type(5n+4) {
	margin: 0 20px 20px 0;
}
.member_list a:nth-of-type(5n) {
	margin: 0 0 20px;
}
.member_list a .list-img {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 10px;
}
.member_list a .list-img img {
	width: 100%;
}
.member_list a .list-txt {
	width: 100%;
	overflow: hidden;
	color: #adadad;
	text-align: center;
}
.member_list a .list-txt h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin: 3px 0;
}
.member_list a .list-txt h4 {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	color: #000000;
	overflow: hidden;
}
.member_list a:hover {
	box-shadow: 0 0 19.53px 1.47px rgba(0,0,0,0.18);
}
@media only screen and (max-width: 991px) {
	.member_list {
		width: 700px;
		margin: 28px auto 0;
		float: none;
	}
	.member_list a {
		width: calc(25% - 12px);
		width: -moz-calc(25% - 12px);
		width: -webkit-calc(25% - 12px);
		height: 305px;
	}
	.member_list a:nth-of-type(4n+1),.member_list a:nth-of-type(4n+2),.member_list a:nth-of-type(4n+3) {
		margin: 0 16px 16px 0;
	}
	.member_list a:nth-of-type(4n) {
		margin: 0 0 16px;
	}
}
@media only screen and (max-width: 767px) {
	.member_list {
		width: 100%;
		margin: 23px auto 0
	}
	.member_list a {
		width: calc(50% - 6px);
		width: -moz-calc(50% - 6px);
		width: -webkit-calc(50% - 6px);
		height: 305px;
	}
	.member_list a:nth-of-type(2n+1) {
		margin: 0 12px 12px 0;
	}
	.member_list a:nth-of-type(2n) {
		margin: 0 0 12px;
	}
}
@media only screen and (min-width: 992px) {
	.member_list {
		width: 610px;
	}
	.member_list a {
		width: calc(33.33% - 10px);
		width: -moz-calc(33.33% - 10px);
		width: -webkit-calc(33.33% - 10px);
		height: 345px;
	}
	.member_list a:nth-of-type(3n+1),.member_list a:nth-of-type(3n+2) {
		margin: 0 15px 15px 0;
	}
	.member_list a:nth-of-type(3n) {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.member_list {
		width: 730px;
	}
	.member_list a {
		width: calc(25% - 15px);
		width: -moz-calc(25% - 15px);
		width: -webkit-calc(25% - 15px);
		height: 310px;
	}
	.member_list a:nth-of-type(4n+1),.member_list a:nth-of-type(4n+2),.member_list a:nth-of-type(4n+3) {
		margin: 0 20px 20px 0;
	}
	.member_list a:nth-of-type(4n) {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1450px) {
	.member_list {
		width: 1020px;
	}
	.member_list a {
		width: calc(20% - 16px);
		width: -moz-calc(20% - 16px);
		width: -webkit-calc(20% - 16px);
		height: 340px;
	}
	.member_list a:nth-of-type(5n+1),.member_list a:nth-of-type(5n+2),.member_list a:nth-of-type(5n+3),.member_list a:nth-of-type(5n+4) {
		margin: 0 20px 20px 0;
	}
	.member_list a:nth-of-type(5n) {
		margin: 0 0 20px;
	}
}
/*会员详情样式*/
.member_left {
	width: 990px;
	height: auto;
	float: left;
}
.member_left .member_title {
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 10px;
	padding: 10px 0 0;
}
.member_title .title-img {
	width: 90px;
	height: 90px;
	line-height: 87px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.title-img img {
	width: 60px;
}
.member_title .title-txt {
	width: calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	height: 90px;
	padding: 20px 0 0 15px;
	overflow: hidden;
	float: left;
}
.title-txt h4 {
	width: 100%;
	height: 30px;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
}
.title-txt p {
	width: 100%;
	height: 20px;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.member_left .member_txt {
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;
}
.member_txt p {
	margin: 10px 0 0;
}
.member_left .member_txt img {
	max-width: 100%;
	margin: 25px 0 0;
}
.share_box,.matching_box {
	width: 970px;
	height: auto;
	margin: 40px 0 0;
}
.share_box h3,.matching_box h3 {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #e8e8e8;
	padding: 0 0 0 37px;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/member-logo.png) no-repeat 2px 2px;
	margin: 0 0 10px;
}
.share_box h3 strong,.matching_box h3 strong {
	display: block;
	color: #0d65bc;
	font-size: 22px;
	width: 88px;
	height: 40px;
	overflow: hidden;
	border-bottom: 4px solid #0d65bc;
}
.share_box .share_menu,.matching_box .matching_menu {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 10px;
}
.share_box .share_menu li,.matching_box .matching_menu li {
	width: 110px;
	height: 40px;
	line-height: 38px;
	overflow: hidden;
	margin: 0 10px 0 0;
	float: left;
	color: #666666;
	font-size: 14px;
	border-radius: 4px;
	background-color: #d3d3d3;
	border: 1px solid #d3d3d3;
	text-align: center;
	cursor: pointer;
}
.share_box .share_menu li:hover,.matching_box .matching_menu li:hover {
	font-weight: bold;
	color: #1f63b4;
	background-color: transparent;
	border-color: #1f63b4;
}
.share_box .share_menu li.active,.matching_box .matching_menu li.active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1f63b4;
	border-color: #1f63b4;
}
.share_box .share_list {
	width: 100%;
	height: auto;
}
.matching_box .matching_list {
	width: 100%;
	height: auto;
	margin: 25px 0 0;
}
.share_box .share_list li,.matching_box .matching_list li {
	width: 100%;
	height: auto;
	display: none;
}
.share_box .share_list li.active,.matching_box .matching_list li.active {
	display: block;
}
.share_box .share_list li a,.matching_box .matching_list li a {
	display: block;
	width: calc(33.33% - 14px);
	width: -moz-calc(33.33% - 14px);
	width: -webkit-calc(33.33% - 14px);
	overflow: hidden;
	border: 1px solid #e0e0e0;
	float: left;
}
.share_box .share_list li a:nth-of-type(3n+1),.share_box .share_list li a:nth-of-type(3n+2) {
	margin: 20px 21px 0 0;
}
.share_box .share_list li a:nth-of-type(3n) {
	margin: 20px 0 0;
}
.share_box .share_list li a .share_img {
	width: 100%;
	overflow: hidden;
}
.share_img img {
	width: 100%;
	transition: all 1s;
}
.share_box .share_list li a h4 {
	width: 100%;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	padding: 10px 20px 15px;
}
.share_box .share_list li a:hover .share_img img {
	transform: scale(1.1);
}
.share_box .share_list li a:hover {
	box-shadow: 0.74px 0.67px 31px 1px rgba(0,0,0,0.13);
}
.matching_list li a:nth-of-type(3n+1),.matching_list li a:nth-of-type(3n+2) {
	margin: 0 21px 29px 0;
}
.matching_list li a:nth-of-type(3n) {
	margin: 0 0 29px;
}
.matching_list li a .matching_img {
	width: 100%;
	overflow: hidden;
}
.matching_list li a .matching_img img {
	width: 100%;
}
.matching_list li a h4 {
	width: 100%;
	height: 49px;
	line-height: 50px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	background-color: #ededed;
	padding: 0 20px;
}
.matching_list li a:hover {
	box-shadow: 0.74px 0.67px 31px 1px rgba(0,0,0,0.13);
}
.matching_list li a:hover h4 {
	background-color: #0d65bc;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.member_left {
		width: 100%;
	}
	.share_box, .matching_box {
		width: 100%;
	}
	.share_box .share_list li a h4 {
		padding: 10px 15px;
	}
	.matching_list li a h4 {
	    height: 39px;
	    line-height: 40px;
	    padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.member_title .title-img {
	    width: 60px;
	}
	.member_title .title-txt {
	    width: calc(100% - 60px);
	    width: -moz-calc(100% - 60px);
	    width: -webkit-calc(100% - 60px);
	    padding: 20px 0 0 10px;
	}
	.member_txt p {
	    margin: 5px 0 0;
	}
	.member_left .member_txt img {
	    margin: 20px 0 0;
	}
	.share_box, .matching_box {
	    margin: 30px 0 0;
	}
	.share_box .share_menu, .matching_box .matching_menu {
	    margin: 20px 0 0;
	}
	.share_box .share_menu li, .matching_box .matching_menu li {
		width: 100px;
	    height: 35px;
	    line-height: 33px;
	}
	.share_box .share_list li a,.matching_box .matching_list li a {
		width: calc(50% - 7px);
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
	}
	.share_box .share_list li a:nth-of-type(2n+1) {
		margin: 14px 14px 0 0;
	}
	.share_box .share_list li a:nth-of-type(2n) {
		margin: 14px 0 0;
	}
	.share_box .share_list li a h4 {
		padding: 10px;
	}
	.share_box .share_list li a h4 br {
	    display: none;
	}
	.matching_list li a:nth-of-type(2n+1) {
		margin: 0 14px 14px 0;
	}
	.matching_list li a:nth-of-type(2n) {
		margin: 0 0 14px;
	}
	.matching_list li a h4 {
	    height: 34px;
	    line-height: 35px;
	    padding: 0 10px;
	}
}
@media only screen and (min-width: 992px) {
	.member_left {
		width: 610px;
	}
	.share_box, .matching_box {
	    width: 610px;
	}
	.share_box .share_list li a h4 {
		padding: 10px;
	}
	.matching_list li a h4 {
	    height: 39px;
	    line-height: 40px;
	    padding: 0 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.member_left {
		width: 730px;
	}
	.share_box, .matching_box {
	    width: 730px;
	}
	.share_box .share_list li a h4 {
		padding: 10px 20px 15px;
	}
	.matching_list li a h4 {
	    height: 49px;
	    line-height: 50px;
	    padding: 0 20px;
	}
}
@media only screen and (min-width: 1450px) {
	.member_left {
		width: 990px;
	}
	.share_box, .matching_box {
	    width: 970px;
	}
}