@charset "UTF-8";

#list ul {
    list-style-type: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#list li {
    display: inline-block;
	/display:inline; 
	/zoom:1;
	width: 360px;
    margin: 0;
    padding: 0 15px 20px 0;
    border: 0;
    vertical-align: top;
}

#list .article .photo{
	margin-bottom:10px;
}

#list .article .date{
	font-size:12px;
	margin-bottom:10px;
}

#list .article .title{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#list .article .beginning{
	font-size:14px;
	margin-bottom:10px;
}

#list .article .more a{
	background:#F66;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:inline;
	padding:5px;
	float:right;
	
}

#list .article .more a:hover{
	background:#ff9393;
}
