body{ background:#ffffff; width:100%; margin:0 auto; max-width:640px; min-width: 320px;}

*{ padding:0px; margin:0px; font-family:Microsoft YaHei; }

img{ border:none; width:100%;}

a{ text-decoration:none;}

ul,li{ list-style:none;}
img{
	width: 100%;
}
.header-nav{
	position: fixed;
	max-width: 640px;

}
.banner{
	margin-top: 50px;
}
.cont > a:last-child{
	margin-top: 2.12rem;
	display: block;
	width: 100%;
	height: 3.012rem;
	background: #0050a2;
	text-align: center;
	line-height: 3.012rem;
	font-size: 1.3rem;
	color: #fff;
}
.cont ul{
	padding: 0 1rem;
}
.cont ul li{
	width: 100%;
	height:11.824rem;
	border-radius:10px;
	background: #d9d9d9;
	margin: 1.5rem 0;
	
}
.cont ul li img{
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
	
}
.cont ul li div{
	width: 50%;
	float: right;
	padding-left:0.85rem;
	padding-right: 0.25rem;
	padding-top: .5rem;
}
.cont ul li div strong{
	font-size: 1.2rem;
	color: #3c3c3c;
	line-height: 1.5rem;
}
.cont ul li div p{
	font-size: 0.85rem;
	padding-top: 0.35rem;
	line-height: 1.2rem;
	color: #3c3c3c;
}
.cont ul li div a{
	width: 40%;
	height: 2.12rem;
	line-height: 2.12rem;
	text-align: center;
	margin-left: 5%;
	margin-top: .8rem;
	background: #a8a8a8;
	color: #fff;
	display: inline-block;
}
.cont ul li:nth-child(3) img,.cont ul li:nth-child(7) img{
	float: right;
}
.cont ul li:nth-child(3) div,.cont ul li:nth-child(7) div{
	float: left;
}
