#item1{
	position: relative;
	
}
.item1bg img{
	width: 100%;
	height: 3.98rem;
}
.item1content{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 3.3rem;
	width:100%;
}
#item2{
	width: 100%;
}
.item2boxtitle{
	border: 1px solid white;
	width: 5.3rem;
	height: 1.2rem;
	margin: 0 auto;
	text-align: center;
	margin-top: 1rem;
}
.item2boxtitle span{
	color: #E60012;
	font-size: 0.4rem;
	font-weight: bold;
}
.item2boxtitle p{
	margin:0.6rem auto;
	width: 0.4rem;
	height: 0.02rem;
	border-bottom: 0.02rem solid #222;
}
.item2boxcontent{
	margin:0.2rem 0.3rem 0 0.3rem ;
}
.item2boxcontent p{
	color: #555;
	font-size: 0.22rem;
	margin-bottom: 0.4rem;
}
.item2boxcontent a{
	color: #999999;
	font-size: 0.22rem;
}
.item2boxcontenttext{
	width: 100%;
	padding: 0 0.3rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.item2boxcontenttext .text1 span,.item2boxcontenttext .text2 span{
	font-size: 0.22rem;
	color: #555555;
	width: 100%;
	font-weight: bold;
	display: block;
	margin-bottom: 0.1rem;
}
.item2boxcontenttext .text1 p,.item2boxcontenttext .text2 p{
	font-size: 0.22rem;
	color: #555;
	line-height: 0.4rem;
}