/* ========================================================
  @ List Board
======================================================== */
.systemArticlePanel{
	padding: 20px 20px 20px 20px;	
}
	
.articleList{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	list-style-type: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.articleList li{
	cursor: pointer;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
}

.articleList a{
	display: block;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	color: #666;	
}

.articleList a:hover{
	background-color: #fff;
	color: #000;	
}

.articleList div.serial{
	cursor: pointer;
	width: 35px;
	float: left;
}

.articleList div.serial div.border{
	background-color: #454545;
	margin: 0px 1px;
	height: 1px;
	overflow: hidden;
}

.articleList div.serial div.topic{
	background-color: #454545;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 13px;
}

.articleList div.body{
	cursor: pointer;
	margin-left: 50px;
}

.articleList div.body div.code{
	cursor: pointer;
	width: 120px;
	color: #fff;
}

.articleList div.body div.code div.border{
	background-color: #69f;
	margin: 0px 1px;
	height: 1px;
	overflow: hidden;
}

.articleList div.body div.code div.topic{
	line-height: 13px;
	text-align: center;
	background-color: #69f;
	font-size: 10px;
	color: #fff;
}

.articleList div.body div.title{
	cursor: pointer;
	padding: 2px 0px 8px 0px;
	font-size: 16px;
	font-weight: bold;
}

.articleList div.body div.content{
	cursor: pointer;
	font-size: 13px;
}

.articleList div.body div.date{
	cursor: pointer;
	font-size: 11px;
	color: #999;
	text-align: right;
}
