@import "init.css";
@import "header-footer.css";
@import "banner.css";
.case-container{
	padding-bottom: 130px;
}
.case-list-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 70px;
}
.case-list-panel .list-item{
	width: 260px;
	height: 284px;
	background: #fff;
	margin-right: 48px;
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.case-list-panel .list-item:nth-child(4n){
	margin-right: 0;
}
.case-list-panel .list-item .img img{
	width: 100%;
	height: 204px;
	object-fit: cover;
}
.case-list-panel .list-item ul.info{
	padding: 0px;
	text-align: center;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.case-list-panel .list-item ul.info .tips{
	color: #262626;
	font-size: 16px;
	line-height: 20px;
}
.case-list-panel .list-item:hover .detail-info{
	display: block;
}
.case-list-panel .list-item .detail-info{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #e0ad54;
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	display: none;
}

.case-list-panel .list-item .detail-info {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
	padding: 30px 25px;
	box-sizing: border-box;
}
