/*状态寄语style*/
.statusmsg-main{
	height: auto; 
	overflow: hidden; 
	margin: 10px 0 ;
}
.statusmsg-main p{
	color: #666;
	line-height: 26px;
	height: 26px;
}
.statusmsg-main .icon{
	font-size: 18px;
	padding-right: 10px;
}
.statusmsg-list {
	margin-top: 10px; 
	width: 980px;
}
.statusmsg-list li{
	width: 428px;
    height: 96px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 10px 20px;
    float: left;
    margin: 20px 20px 0 0;
}
.statusmsg-list li:hover{
	border: 1px solid #66be8c;
	background: #f7fffa;
}
.statusmsg-list h1{
	font-weight: normal;
	font-size: 14px; 
	height: 28px; 
	line-height: 28px; 
	color: #666;
}
.statusmsg-list li:hover .regain{
	display: block;
}
.statusmsg-list .titl{ 
	font-weight: bold;
}
.statusmsg-list .regain, .statusmsg-list li:hover .regain.dn { 
	margin-left: 20px; 
	display: none;
}
.statusmsg-list .regain a{ 
	color: #66be8c;
}
.statusmsg-list .regain a:hover{ 
	color: #58B781;
}
.statusmsg-list .regain a:active{
	color: #333;
}
.statusmsg-list .icon{
	padding: 0;
}
.statusmsg-list .icon a{ 
	color: #999; 
	padding-right: 0;
}
.statusmsg-list .icon a:hover{ 
	color: #666;
}
.statusmsg-list p{ 
	margin-top: 5px; 
	word-wrap: break-word;
}
