
.textbox .text{
font-size: 30px;
font-weight: bold;
word-break : break-all;
width: 90%;
margin: 15px auto;
}

#app{
	width: 100%;
}


	.item{
		width: 45%;
		height: 500px;
		border: 1px solid #E0DFDA;
		text-align: center;
		font-weight: bolder;
		margin: 0 10px;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		border-radius: 20px;
		box-shadow: 8px 8px 8px #aaaaaa;
		
		
	}
 

 @media screen and (min-width:1400px){    
	.item{
		width: 23%;
		height: 500px;
		border: 1px solid #E0DFDA;
		text-align: center;
		font-weight: bolder;
		margin: 0 10px;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		border-radius: 20px;
		box-shadow: 8px 8px 8px #aaaaaa;
		
		
	}
 }  

.item img{
	width: 100%;
	height: 85%;
	border-radius: 15px;
}
.item .text{
	font-size: 35px;
}
.box{
	/* border: 1px solid red; */
	padding: 10px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}


/*这个是首页的样式,调整wxlist页面时勿动下面的样式*/
.jump{
	width: 70%;
	height: 30px;
	margin-top: 10px;
	text-align: center;
	color: white;
	background-color: limegreen;
	border-radius: 10px;
	box-shadow: 3px 3px 2px dimgray;
	line-height: 30px;
	font-weight: bolder;
}
.jump a{
	color: white;
}