* {
	margin: 0;
	padding: 0;
}

.friendshipLinks,.management,.managingDirector,.viceChairman {
	display: none;
}

.main-content {
	width: 1200px;
	margin: 0 auto 56px;
	font-family: Microsoft Yahei;
	min-height: 630px;
}

/* 侧栏导航区 */
.aside-nav {
	width: 300px;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 1);
}

.aside-nav>p {
	height: 80px;
	line-height: 80px;
	color: rgba(172, 52, 52, 1);
	font-size: 24px;
	font-weight: 700;
	margin-left: 32px;
}

.aside-nav>ul>li {
	position: relative;
	width: 300px;
	height: 56px;
	line-height: 56px;
	border-radius: 0px;
	padding-left: 32px;
	font-size: 14px;
	color: #333;
}

.aside-nav>ul>li:hover {
	background-color: #ac3434;
	color: #fff;
	cursor: pointer;
}

.aside-nav .structure {
	padding-left: 48px;
	font-size: 14px;
	background-color: rgba(172, 52, 52, 0.1);
}

.aside-nav .structure>li {
	height: 56px;
	line-height: 56px;
	color: rgba(51, 51, 51, 1);
}

.aside-nav .structure>li:hover {
	color: #ac3434;
	cursor: pointer;
}

.currentOne {
	background-color: #ac3434;
	color: #fff !important;
}

.currentTwo {
	color: #ac3434 !important;
}
/*箭头图标*/
.leftArrow {
	position: absolute;
	right: 22px;
	font-size: 15px;
}

.downArrow {
	position: absolute;
	right: 22px;
	font-size: 15px;
}

/*内容区*/
.details {
	width: 880px;
	background-color: #fff;
	font-size: 14px;
	min-height: 500px;
}
/*内容头部索引*/
.header {
	width: 880px;
	height: 80px;
}

.headerLeft {
	margin-top: 12px;
	margin-left: 32px;
	height: 56px;
	line-height: 56px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-weight: 700;
}

.header>span {
	height: 32px;
	line-height: 32px;
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
	text-align: left;
	margin-left: 4px;
	margin-top: 24px;
}

.headerRight {
	height: 56px;
	line-height: 56px;
	margin-top: 12px;
	margin-right: 32px;
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
}
/*内容头部索引*/
/*内容部分*/
/*图片排版*/
article>section {
	min-height: 832px;
}

article>section>figure {
	width: 192px;
	height: 192px;
	line-height: 20px;
	background-color: rgba(245, 245, 245, 1);
	text-align: center;
	margin-left: 16px;
	margin-bottom: 16px;
}

article>section>figure.firstPerRow {
	margin-left: 32px;
}

article>section>figure.lastRow {
	margin-bottom: 32px;
}

article>section>figure .image {
	width: 192px;
	height: 112px;
	background: #f5f5f5;
	border-bottom: 1px rgba(172,52,52,0.12) solid;
	text-align: center;
	line-height: 112px;
}
.image>img {
	height: 111px;
}
/* article>section>figure .image>img {
	vertical-align: middle;
} */

article>section>figure .description {
	width: 192px;
	height: 80px;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	text-align: center;
	padding: 16px;
}
/*图片排版*/
/*内容部分*/