.w .product_left{
	float: left;
	overflow: hidden;
	margin-right: 30px;
}
.w .product_left dt{
	font-size: 40px;
	color: #606063;
	width: 400px;
	overflow: hidden;
	border-bottom: 1px solid #97979b;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
}
.w .product_left dt:before{
	content: "";
	width: 15px;
	height: 48px;
	display: block;
	float: left;
	background-color: #97979b;
	border-radius: 5px;
	margin-left: 6px;
	margin-right: 25px;
}
.w .product_left dd a{
	display: block;
	overflow: hidden;
	background-color: #0d63c0;
	border-radius: 20px;
	height: 60px;
	line-height: 50px;
	margin-top: 20px;
	width: 400px;
}
.w .product_left dd a,.w .product_left dd a span{
	font-size: 25px;
	line-height: 60px;
	color: #fff;
	overflow: hidden;
}
.w .product_left dd a span{
	margin-left: 30px;
	overflow: hidden;
}
.w .product_article h3{
	font-size: 35px;
	font-weight: normal;
	color: #3a3a3c;
	text-align: center;
}
.w .product_article{
	overflow: hidden;
	padding-top: 30px;
}
.share{
	margin-top: 35px;
	border-bottom: 1px solid #878687;
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	padding-bottom: 15px;
}
.share font{
	font-size: 18px;
	color: #878687;
	overflow: hidden;
	line-height: 29px;
}
.share span{
	float: right;
	overflow: hidden;
}
.share span div{
	font-size: 18px;
	color: #878687;
	line-height: 29px;
	float: left;
}
.share span a{
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.share span a:last-child{
	margin-right: 0px;
}
.post_content *{
	font-size: 16px;
}
.post_content img{
	max-width: 100%;
}
.post_content{
	padding: 30px;
	box-sizing: border-box;
}
