/*
*	
*	module:图文混排
*	author:hao.yu;
*	date  :2015-04-1;
*
*/
html{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	line-height:1.6
}
body{
	-webkit-touch-callout:none;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	background:#fff;
	line-height:inherit
}
h1,h2,h3,h4,h5,h6{
	font-weight:400;
	font-size:16px
}
*{
	margin:0;
	padding:0;
	font-style:normal
}
a{
	color:#607fa6;
	text-decoration:none
}
.page-Content *{
	max-width: 100%!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	word-wrap: break-word!important;
}
.page-Content p {
  clear: both;
  min-height: 1em;
  white-space: pre-wrap;
}
.img-content{
	padding:10px 15px 15px;
}
@media screen and (min-width: 1024px){
	body{
		background-color:#f3f3f3;
	}
	.page-Content{
		width:740px;
		margin:0 auto;
		background:#fff;
		border:1px solid #d9dadc;
	}
}

