.caseitem{
	margin-bottom: 2rem;
}
.casebt{
	background: url(../img/casebg.jpg) no-repeat center top;
	background-size:100% auto;
	padding: 2.1875rem 0;
	margin-bottom: 2rem;
}
.caseimg{
	position: relative;
}
.caseimg img{
	width: 100%;
}
.casebt .caname{
	font-size: 2.25rem;
	color: #e99622;
}
.casebt .caname span{
	font-family: impact;
	font-size: 3.75rem;
}

.caseitem span{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/casemb.png) no-repeat center top;
	background-size:100% 100%;
	padding: 0 15px;
}
.casename{
	margin-top: 70%;
	font-size: 1rem;
	color: #fff;
	padding-bottom: 5px;
}
.casemore{
	display: flex;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	display: none;
}
.casemore button{
	outline: none;
	border: #a09f9d 1px solid;
	padding: 5px 10px;
	width: 30%;
	background: none;
}
.ctime{
	width: 70%;
	text-align: right;
}