.l-search{
	width:270px;
	height:38px;
	background:rgba(245,245,245,1);
	display: block;
	margin-top: 40px;
}

.l-search input{
	width:212px;
	height:38px;
	background:rgba(245,245,245,1);
	display: block;
	float: left;
	border: none;
	outline: medium;
	background: none;
	padding: 0 10px;
	box-shadow: 
}
.sBtn{
	width:38px;
	height:38px;
	background:rgba(0,0,0,1);
	float: right;
	border: none;
	padding: 0;
	outline: medium;
	cursor: pointer;
}

.sBtnImg{
	width:16px;
	height:16px;
	display: block;
	margin: 8px auto;
}

/**/
.l-banner{
	width:270px;
	height:170px;
	display: block;
	background: #fff;
	margin-top: 30px;
	position: relative;
}
.lBannerImg{
	width:270px;
	height:170px;
	object-fit: cover;
	display: block;
}
.l-dot{
	width:48px;
	height:16px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
	z-index: 1;

}
.l-dot-o{
	width:6px;
	height:6px;
	background:rgba(255,255,255,0.5);
	border-radius: 50%;
	float: left;
	margin: 0 5px;
	cursor: pointer;
}

.l-dot-o-sel{
	background:rgba(255,0,114,1);
}
/**/
.l-case{
	width:270px;
	margin-top: 40px;
	border:1px solid rgba(237,237,237,1);
	overflow: hidden;
}
.l-case-h{
	width:100%;
	height:44px;
	background:rgba(245,245,245,1);	
	line-height: 44px;
	font-size:18px;
	font-family:PingFangSC-Semibold,'PingFang SC';
	font-weight:600;
	color:rgba(51,51,51,1);
	padding-left: 20px;
	letter-spacing:1px;
	display: block;


}
.l-case-o{
	width:233px;

	display: block;
	position: relative;
	padding:15px 15px 15px 20px;
	border-bottom: 1px solid rgba(245,245,245,1);
}

.l-case-o:nth-child(4){
	border-bottom: none;
}
.l-case-o-a{
	width:233px;
	height: 70px;
	display: block;
	text-decoration: none;

}

.lCaseImg{
	width:36px;
	height:36px;
	float: left;
	border-radius: 50%;
}
.l-case-o-a-i{
	width:181px;
	float: left;
	margin-left: 15px;
	overflow: hidden;
}
.serviceBtn{
	width:60px;
	height:20px;
	border:1px solid rgba(255,0,114,1);
	position: absolute;
	right: 15px;
	top: 15px;
	font-size:10px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,0,114,1);
	line-height:20px;
	text-align: center;
	text-decoration: none;
	transition: all .5s;
}

.serviceBtn:hover{
	background: rgba(255,0,114,1);
	color: #ffffff;
}
.l-case-o-a-i span{
	font-size:12px;
	font-family:PingFangSC-Regular,'PingFang SC';
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:16px;
	display: block;

}

.l-case-o-a-i span.s2{
	color:rgba(51,51,51,1);
	margin-top: 12px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.l-case-o-a-i span.s3{
	color:rgba(51,51,51,1);
	margin-top: 8px; 
}

.clearfix:after {}{       
	content: ".";     /**//*内容为“.”就是一个英文的句号而已。也可以不写。*/
	display: block;   /**//*加入的这个元素转换为块级元素。*/
	clear: both;     /**//*清除左右两边浮动。*/
	visibility: hidden;      /**//*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
	line-height: 0;    /**//*行高为0；*/
	height: 0;     /**//*高度为0；*/
	font-size:0;    /**//*字体大小为0；*/
}

.clearfix {}{ *zoom:1;}   /**//*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/


.lLookAllBtn{
	width:233px;
	height:38px;
	background:rgba(245,245,245,1);
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:38px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 10px auto 20px;
	transition: all .5s;
}
.lLookAllBtn:hover{
	background: rgba(255,0,114,1);
	color: #ffffff;
}
/**/
.lNewImg{
	width:230px;
	height:50px;
	display: block;
	margin: 14px auto;
	object-fit: cover;
}
.l-new-a{
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	font-size:14px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.l-new-a:hover{
	color:rgba(255,0,114,1);
	text-decoration: underline;
	}
	.l-new-a:last-child{
	margin-bottom: 20px;
	}