.project-list {
	grid-template-columns: repeat(3, 1fr);
	padding-top: 92px;
}
.bigcontent .nav > li > a {
	color: #000;
}
.bigcontent .nav > li > a:hover {
	color: #000;
}
.layui-flow-more {
	display: none;
}
.project-list a:hover {
	color: #fff !important;
}
.project-item .describe .title {
	font-size: 14px;
}
@media (max-width: 640px) {
	.content-boxes,
	.project-list {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 75px;
	}
}
