@media screen and (max-width: 990px) {
	.boxDetails {
		box-sizing: border-box;
		padding: 30px 0;
		background: #f5f5f5
	}

	.boxDetails ul {
		padding: 0 15px;
		margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #fff;
	}

	.boxDetails ul li {

		background: #fff;
		margin-bottom: 15px;
        width: calc(50% - 10px);
        display: inline-block;

	}
    .boxDetails ul li:nth-child(2n+1) {
        margin-right: 10px;
    }



	.boxDetails ul li a .list-icon {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.boxDetails ul li a .list-icon img {
		display: block;
		width: 60%;
		height: auto;
	}
}

@media screen and (min-width:991px) {
	.boxDetails {
		box-sizing: border-box;
		padding: 40px 0;
		background: #f5f5f5
	}

	.boxDetails ul {
		width: 960px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding-top: 30px;
		padding-bottom: 30px;
		background: #fff;

	}

	.boxDetails ul li {
		width: calc((100%) / 5);
		margin-right: 0px;
		background: #fff;
		margin-bottom: 0px;


	}

	.boxDetails ul li:hover {
		box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2)
	}

	.boxDetails ul li:nth-of-type(4n) {
		margin-right: 0px;
	}

	.boxDetails ul li a h3 {
		box-sizing: border-box;
		text-align: center;
		font-size: 18px;
		line-height: 40px;
		font-weight: normal;
		border-bottom: 1px solid #ccc
	}

	.boxDetails ul li a .list-icon {
		width: 100%;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.boxDetails ul li a .list-icon img {
		display: block;
		width: auto;
		max-width: 80%;
		
		max-height: 100%
	}
}

@media screen and (min-width:1200px) {
	.boxDetails {
		box-sizing: border-box;
		padding: 40px 0;
		background: #f5f5f5
	}

	.boxDetails ul {
		width: 1140px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 40px;
		background: #fff;

	}

	.boxDetails ul li {
		width: calc((100%) / 5);
		margin-right: 0px;
		background: #fff;
		margin-bottom: 0px;


	}

	.boxDetails ul li:hover {
		box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2)
	}

	.boxDetails ul li:nth-of-type(4n) {
		margin-right: 0px;
	}

	.boxDetails ul li a h3 {
		box-sizing: border-box;
		text-align: center;
		font-size: 20px;
		line-height: 45px;
		font-weight: normal;
		border-bottom: 1px solid #ccc
	}

	.boxDetails ul li a .list-icon {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.boxDetails ul li a .list-icon img {
		display: block;
		width: 75%;
		height: auto;
		max-height: 80px
	}
}

@media screen and (min-width:1501px) {
	.boxDetails {
		box-sizing: border-box;
		padding: 50px 0;
		background: #f5f5f5
	}

	.boxDetails ul {
		width: 1440px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding-top: 50px;
		padding-bottom: 50px;
		background: #fff;

	}

	.boxDetails ul li {
		width: calc((100%) / 5);
		margin-right: 0px;
		background: #fff;
		margin-bottom: 0px;


	}

	.boxDetails ul li:hover {
		box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2)
	}

	.boxDetails ul li:nth-of-type(4n) {
		margin-right: 0px;
	}

	.boxDetails ul li a h3 {
		box-sizing: border-box;
		text-align: center;
		font-size: 22px;
		line-height: 50px;
		font-weight: normal;
		border-bottom: 1px solid #ccc
	}

	.boxDetails ul li a .list-icon {
		width: 100%;
		height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.boxDetails ul li a .list-icon img {
		display: block;
		width: 75%;
		height: auto;
	}

}