.fuwulm{
	margin: 0 auto 20px;
    padding:0.15rem;
}
.fuwulm ul{
	overflow: hidden;
}
.fuwulm ul li{
	width: 48.5%;
    float: left;
    margin-right: 3%;
    text-align: center;
    line-height: 33px;
	margin-bottom: 2%;
}
.fuwulm ul li:nth-child(2n){
    margin-right: 0;
}
.fuwulm ul li img{
    width: 99%;
    border: 1px solid #eee;
}
.fuwulm ul li p{
    line-height: 32px;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0 10px;
	font-size: 14px;
}
