.ja-ListContent {
	height: auto;
	width: 100%;
}
.ja-detail-news {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
.ja-img-news {
	height: auto;
	width: auto;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
}
.ja-bodynews {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
.ja-Datetime {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	clear: left;
	float: left;
	width: 100%;
}

.ja-title-news {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #06C;
	float: left;
	height: auto;
	margin-top: 0px;
	width: 100%;
}
.ja-content-news {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-left: 0px;
	text-align: justify;
}
.ja-readmore {
	background-color: #9fbb52;
	float: left;
	height: 20px;
	width: 90px;
	margin-top: 10px;
	border: 1px solid #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-left: 20px;
	cursor:pointer;
}
.ja-readmore:hover{
	background-color:#F96;
	}

