@media screen and (min-width: 1500px){
	
	body{background:#fff9fa;}
	.bigImg{width:100%;display: block;}
	.address{width:100%;background:#fff9fa;height:40px;border-bottom:1px solid #f0d4db;}
	.address .addCon{width:1200px;line-height: 40px;margin:0px auto;color:#230008;}
	.address .addCon a{color:#ff6688;}
	
	.listCon{width:1240px;margin:0px auto;}
	.listCon .style{width:285px;margin-top:20px;margin-left:20px;display: inline-block;}
	.listCon .style img{width:285px;height:200px;display: inline-block;}
	.listCon .style h1{color:#230008;font-weight: bold;margin-top:10px;font-size:18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.listCon .style h1:hover{color:#ff6688;}
	.listCon .style p{color:#8e7077;margin-top:10px;height:48px;overflow:hidden;line-height:26px;}
	.listCon .style .time{margin-top:14px;color:#ff6688;}
	.listPage{width:1200px;margin:0px auto;margin-top:20px;}
	
}

@media screen and (max-width: 1500px) and (min-width: 1200px){
	
	body{background:#fff9fa;}
	.bigImg{width:100%;display: block;}
	.address{width:100%;background:#fff9fa;height:40px;border-bottom:1px solid #f0d4db;}
	.address .addCon{width:1100px;line-height: 40px;margin:0px auto;color:#230008;}
	.address .addCon a{color:#ff6688;}
	
	.listCon{width:1140px;margin:0px auto;}
	.listCon .style{width:257px;margin-top:20px;margin-left:20px;display: inline-block;}
	.listCon .style img{width:257px;height:190px;display: inline-block;}
	.listCon .style h1{color:#230008;font-weight: bold;margin-top:10px;font-size:16px;overflow: hidden;min-height:48px;}
	.listCon .style h1:hover{color:#ff6688;}
	.listCon .style p{display:none;}
	.listCon .style .time{margin-top:14px;color:#ff6688;}
	.listPage{width:1100px;margin:0px auto;margin-top:20px;}
	
}

@media screen and (max-width: 1199px){
	
	.bigImg{width:100%;height:auto;display:block;}
	.address{display: none;}
	.address a{color:#ff6688;}
	.listCon{width:6.86rem;background:#fff;padding:0.01rem 0.32rem 0.3rem 0.32rem;}
	.listCon .style{width:6.86rem;display: block;margin-top:0.3rem;padding-bottom:0.2rem;border-bottom:0.01rem solid #ccc;}
	.listCon .style img{width:3rem;height:2.2rem;display: inline-block;}
	.listCon .style .font{width:3.66rem;float:right;position: relative;height:2.2rem;}
	.listCon .style h1{color:#230000;font-size:0.32rem;position: absolute;line-height: 0.55rem;top:0;left:0;}
	.listCon .style p{display: none;}
	.listCon .style .time{font-size:0.28rem;color:#ff6688;position: absolute;bottom:0;left:0;}
	
}