body{
	background-color: rgb(240,240,240);
}

.cont{
	margin-top: 80px;
  margin-bottom: 20px;
}

.p1{
	font-size: 24px;
	color: #fff;
	background: url(../img/nav.png)no-repeat;
	background-position: center left;
	height: 51px;
	line-height: 51px;
	text-indent: 70px;
	width: 100%;
}

.p2{
	border-top: 4px solid rgba(203,36,43,1);
	width: 96%;
	padding: 35px 2%;
	background-color: #FFFFFF;
	font-size: 24px;
	margin-top: -3px;
}