
@media screen and (min-width: 1501px){
	html {
		background: #F5F5F5;
	}
	.list {
		margin: 0 auto;
		width: 1440px;
		box-sizing: border-box;
		margin-top: 50px;
		display: flex;
		flex-wrap: wrap;
	}
	.list a{
		width: calc((100% - 120px)/4);
		margin-right: 40px;
		margin-bottom: 40px;
		padding-top: 49px;
		padding-bottom: 40px;
		display: inline-block;
		background: #fff;
		box-shadow: 0px 0px 10px 1px rgba(26,115,51,0.1);
	}
.list a:nth-child(4n+4){
		margin-right: 0;
	}
	.list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333;
	}
	.list li img{
		width: 100px;
		height: 100px;
		margin-bottom: 50px;
	}
	.list li span{
		font-size: 20px;
	}
	.list li:nth-of-type(4n){
		margin-right: 0;
	}
	
	
}
@media (max-width:1500px){
	html {
		background: #F5F5F5;
	}
	.list {
		margin: 0 auto;
		width: 1140px;
		box-sizing: border-box;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.list a{
		width: calc((100% - 90px)/4);
		margin-right: 30px;
		margin-bottom: 30px;
		padding-top: 39px;
		padding-bottom: 30px;
		box-shadow: 0px 0px 10px 1px rgba(26,115,51,0.1);
		display: inline-block;
		background: #fff;
	}
.list a:nth-child(4n+4){
		margin-right: 0;
	}
	.list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333;
	}
	.list li img{
		width: 90px;
		height: 90px;
		margin-bottom: 40px;
	}
	.list li span{
		font-size: 18px;
	}
	.list li:nth-of-type(4n){
		margin-right: 0;
	}
}
@media (max-width:1199px){
	html {
		background: #F5F5F5;
	}
	.list {
		margin: 0 auto;
		width:960px;
		box-sizing: border-box;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.list a{
		width: calc((100% - 60px)/4);
		margin-right: 20px;
		margin-bottom: 20px;
		padding-top: 29px;
		padding-bottom: 20px;
		box-shadow: 0px 0px 10px 1px rgba(26,115,51,0.1);
		display: inline-block;
		background: #fff;
	}
.list a:nth-child(4n+4){
		margin-right: 0;
	}
	.list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333;
	}
	.list li img{
		width: 80px;
		height:80px;
		margin-bottom: 30px;
	}
	.list li span{
		font-size: 16px;
	}
	.list li:nth-of-type(4n){
		margin-right: 0;
	}
}
@media (max-width:991px){
	html {
		background: #F5F5F5;
	}
	.list {
		margin: 0 auto;
		width:100%;
		box-sizing: border-box;
		padding: 0 15px;
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.list a{
		width: calc((100% - 15px)/2);
		margin-right: 15px;
		margin-bottom: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
		box-shadow: 0px 0px 10px 1px rgba(26,115,51,0.1);
		display: inline-block;
		background: #fff;
	}
.list a:nth-child(2n+2){
		margin-right: 0;
	}
	.list li {
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #333;
	}
	.list li img{
		width: 80px;
		height:80px;
		margin-bottom:28px;
	}
	.list li span{
		font-size: 12px;
	}
	.list li:nth-of-type(2n){
		margin-right: 0;
	}
	
}


