.bg{
	width: 100%;
}
.list>div{
	background:white;
	margin: 10px;
	padding: 4px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ddd;
}
.list>div>img{
	width: 100%;
}
.list .pic{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.list>div .title1{
	margin: 8px 0;
	font-size: 16px;
	font-weight: 900;
}
.list>div .title2{
	margin-bottom: 5px;
}
.list>div .eye>img{
	width: 20px;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 2px;
}
.list>div >p a{
	margin-right: 5px;
	color: #A4A4A4;
}
.list>div >p a>img{
	width: 7px;
    margin-left: 6px;
}
