
.baogaoList{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	background: #fff;
	padding:40px 0;
}
.baogaoList li{
	width: 900px;
	line-height:50px;
	margin:0 auto;
	padding:0 50px;
	overflow: hidden;
	font-size: 16px;
}
.baogaoList li span{
	float: right;
	color:#0ae;
	cursor: pointer;
}
.modelCon{
	display: none;
	position:fixed;
	top:20%;
	left:1%;
	height:100%;
	width:100%;
}
.modelCon .modal{
	/*display: none;*/
	width:350px;
	height:280px;
	padding:40px;
	background: #fff;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-100px;
	margin-left: -135px;
}
.modal p{
	line-height: 10px;
}
.modal img{
	position: absolute;
	top:0;
	right:0;
	margin-top:-12px;
	margin-right:-12px;
}
.modal span{
	display: block;
	width:260px;
	text-align: center;
	border-radius: 8px;
	color:#fff;
	line-height: 40px;
	margin:30px auto;
	background: #0ae;
	font-size: 16px;

}
.modelCon .modal2{
	display: none;
	width:300px;
	height:400px;
	padding:40px;
	background: #fff;
	position: absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left: -150px;
}
.modal2 p{
	text-align: center;
	line-height:50px;
	font-size:18px;
}
.modal2 .colse{
	position: absolute;
	top:0;
	right:0;
}