.news_show{
	padding:10px;
}
.news_show h1{
	font-size:16px;
	text-align:center;
	padding:20px 10px 30px 10px;
	margin:0px;
	color:#069;
}
.news_show h2{
	font-size:12px;
	font-weight:normal;
	padding:3px 10px;
	margin:0px;
	text-align:right;
	background-color:#eee;
	color:#666;
}
.news_show p{
	padding:10px;
	text-align:left;
	line-height:200%;
}

.n_news{
	text-align:left;
	padding:5px 5px 3px 28px;
	background-image:url(../../Images/r_next.gif);
	background-position:10px;
	background-repeat:no-repeat;
}
.p_news{
	text-align:left;
	padding:5px 5px 3px 28px;
	background-image:url(../../Images/r_prev.gif);
	background-position:10px;
	background-repeat:no-repeat;
}

.news_lst{
	list-style:none outside none;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.news_lst li{
	padding:0px;
	margin:10px 0px 0px 0px;
	clear:both;
}
.news_lst li a{
	height:14px;
	padding:6px 5px 4px 22px;
	margin:0px;
	display:block;
	background-image:url(../../Images/arrow1.gif);
	background-position:10px;
	background-repeat:no-repeat;
	background-color:#f6f6f6;
	border:1px solid #eee;
	cursor:pointer;
}
.news_lst li a:hover{
	background-color:#fff;
	text-decoration:none;
}
.news_lst li div.n_til{
	float:left;
}
.news_tm{
	width:110px;
	text-align:right;
	padding:0px 3px;
	margin:0px;
	float:right;
}
.news_tm span.tm{
	padding:0px 2px;
	color:#948;
}
.news_lst span.read{
	padding:0px 2px;
	color:#666;
}

.board_lst{
	list-style:none outside none;
	padding:0px 0px 10px 0px;
	margin:0px;
}
.board_lst li{
	padding:0px;
	margin:10px 0px 0px 0px;
	clear:both;
}
.board_lst li a{
	height:14px;
	padding:6px 5px 4px 22px;
	margin:0px;
	display:block;
	background-color:#eee;
	border:1px solid #ccc;
	cursor:pointer;
}
.board_lst li a:hover{
	background-color:#fff;
	text-decoration:none;
}
.board_lst li div.b_txt{
	float:left;
	padding:0px;
	margin:0px;
}

.board_close a{
	background-image:url(../../Images/arrow5.gif);
	background-position:10px;
	background-repeat:no-repeat;
}
.board_open a{
	background-image:url(../../Images/arrow6.gif);
	background-position:8px;
	background-repeat:no-repeat;
}
.board_tm{
	float:right;
	width:90px;
	text-align:right;
	padding:0px 3px;
	margin:0px;
	color:#888;
}
.board_txt{
	padding:10px;
	margin:2px 0px;
	border:1px solid #eee;
	color:#666;
	line-height:150%;
}
.bodtxt_show{
	overflow:hidden;
	clear:both;
}
.bodtxt_hide{
	display:none;
	clear:both;
}
