.services{
	padding-bottom: 100px;
}
.zixun{
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zixun_list{
	width: 300px;
	height: 300px;
	background-color: #fff;
	border-radius: 42.5px;
	box-shadow: 0 0 91px 34px #11378c17;
	margin-bottom: 65px;
	position: relative;
	padding: 47px 40px 0 40px;
	transition: all 0.4s;
	overflow: hidden;
}
.zixun_tu{
	padding: 0 !important;
}
.zixun_tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xulie{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	    align-items: baseline;
}
.xulie p{
	font-size: 58px;
	font-family: zi3;
	background: linear-gradient(to bottom right, #f74a48, #bf2929);
	/* 左上到右下渐变 */
	-webkit-background-clip: text;
	/* 将背景裁剪为文字 */
	background-clip: text;
	/* 标准属性 */
	color: transparent;
	/* 文字颜色透明，显示背景渐变 */
}
.xulie img{
	width: 60px;
	height: auto;
}
.zixun_title{
	border-bottom: 1px solid #8a9a9a;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.zixun_title h1{
	font-size: 25px;
	 /*white-space: nowrap;*/
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 溢出内容使用省略号表示 */
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zixun_title h1 br{
    display: none;
}
.zixun_neirong p{
	font-size: 21px;
	line-height: 27px;

}
.zixun_list:hover{
	        box-shadow: 0 0 76px 5px #b9cbf2c2;
			margin-top: -20px;
	
}
@media screen and (max-width:1450px) {
	.zixun{
		padding-left: 5%;
		padding-right: 5%;
	}
	.zixun_list {
	    width: 23%;
	    height: auto;

	}
}
@media screen and (max-width:1024px) {
	.zixun_list {
	    width: 48%;
	    height: auto;
	
	}
	.zixun_list{
		
	
		border-radius: 77px;
	
	}
}
@media screen and (max-width:1024px) {
	.zixun_neirong{
		display: none;
	}
	.zixun_title{
		border: 0;
	}
	.zixun_title h1 {
	    font-size: 18px;
	}
	.xulie p{
		font-size: 42px;
	}
	.zixun_list {
	   
	    border-radius: 42.5px;
	 
	    padding: 33px 20px 0 20px;
		margin-bottom: 20px;
	  
	}
}