.content {
	width: 900px;
	min-height: 938px;
	margin: auto;
	position: relative;
}
.content p {
	margin: 0px;
}
.content a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
}
.content .title-position {
	font-size: 12px;
}
.content .title {
	font-size: 12px;
	color: #165BB5;
	cursor: pointer;
}
.content .vipSelect {
	font-size: 12px;
	color: #165BB5;
	display: none;
	cursor: pointer;
}
.content .cont-left {
	width: 100%;
	height: auto;
	/*background-color: black;*/

	margin-top: 15px;
	min-height: 470px;
	padding-bottom: 50px;
}
.cont-left .tab-box {
	width: 100%;
	height: 80px;
}
.cont-left .tab-box > div {
	color: #02a4f0;
	border-bottom: 1px solid #02a4f0;
	width: 33%;
	margin: auto;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
    font-family: "Microsoft YaHei";
}
/*协会简介*/

.cont-left .assInfo {
	width: 100%;
	font-size: 16px;
    line-height: 28px;
}
.assInfo .assinfo-name {
	font-size: 16px;
	color: #165BB5;
	margin: 30px 0px;
	display: block;
	text-align: center;
}
.assInfo img {
	text-align: center;
	width: 100%;
}
.assInfo p {
	font-size: 14px;
	/*margin-bottom: 1.5em;*/
	line-height: 26px;
	letter-spacing: 1px;
}
.assInfo p:first-of-type {
	margin-top: 25px;
}
/*协会章程*/

.cont-left .assRules {
	width: 100%;
}
.assRules .assRules-name {
	font-size: 16px;
	color: white;
	margin-top: 30px;
	display: block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	background-color: #02a4f0;
	text-align: center;
	border-radius: 4px;
}
.assRules .line1 {
	width: 1px;
	height: 30px;
	background-color: #02a4f0;
	display: block;
	margin-left: 70px;
}
.assRules .unit {
	width: 100%;
	/*min-height: 300px;*/

	position: relative;
}
.assRules .unit .section-left {
	width: 160px;
}
.assRules .unit .section-left .section-title {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #02a4f0;
	line-height: 50px;
	text-align: center;
	color: white;
	margin-left: 45px;
	position: relative;
	top: 18px;
	z-index: 2;
}
.assRules .unit .line {
	width: 1px;
	height: 100%;
	background-color: #02a4f0;
	position: absolute;
	left: 70px;
	top: 0px;
	z-index: 0;
}
.assRules .unit .section-right {
	padding: 20px;
	margin-left: 130px;
	margin-top: -40px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.triangle-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #ccc;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 12px;
	left: -14px;
}
.triangle-left:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 2px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
}
.assRules .unit .section-content {
	/* height: 222px;*/

	max-height: 222px;
	overflow: hidden;
}
.assRules .unit .section-content p {
	font-size: 13px;
	letter-spacing: 1px;
	text-indent: 26px;
	line-height: 28px;
}
.assRules .unit .section-content .section-name {
	font-size: 15px;
	margin-bottom: 10px;
}
.assRules .unit .section-content .sectionCont {
	font-size: 13px;
	letter-spacing: 1px;
	text-indent: 26px;
	line-height: 21px;
}
.assRules .unit .open-unit {
	color: #02a4f0;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
/*领导机构*/

.cont-left .assLeader {
	width: 930px;
	margin: auto;
}
.cont-left .assItem {
	display: none;
}
.assLeader .assLeader-name {
	font-size: 16px;
	color: #165BB5;
	margin: 30px 0px;
	display: block;
	text-align: center;
}
.assLeader .lader-chairman {
}
.assLeader .lader-job {
	text-align: center;
	color: #02a4f0;
	margin-top: 20px;
}
.assLeader .lader-item {
	width: 174px;
	height: 246px;
	margin: auto;
	margin-top: 20px;
	display: block;
	text-decoration: none;
	color: black;
}
.assLeader .lader-viceChairman .lader-item {
	float: left;
	margin-left: 10px;
}
.assLeader .lader-sec {
	clear: both;
	position: relative;
	top: 40px;
}
.assLeader .laderDetail {
}
.assLeader .laderDetail .lader-img {
	width: 174px;
	height: 203px;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}
.assLeader .laderDetail .job {
	text-align: center;
	margin-top: 20px;
}
.assLeader .laderDetail .job a {
	color: #02a4f0;
}
.assLeader .laderDetail .job a:hover {
	text-decoration: underline;
}
.assLeader .laderDetail .lader-info {
	margin-top: 20px;
	letter-spacing: 2px;
	line-height: 24px;
}
