.banner-inner {
	background: url("/static/images/banner/banner-cases.webp") no-repeat;
	background-size: 100% 100%
}
.cases-content {
	width: 100%;
	background: #f5f5f5
}
.cases-content ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.cases-content ul li {
	position: relative;
	width: calc(50% - 35px);
	border-radius: 10px;
	margin-bottom: 60px;
	padding: 40px 0 0 40px;
	background: var(--white);
	transition: all linear .5s
}
.cases-content ul li a {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
.cases-content ul li .left {
	width: 40%;
	max-width: 250px
}
.cases-content ul li .right {
	width: 60%;
	max-width: 435px;
	border-radius: 30px 0 10px;
	overflow: hidden
}
.cases-content ul li .right img {
	border-radius: 30px 0 10px;
	transition: all linear .5s
}
.cases-content ul li span {
	width: fit-content;
	padding: 0 15px;
	height: 32px;
	border-radius: 16px
}
.cases-content ul li h3 {
	
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 30px;
	margin: 15px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all linear .5s
}
.cases-content ul li .left p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 22px;
	margin-bottom: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.cases-content ul li a>p {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	max-width: 230px;
	height: 50px;
	padding: 0 25px 0 40px;
	background: #e3e3e3;
	border-top-right-radius: 20px;
	
	font-size: 20px;
	color: var(--ftcolor);
	z-index: 1;
	overflow: hidden
}
.cases-content ul li a>p::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--bgshadowcolor);
	border-top-right-radius: 20px;
	z-index: -1;
	transition: left linear .5s
}
.cases-content ul li a>p i {
	font-size: 24px
}

@media(any-hover:hover) {
.cases-content ul li:hover {
	box-shadow: 0 2px 10px 0 rgba(34,34,34,0.15)
}
.cases-content ul li:hover h3 {
	color: var(--bgcolor)
}
.cases-content ul li:hover img {
	transform: scale(1.1)
}
.cases-content ul li:hover a>p {
	color: var(--white)
}
.cases-content ul li:hover a>p::before {
	left: 0
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-cases-sm.webp") no-repeat;
	background-size: 100% 100%
}
.cases-content ul li {
	width: 100%;
	margin-bottom: 25px;
	padding: 15px 0 0 15px
}
.cases-content ul li span {
	width: fit-content!important;
	height: 26px!important;
	line-height: 26px!important;
	padding: 0 10px;
	font-size: 14px!important;
	margin-left: 0
}
.cases-content ul li .left p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 70px
}
.cases-content ul li h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 6px 0 12px;
	-webkit-line-clamp: 2
}
.cases-content ul li .left p {
	font-size: 14px;
	color: var(--ftcolor);
	line-height: 18px;
	margin-bottom: 50px
}
.cases-content ul li a>p {
	justify-content: center;
	width: 30%;
	max-width: 125px;
	height: 34px;
	padding: 0;
	border-top-right-radius: 15px;
	font-size: 14px
}
.cases-content ul li a>p i {
	font-size: 16px
}
.cases-content ul li .right{
    width: 52%;
    height: 114px;
}
.cases-content ul li .right img{
    height: 100%;
}
.cases-content ul li .right, .cases-content ul li .right img {
	border-radius: 20px 0 10px
}
.cases-content ul li:last-child {
	margin-bottom: 30px
}
}
