#banner img{
	height: 5rem;
	width: 100%;
}
#content{
	overflow: hidden;
	margin: 0.9rem 2.88rem 1.84rem;
}
#content #neirong{
	overflow: hidden;
	margin-top: 0.5rem;
}
#content .headline{
	font-size: 0.3rem;
	color: #000000;
	letter-spacing: 2px;
	text-align: center;
}
#content .fheadline{
	margin: 0 auto;
	text-align: center;
	width: 5.7rem;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.32rem;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}
#content .fheadline p{
	font-size: 0.16rem;
	color: #000000;
	letter-spacing: 1px;
}
#content .hezi{
	height: 4.3rem;
	width: 3.8rem;
	float: left;
	background: #FFFFFF;
	margin-right:  0.5rem;
	transition: padding-top 0.5s ease;
	margin-bottom: 0.1rem;
}
#content .hezi:nth-child(3n){
	margin-right: 0;
}
#content .hezi:hover{
	padding-top:0.1rem;
}
#content .hezi img{
	height: 2.34rem;
	width: 3.8rem;
	border-radius: 0.05rem;
}
#content .hezi .wenzi{
	font-size: 0.24rem;
	color: #000000;
	margin-top: 0.24rem;
	letter-spacing: 2px;
}
#content .hezi .wenzi1{
	font-size: 0.13rem;
	color: #000000;
	margin-top: 0.1rem;
	line-height: 0.28rem;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

