body{
	background: #fff;
	padding-bottom: 0;
}
.nav{
	width: 100%;
	height: 1rem;
	background: #fff;
	margin-top: 0.6rem;
}
.nav ul li{
	width: 20%;
	float: left;
	position: relative;
	
}
.nav ul li p{
	text-align: center;
	line-height: 1rem;
	font-size: 0.24rem;
	color: #878080;
}
.nav ul .active span{
	width: 0.55rem;
	height: 0.06rem;
	background: #ff0000;
	border-radius: 0.03rem;
	opacity: 0.6;
	position: absolute;
	top: 0.75rem;
	left: 0.5rem;
	display: block;
}
.nav ul .active p{
	font-size: 0.3rem;
	color: #000;
	
}
.list{
	/*padding-bottom: 3.4rem;*/
	padding-bottom: 1.2rem;
    top: 1.4rem;
    width: 100%;
    background: #fff;
}
.list ul{
	    margin: 0 0.43rem;
    /* padding: 0.3rem 0; */
    /*margin-top: 1.3rem;
    margin-bottom: 1.2rem;*/
}
.list ul li{
	margin-bottom: 0.3rem;
}
.list ul li a{
	display: block;
}
.list ul li a .left{
	float: left;
	width: 3.85rem;
}
.list ul li a .left .title{
	font-size: 0.3rem;
	color: #000;
	line-height: 0.44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list ul li a .left .message{
	margin-top: 0.25rem;
	font-size: 0.18rem;
	color: #707070;
}
.list ul li a .right{
	float: right;
	width: 2.43rem;
	height: 1.52rem;
	overflow: hidden;
}
.list ul li a .right img{
	display: block;
	width: 100%;
}
.more_view{
	text-align: center;
	font-size: 0.24rem;
	color: #626262;
}
.more_view span{
	font-size: 0.35rem;
}
