.list-product-v1{margin-top: 60px; margin-bottom: 40px;}
.list-product-v1 .item{margin-bottom: 20px; transition:all 0.3s;padding: 20px; background-image: linear-gradient(0deg, #fff, #f3f5f8);border: 2px solid #fff;box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);border-radius: 4px;}
.list-product-v1 .list{margin-bottom: 20px;}
.list-product-v1 .item:hover{background-image: linear-gradient(90deg, #fff, #f3f5f8); transform:translateY(-5px);}
.list-product-v1 .list li{line-height: 36px;}
.list-product-v1 .text p{margin: 10px 0 20px 0;}
.list-product-v1 .text-left{width: 48%;}
.list-product-v1 .text i{color: #741010; margin-right: 5px;}
.list-product-v1 .img{width: 48%; margin-right: 5%;}
.list-product-v1 .img img{max-width: 100%;}

.product-services h3{
	display: flex;
  align-items: flex-start; /* 顶部对齐 */
  min-height: 3em;         /* 固定2行高度 */
  line-height: 1.5;
}

.list-product-v2{margin-top: 60px; margin-bottom: 40px;}
.list-product-v2 .item{transition: all 0.3s; padding: 20px; border: 1px solid #ddd; display: flex; align-items:flex-start; background: #fff;box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%); margin-bottom: 15px;}
.list-product-v2 .item:hover{transform: translateY(-5px);}
.list-product-v2 .time{width:60px; margin-right: 10px;}
.list-product-v2 .time b{ font-size: 18px; margin-bottom: 5px; padding-top: 5px; display: block;}
.list-product-v2 .text{flex: 1;}
.list-product-v2 .text p{margin: 10px 0;}
.list-product-v2 .text span {color: #741010; font-size: 14px;}
.list-product-v2 .text span i{margin-left: 10px; transition: all 0.3s;}
.list-product-v2 .item:hover span i{transform: translateX(5px);}

@media screen and (min-width:769px) and (max-width:1199px)
{	
	
	@media screen and (min-width:992px)and (max-width:1199px)
	{
		
	}
	@media screen and (min-width:769px)and (max-width:991px)
	{
		
	}
}
@media screen and (max-width:768px)
{
	.list-product-v1 .img{display: none;}
	.list-product-v1 .text-left{width: 100%;}
	@media screen and (min-width:361px)and (max-width:768px)
	{	
		
	}
	@media screen and (max-width:360px)
	{

	}
}