body{
	background: #F3F3F3;
}
.header{
	background: #fff;
	text-align: center;
	padding: 15px 0;
	min-width:1024px;
}
.content{
	display: inline-block;
	vertical-align: top;
	/*width:66%;
	min-width:980px;*/
	width:1190px;
	text-align: left;
}
.head-con .logo{
	display: inline-block;
	vertical-align: top;
	/*height: 26px;*/
	width:150px;
}
.head-con .logo img{
	height: 100%;
	border:none;
}
.nav-box{
	float: right;
	height: 30px;
}
.nav-box li{
	height: 100%;
	line-height: 26px;
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-left: 80px;
}
.nav-box li a{
	color:#111;
}
.nav-box li a.rOrLogin{
	color:#2C66AB;
}
.main{
	text-align: center;
	min-width:1024px;
	margin-bottom: 25px;
}
.section-box{
	background: #fff;
	padding: 30px 100px;
	box-sizing: border-box;
}
/*********************common**********************/

.section-box>.title{
	text-align: center;
	font-size: 32px;
	letter-spacing: 1px;
	padding-top: 16px;
}
.section-box>.time{
	font-family: arial;
	text-align: center;
	color:#999;
	padding-top: 12px;
	margin-bottom: 40px;
	font-size: 14px;
}
.section-box>.article{
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	color:#555;
	text-indent: 2em;
}
.section-box>.article:last-child{
	margin-bottom: 10px;
}
.section-box>.img-box{
	text-align: center;
	/*margin: 16px 0;*/
	margin-bottom: 30px;
}
.section-box>.img-box img{
	vertical-align: bottom;
}
.article{
	margin-bottom: 30px;
}			
/************************************foot-common******/
.foot{
	min-width:1024px;
	padding: 15px 0;
	text-align: center;
	background: #fff;
	font-size:12px;
	color:#999;
}
.foot p{
	margin-bottom: 10px;
}
.foot p:last-child{
	margin-bottom: 0;
}