230px;
heigh: 155px;* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: 微软雅黑;
	font-size: 14px;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: red;
}

.clr {
	clear: both;
}

.main{
	width: 1200px;
	margin: 0 auto;
}
.list{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.list .left,.list .left img{
	float: left;
	width: 210px;
	height: 120px;
}
.list .right{
	float: right;
	width: 970px;
}
.title{
	font-weight: bold;
	overflow: hidden;
	font-size: 16px;
}
.smalltext{
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.info{
	font-size: 14px;
	color: #777;
}
.info .from{
	float: left;
}
.look,.chat,.rq{
	float: right;
	padding: 0 35px 0 30px;
}
.look{
	background: url(img/look.png) no-repeat 0 center;
}
.chat{
	background: url(img/chat.png) no-repeat 0 center;
}
.rq{
	background: url(img/rq.png) no-repeat 0 center;
}
.footer{
	padding: 20px;
	background: #F6F6F6;
}
.footer p{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}