@charset "utf-8";
.list{
	width:905px;
}
.list table tr th.name{
	width:450px;
}
.list table tr th.help_sort{
	width:200px;
}
.list table tr th.date{
	width:160px;
}
.list table tr th.click{
	width:80px;
}
.content .right .article hgroup{
	text-align:center;
	margin-bottom:15px;
}
.content .right .article table{
	border-collapse:collapse;
	margin:10px 0;
}
.content .right .article table tr th{
	border:1px dotted #deeffb;
	line-height:200%;
	background:#FFF;
}
.content .right .article table tr:hover{
	background:#deeffb;
}
.content .right .article table tr td{
	text-align:center;
	border:1px dotted #deeffb;
	line-height:180%;
}