.sub_bg{
	background-color: #f0f0f0;
	height: auto;
}
.top_row{
	height: 40px;
	line-height: 40px;
	width: 1200px;
	margin:0 auto;
	/* background-color: #e1e3ed; */
}
.position_title{
	width: 500px;
	float: left;
}
.top_row .position_title p {
	font-family: simsun;
	font-size: 13px;
	color: #707070;
	background: url(../image/icon_position.png) left center no-repeat;
	padding-left: 26px;
	cursor: pointer;
}
.top_row span {
	color: #F03C3C;
}


.sub_main{
	background-color: #ffffff;
/* 	background:url("../images/list_bg.png") no-repeat;
	background-size: 100% auto; */
	height:auto;
	padding-bottom: 20px;
	min-height: 500px;
}
.center_member_intro{
	width: 800px;
	margin: 0 auto;
}
.member_name{
	text-align: center;
	width: 100%;
	font-size: 32px;
    color: #000000;
    padding: 30px 0;
    font-family: "宋体";
}
.member_intro_detail{
	font-size: 14px;
    color: #4a4a4a;
    line-height: 35px;
    padding-bottom: 40px;
}
.member_intro_detail p{
	
}
.member_intro_detail strong{
}
.memberlist{
	height: 40px;
	float: left;
	width: 700px;
}
.memberlist ul li{
	display: block;
	float: left;
	height: 40px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	padding: 0 20px;
}
.member_contro{
	display: none;
}
.currently{
/* 	border-bottom: 2px solid #0a38d8; */
	box-sizing: border-box;
}
.show{
	display: block;
}