/* 企业产品 */
.myProduct{
	margin: 30px auto;
}
.myProduct .sy_jxsp_tit_row{
	align-items: center;
}

.myProduct_list{
	display: flex;
	flex-wrap: wrap;
}
.myProduct_item{
	width: 590px;
	height: 232px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.myProduct_item:not(:nth-child(2n)){
	margin-right: 20px;
}
.myProduct_item i{
	width: 20px;
	height: 20px;
	background: url(../img/del.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
}
.myProduct_item h5{
	width: 500px;
}
.myProduct_item h5 a{
	font-size: 18px;
	font-weight: bold;
	color: #1D1D1D;
	line-height: 1;
}
.myProduct_item dl{
	display: flex;
	margin-top: 20px;
}
.myProduct_item dt{
	width: 236px;
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 20px;
}
.myProduct_item dd{
	flex: 1;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.myProduct_item dd p{
	-webkit-line-clamp: 3; 
	margin-bottom: 15px;
}
.myProduct_item dd h4{
	margin-bottom: 10px;
	color: #999;
}
.myProduct_item dd h6 strong{
	font-size: 18px;
	color: #DC0A0A;
	font-weight: normal;
}