.ExpainLeft {
	overflow: hidden;
	float: left;
	width: 230px;
	font-family: 'Microsoft Yahei';
	min-height: 700px;
}

.ExpainLeftTitle {
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	background: #2868c8;
	font-weight: normal;
}

.ExpainNavList {
	overflow: hidden;
}

.ExpainNavTitle {
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding-left: 45px;
	background: #eaeaea;
	color: #666;
	position: relative;
	border-bottom: 1px white solid;
}

.ExpainNavTitle:hover {
	background-color: #dadada;
}

.ExpainNavTitle .icon02 {
	top: 17px;
	right: 20px;
	position: absolute;
	border-width: 5px;
	border-style: solid;
	border-color: #999 transparent transparent transparent;
}

.ExpainNavTitle .icon03 {
	border-color: transparent transparent #999 transparent;
}

.ExpainNavspan {
	overflow: hidden;
}

.ExpainNavspan span {
	display: block;
	padding-left: 45px;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid white;
	background: #f9f9f9;
}

.ExpainNavspan span a.on {
	font-weight: bold;
	color: #2868c8;
}

.ExpainRight {
	width: 920px;
	float: right;
	overflow: hidden;
}

.ExpeainRightCurrent {
	height: 40px;
	font: 14px/40px 'Microsoft Yahei';
	background: #eaeaea;
	font-weight: normal;
	padding: 0 0 0 15px;
}

.ExpainCountent {
	overflow: hidden;
	font-size: 14px;
	line-height: 38px;
	padding: 20px;
}

.ExpainCountent img {
	max-width: 100%;
}

.explain-profile-main {
	overflow: hidden;
	padding: 40px 0 20px 0;
	border-bottom: 2px #d1d1d1 solid;
}

.explain-profile-main .profile-l {
	float: left;
}

.explain-profile-main .profile-name {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	position: relative;
	padding-bottom: 20px;
}

.explain-profile-main .profile-name:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #3c4652;
}

.explain-profile-main .profile-title {
	padding: 20px 0 50px 0;
}

.explain-profile-main .profile-title-text {
	display: inline-block;
	line-height: 36px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px #3a4652 solid;
	padding: 0 10px;
	border-radius: 5px;
}

.explain-profile-main .profile-nav-text {
	display: inline-block;
	width: 110px;
	line-height: 30px;
	background: #3c4652;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.explain-profile-main .profile-r {
	float: right;
}

.explain-profile-main .profile-r .profile-img {
	width: 300px;
	height: 210px;
	vertical-align: middle;
}