#read_area h5 {
	font-size: 18px;
	font-weight: bold;
	color: #336633;
}
.item_area {
	background: #FFFFFF;
	padding: 12px;
	width: 614px;
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	position: relative;
	border-radius: 6px; /* CSS3‘ˆÄ */ 
    -webkit-border-radius: 6px; /* Safari,Google Chrome—p */ 
    -moz-border-radius: 6px; /* Firefox—p */ 
}
.item_left {
	float: left;
	width: 180px;
}
.item_right {
	float: right;
	width: 434px;
}
.item_right h6 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 4px;
	padding: 0px;
	line-height: 24px;
}
.item_right p {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.item_right ul {
	margin: 8px 0 0 1em;
    padding: 0;
}
.item_right li {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
}
