#ProList{ overflow:hidden; width:1200px; margin:0 auto; padding:50px; background-color:#FFFFFF; border-radius:15px; box-shadow: 0 0 20px #e2e2e2; box-sizing:border-box; margin-top:50px;
}
p#change{
	width:300px;
	float:left;
	box-sizing:border-box;
	padding-right:80px; height:300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
}

p#change span{
	display:inline-block;
	width:100%; background-color:#f3f5f7; margin-bottom:30px;
	text-align:center;
	font-size:20px;
	padding-bottom:15px; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
	padding-top:15px;font-family:'HYJunHei-CEJ'; font-weight:bolder;
	color:#000000; cursor:pointer; border-radius:10px;
}
p#change span.hover{ background-color:#b22429; color:#FFFFFF;}
#ProList div.changeCon{
	display:none; width:730px; float:right; overflow:hidden;
}
