body{

	background: #f7f7f7;

}

.newsDetail{

	width: 740px;

	margin: 68px auto 0;

}

.newsDetail>h1{

	font-size: 26px;

	color: #2f2f2f;

	line-height: 36px;

	font-weight: bold;

}

.newsDetail>h2{

	font-size: 16px;

	color: #2f2f2f;

	margin-top: 26px;

	line-height: 20px;

}

.newsDetail>h2 i{

	display: inline-block;

	width: 1px;

	height: 16px;

	margin: 0 29px;

	background: #000000;

	vertical-align: middle;

}

.newsDetail>h2 span:last-child{

	font-size: 14px;

	color: #acabab;

}

.newsDetail>p{

	background: #eff2f7;

	margin-top:38px;

	font-size: 14px;

	color: #777676;

	line-height: 20px;

	padding: 20px 28px;

}

.newsDetail>p span{

	font-size: 16px;

	color: #828385;

}

.newsDetail .content{

	width: 710px;

	overflow: hidden;

	margin-top: 23px;

	padding: 15px 15px;

	color: #4f4f4f;

	font-size: 16px;

	line-height: 21px;

}

.newsDetail .content img{

	max-width: 100%;

	margin-top: 10px;

}

/*.newsDetail .content>h5{

	font-weight: bold;

	margin-top: 20px;

	text-align: center;

}

.newsDetail .content>h6{

	font-weight: 700;

	margin-top: 15px;

}

.newsDetail .content>h4{

	font-weight: 700;

	margin-top: 8px;

	text-indent: 32px;

}*/

.newsDetail .share{

	height: 44px;

	margin: 48px auto 43px;

	line-height: 44px;

	font-size: 16px;

	color: #4f4f4f;

}

.bdsharebuttonbox{

	display: inline-block;

	vertical-align: middle;

	margin-left: 20px;

}

.bdsharebuttonbox .bds_weixin{

	display: inline-block;

	width: 35px;

	height: 34px;

	background: url(../img/article/weixin.png) no-repeat;

	background-size: 100% 100%;

	margin-right: 20px;

}

.bdsharebuttonbox .bds_tsina{

	display: inline-block;

	width: 35px;

	height: 34px;

	background: url(../img/article/weibo.png) no-repeat;

	background-size: 100% 100%;

}

.share a.back{

	float: right;

	width: 115px;

	height: 32px;

	line-height: 32px;

	font-size: 14px;

	color: #1588e3;

	text-align: center;

	border: 1px solid #1588e3;

	margin-top: 5px;

	border-radius: 4px;

}

.share a.back:hover{

	background: #1588e3;

	color: #fff;

}

@media screen and (max-width:767px) {
	
	.newsDetail{
		width: 90%;
	}

	.newsDetail .content{
		width: 100%;
		box-sizing: border-box;
	}

}