.details{
	padding: 70px 0;
}
.dename{
	font-size: 36px;
	color: #181a39;
	line-height: 46px;
	padding-bottom: 40px;
	text-align: center;
}
.detentCon p{
	color: #6b707a;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.detentCon img{
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.casedetail p{
	display: flex;
	justify-content: space-between;
}
.casedetail img{
	max-width: 30%;
	display: inline-block;
}

@media screen and (max-width:1480px){
    .details{
    	padding: 45px 0;
    }
    .dename{
    	font-size: 30px;
    	line-height: 40px;
    	padding-bottom: 30px;
    }
    .detentCon p{
    	font-size: 15px;
    	line-height: 24px;
    	margin-bottom: 10px;
    }
    .casedetail p{
    	display: flex;
    	justify-content: space-between;
    }
    .casedetail img{
    	max-width: 30%;
    	display: inline-block;
    }
}
@media screen and (max-width:750px){
.details{
	padding: 0.45rem 0 0.3rem;
}
.dename{
	font-size: 0.34rem;
	line-height: 0.4rem;
	padding-bottom: 0.3rem;
}
.detentCon p{
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-bottom: 0.1rem;
}
.detentCon img {
  margin: 0.2rem auto;
}
.casedetail p{
	display: block;
}
.casedetail img{
	max-width: 100%;
	display: inline-block;
}
}