@charset "utf-8";
/* CSS Document */

#news-content {
	width: 700px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
}
#news-content .Article {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #CCC;
	position: relative;
	display:inline-block;
}
#news-content .Article .Title {
	width: 100%;
	font-size: 14pt;
	color: #399;
	margin-bottom: 5px;
	text-align: left;
}
#news-content .Article .sort {
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/icon-tag.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10pt;
	color: #666;
}
#news-content .Article .Contents {
	font-size: 11pt;
	margin-bottom: 10px;
	line-height: 16pt;
}

#news-content .Article .bottom {
	width: 100%;
	overflow:hidden;
	z-index:1;
}
#news-content .Article .bottom div{
	float: left;
	padding-right: 15px;
	padding-left: 30px;	
	margin-left: 5px;
	margin-right: 15px;
}
#news-content .Article .bottom .Date {
	background-image: url(../images/icon-date.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #CCC;
}
#news-content .Article .bottom .asort {
	background-image: url(../images/icon-tag.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #CCC;
}
#news-content .Article .bottom .more {
	background-image: url(../images/icon-message.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #CCC;
}
#news-content .Article .bottom .fb-like{
	padding: 0px;
	margin: 0px;
}
#news-content .Article .Content {
	margin-top:10px;
	line-height: 20pt;
	font-size: 10pt;
}

.Previous {
	margin: 10px auto;
	text-align:center;
}