 @media only screen and (min-width: 320px) and (max-width: 740px) {
		.pro-list ul li{width: 100%;}	
					}					
	@media only screen and (min-width: 741px) and (max-width:1200px) {	
	.pro-list ul li:nth-of-type(3n+2){margin: 0 2%;}
	.pro-list ul li{width: 32%;}	
	.pro-list ul li .pro-bottom p{height: 70px;}		    
					}
	@media only screen and (min-width: 1200px)  {					
	.pro-list ul li:nth-of-type(3n+2){margin: 0 2%;}
	.pro-list ul li{width: 32%;}
	.pro-list ul li .pro-bottom p{height: 40px;}
					}
	.pro-list {padding: 3% 0;}
	.pro-list h1{font-size: 0.4rem;color: #33b371;font-weight: 400;}
	.pro-list .text{font-size: 0.18rem;color: #333;margin: -0.5% 0 5% 0;}
	.pro-list ul li{float: left;margin-bottom: 3%;}
	.pro-list ul li .cptu{width: 100%;}
	.pro-list ul li .pro-bottom{background: #e5eff5;padding: 4% 0 6% 8.1%;width: 92%;position: relative;margin-top: -4px;}
	.pro-list ul li .pro-bottom h2{font-size: 0.24rem;color: #333;font-weight: 400;height: 0.6rem;line-height: 0.27rem;}
	.pro-list ul li .pro-bottom p{font-size: 0.14rem;color: #666;width: 75%;margin-top: 5%;}
	.pro-list ul li .pro-bottom img{position: absolute;bottom: 0;right: 0;}
	.pagination{text-align:center;margin:3% 0;line-height:23px;}
		.pagination span, .pagination a{font-size:12px;margin:2px 6px 2px 0;background:#fff;border:1px solid #e5e5e5;color:#787878;padding:2px 5px 2px 5px;text-decoration:none;}
		.pagination a:hover{background:#8391A7;border:1px solid #fff;color:#fff;}
		.pagination .current{background:#fff;border:1px solid #8d8d8d;color:#393939;font-size:12px;padding:2px 5px 2px 5px;}
