﻿.articleContent{
	width: 942px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.articleContent *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #020202;
}
.articleHeader{
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.articleHeader h3{
	padding: 10px 0 15px 0;
	font-size: 24px;
}
.articleHeader p span,.articleHeader p{
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.articleDetails{
	width: 100%;
}
.articleTitle{
	padding:30px 0 10px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
}
.aticleSubstance{
	width: 100%;
}
.aticleSubstance img{
	width:100%;
	margin: 0 auto;
	display: block;
	margin-bottom:40px;
}
.bottomRecommend{
	width: 100%;
	padding:0 0 20px;
	border-bottom: 1px solid #eee;
}
.bottomRecommend h5{
	font-size: 16px;
	padding-bottom: 16px;
	font-weight: normal;
	color: #666666;
}
.bottomRecommend h5 span{
	color: #020202;
	font-size:14px;
}
.bottomList dt{
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	margin-top: 20px;
	font-weight: bold;
}
.bottomList dd li{
	width:calc(50% - 25px);
	float: left;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	margin-bottom: 10px;
}
.bottomList dd li span{
	width: 3px;
	height: 3px;
	display: block;
	background: #666;
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	border-radius:6px;
}
.bottomList dd li:nth-child(2n+1){
	margin-right: 50px;
}
.bottomRecommend a:hover h5{
	color:#005982;
}
.bottomList li:nth-child(1) p{
	font-size: 16px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}