.section {
	margin-top: -4px;
	background-color: #F0F7FD;
}
.section .position {
	width: 100%;
	height: 68px;
	color: #666666;
	font-size: 14px;
	line-height: 100px;
	border-bottom: 1px solid #E5E5E5;
}
.section .position img {
	margin-bottom: 2px;
}


.section .content {
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 60px;
}
.section .content .artic {
	width: 100%;
	height: auto;
}
.section .content .artic h1 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}
.section .content .artic p {
	color: #333;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
	line-height: 34px;
	padding-bottom: 10px;
}
.section .content .artic img {
	margin-top: 10px;
	margin-bottom: 30px;
}
.section .content .page {
	width: 100%;
	height: 60px;
	font-size: 15px;
	margin-top: 20px;
	line-height: 60px;
	background-color: #DDEAF6;
}
.section .content .page .prev {
	width: 50%;
	height: 100%;
}
.section .content .page .next {
	width: 50%;
	height: 100%;
}

.section .content .page a:hover {
color:#0D83CA;
}


/*专家页个人简介部分*/
.section .introduce {
	width: 100%;
	height: auto;
}
.section .introduce .information {
	width: 100%;
	height: auto;
	padding: 38px 0;
	border-bottom: 1px dashed #CCCCCC;
}
.section .introduce .information img {
	margin-right: 44px;
}
.section .introduce .information .words h1 {
	color: #000;
	font-size: 20px;
	font-weight:bold;
	line-height: 50px;
}
.section .introduce .information .words p {
	font-size: 16px;
	line-height: 45px;
}
.section .introduce .information .words a {
	font-size: 16px;
	line-height: 45px;
}
.section .introduce .information .words a img {
	width: 2%;
}
.section .introduce .artic {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}
.section .introduce .artic h1 {
	color: #000;
	font-size: 20px;
	line-height: 80px;
}
.section .introduce .artic p {
	color: #000;
	font-size: 16px;
	text-indent: 2em;
	line-height: 35px;
	
}