body{
	background: #f4f4f4;
}
.case .navs{
	
	background: #fff;
	padding: 0.5rem 0.24rem 0.35rem;
}
.case .navs a{
	font-size: 0.24rem;
	color: #525252;
	display: block;
	border: 1px solid #b5b5b5;
	width: 2.14rem;
	height: 0.58rem;
	line-height: 0.58rem;
	text-align: center;
	margin-bottom: 0.1rem;
	margin-left: 0.05rem;
}
.case .navs a.sel{
	background: #e60012;
	border-color:#e60012;
	color:#FFF;
}
.case .list{
	margin: 0.34rem 0.24rem 0.58rem;
}
.case .list li{
	margin-bottom: 0.3rem;
}
.case .list .msg{
	font-size: 0.26rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: #fff;
}
.case .list .msg .intro{
	color: #535353;
	width: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.1rem;
}
.case .list .msg .icon{
	width: 0.64rem;
}
.case .list .msg .company{
	background: url('../images/case_icon2.jpg') no-repeat center right;
	background-size: 1px 0.26rem;
	width: 2.85rem;
	padding-left: 0.08rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}