/* 企业 */
.qy_list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.qy_list li{
	width: 224px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 30px;
	padding-bottom: 20px;
	transition: all .5s;
}
.qy_list li:not(:nth-child(5n)){
	margin-right: 20px;
}
.qy_list li::before{
	content: '';
	height: 6px;
	background: linear-gradient(90deg, #1C7CFF, #1853FF);
	border-radius: 0 0 3px 3px;
	display: block;
}
.qy_list li img{
	width: 100%;
	height: auto;
	max-height: 100%;
}
.qy_list h5{
	padding: 15px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #1D1D1D;
	height: 1.6em;
}
.qy_list span{
	width: 204px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.qy_list p{
	font-size: 12px;
	padding: 16px 10px;
	height: 3.2em;
	margin-bottom: 20px;
	-webkit-line-clamp: 3;
}
.qy_list a{
	width: 170px;
	height: 56px;
	border: 1px solid #2A52F5;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #2A52F5;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 54px;
	transition: all .5s;
}
.qy_list li:hover{
	box-shadow: 0px 0px 16px 0px rgba(42, 82, 245, 0.2);
}
.qy_list li:hover a{
	background: #2A52F5;
	color: #fff;
}