/*
CSS样式版本 V2.0
By：笔二
Time：2012.4.20
*/
@charset "gb2312";
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	font-size: 12px;
	font-family: Verdana;
	line-height: 1.6em;
	font: 12px/1.75 "宋体", arial, sans-serif, 'DejaVu Sans', 'Lucida Grande', Tahoma, 'Hiragino Sans GB', STHeiti, SimSun, sans-serif;
	color: #333; /*background:url(AA647.jpg) repeat-x 0 top;
	background-color:#E0DFE2;*/
}
.bodybg{
	/*background:url(AA647.png) no-repeat center top;*/
	height: auto;
}
ul, dl, li, dd, dl, li {
	list-style: none;
}
span, em, i {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
li a {
	font-family: Arial, Helvetica, sans-serif
}
li {
	font-family: "宋体"
}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	font-size: 12px;
star:expression(this.onFocus=this.blur());
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}
a:focus {
	outline: 0;
}
img {
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.t_l {
	text-align: left;
}
.t_c {
	text-align: center;
}
.t_r {
	text-align: right;
}
.cl {
	clear: both;
}
.clear {
	width: 10px;
	height: 0px;
	clear: both;
	overflow: hidden;
}
.overflow {
	overflow: auto;
	zoom: 1;
	_overflow: visible
}
.touinput {
	background: transparent;
	border-style: none;
	height: 18px;
	line-height: 18px;
	border: solid 1px #ccc;
	color: #F6ECBA;
	width: 80px;
}
.touming {
	background: transparent;
	border-style: none;
	height: 20px;
	line-height: 20px;
	border: solid 1px #524435;
	color: #F6ECBA
}
/*通用*/
.all_w {
	margin: 0 auto;
	width: 1000px;
}
.all_w0 {
	margin: 0 auto;
	width: 1020px;
}
.all_w1 {
	margin: 0 auto;
	width:1180px;
}
.h_h1 {
	height: 1px;
	overflow: hidden;
}
.h_h2 {
	height: 5px;
	overflow: hidden;
}
.h_h3 {
	height: 10px;
	overflow: hidden;
}
.h_h4 {
	height: 15px;
	overflow: hidden;
}
.h_h5 {
	height: 20px;
	overflow: hidden;
}
.h_h6 {
	height: 25px;
	overflow: hidden;
}
.h_h7 {
	height: 35px;
	overflow: hidden;
}
.h_h8 {
	height: 44px;
	overflow: hidden;
}
.h_h9 {
	height: 48px;
	overflow: hidden;
}
.rightpic {
	BORDER-RIGHT: #ebebeb 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: #ebebeb 1px solid;
	PADDING-LEFT: 4px;
	BACKGROUND: #fff;
	PADDING-BOTTOM: 4px;
	BORDER-LEFT: #ebebeb 1px solid;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #ebebeb 1px solid;
}
.rightpic01 {
	BORDER-RIGHT: #f3efca 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #f3efca 1px solid;
	PADDING-LEFT: 6px;
	MARGIN-BOTTOM: 5px;
	PADDING-BOTTOM: 6px;
	BORDER-LEFT: #f3efca 1px solid;
	WIDTH: 156px;
	CURSOR: hand;
	PADDING-TOP: 6px;
	BORDER-BOTTOM: #f3efca 1px solid;
	HEIGHT: 126px
}
.font_01 {
	font-size: 18px;
	color: #FFFFFF;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.font_02 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	FONT-FAMILY: "Times New Roman", "Times", "serif"
}
/*文章分页样式*/

#fenye {
	clear: both;
	margin:0 10px 1px 0;
}
#fenye a {
	text-decoration: none;
	text-align: center;
}
#fenye .prev, #fenye .next {
	width: 40px;
	text-align: center;
margin:
}
#fenye a.curr {
	width: 20px;
	background: #fff;
	border: 1px solid #999;
	color: #000;
	font-weight: bold;
	text-align: center;
}
#fenye a.curr font {
	color: #333
}
#fenye a.curr:visited {
	color: #333;
}
#fenye a {
	margin: 5px 4px 0 0;
	color:#333;
	background: #fff;
	display: inline-table;
	border: 1px solid #999;
	float: left;
	text-align: center;
	height: 20px;
	line-height: 20px; display:inline;
}
#fenye a.num {
	width: 20px;
	text-align: center;
}
#fenye a:visited {
	color:#0C0;
}
#fenye a:hover {
	color: #f00;
	background: #ddd;
	border: 1px solid #999;
	float: left;
}
#fenye span {
	display: none
}
/* 布局 - 文章阅读页面

<div id="article">
				<h1 id="article_title">{$GetArticleShortTitle}</h1>
				<div id="article_date">来源：{$GetArticleOrigin}　　作者：{$GetArticleAuthor}　　日期：{$GetArticleDate}　　{$GetArticleSize}</div>
      </div>				
				<div class="clear h_h3"></div>
      </div>
				<div id="article_info">{$GetArticleIntro}</div>
      </div>
				<div id="article_nr">{$GetArticleContent}</div>
      </div>
				<div id="article_next"><strong>上一篇：</strong>{$GetPrevArticle}<br /><strong>下一篇：</strong>{$GetNextArticle}</div>
      </div>
</div>
      </div>

 */
#article {
	width: 750px;
	float:right;
	padding: 0 0px;
	height:auto !important;
	height:732px;
	min-height:732px;border:1px solid #ccc;
}

#article_title {
	font-size: 18px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	line-height: 35px;
}
#article_date {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-top: 1px dashed #dddddd;
	width: 720px;
	margin: 0 15px;
	font-size: 12px !important;
	color: #666 !important;
}

#article_nr {
	font-size: 12px;
	line-height: 1.7em;
	color: #666;
	width: 720px;
	height: auto !important;
	min-height: 615px;
	overflow: hidden;
	padding: 0 15px;
	float: left;
	text-align: left;
}

#article_nr #MyContent p {
	padding: 5px 0;
	text-align: left;
}
#article_nr #MyContent img {
width: expression(this.width > 720 ? 720: true);
	max-width: 720px;
	display: block;
	margin: 5px auto;
}
#article_nr #MyContent a:link, #article_nr #MyContent a:visited, #article_nr #MyContent a:active {
	color: #f60;
	font-size: 14px;
}
#article_nr #MyContent a:hover {
	color: #50AC23;
	font-size: 14px;
}
#article_nr #MyContent h1,  #article_nr #MyContent h2,  #article_nr #MyContent h3,  #article_nr #MyContent h4,  #article_nr #MyContent h5,  #article_nr #MyContent h6 {
	color: #000;
	font-family: "宋体";
	border-bottom: 1px solid #ACCEDD;
	border-top: 3px solid #ACCEDD;
	background: #F7F7F7;
	text-indent: 24px;
	line-height: 1.5em;
	margin: 10px 0;
}
#article_nr #MyContent emBED {
	width: 510px;
	height: 420px;
	display: block;
	margin: 10px auto;
}
#article_nr #MyContent table, #pro_table table {
	width: 100%;
	border-bottom: none;
	border-right: none;
	border-left: 1px solid #D4E2E3;
	border-top: 1px solid #D4E2E3;
	text-indent: 0;
	font-size: 12px;
}
#article_nr #MyContent table th, #pro_table table th {
	color: #fff;
	border-bottom: 1px solid #D4E2E3;
	border-right: 1px solid #D4E2E3;
	padding: 0 8px;
	background: #4A71B0;
	font-size: 14px;
}
#article_nr #MyContent table td, #pro_table table td {
	border-bottom: 1px solid #D4E2E3;
	border-right: 1px solid #D4E2E3;
	padding: 0 8px;
}
#article_nr #MyContent table h1,  #article_nr #MyContent table h2,  #article_nr #MyContent table h3,  #article_nr #MyContent table h4,  #article_nr #MyContent table h5,  #article_nr #MyContent table h6 {
	line-height: 150%;
	overflow: hidden;
	font-size: 12px;
	background: none;
	border: none;
}
#article_nr #MyContent table tr:hover {
	background: #fff;
}
 #article_nr #MyContent table tr td:hover,, #pro_table table tr td:hover {
background:#F5F8FA;
}
#article_nr #MyContent table img {
	display: inline;
	border: none
}
#article_nr #MyContent p table {
	position: relative;
	left: -24px;
*left:0
}
#article_nr #MyContent h1 {
	font-size: 24px;
}
#article_nr #MyContent h2 {
	font-size: 22px;
}
#article_nr #MyContent h3 {
	font-size: 18px;
}
#article_nr #MyContent h4 {
	font-size: 16px;
}
#article_nr #MyContent h5 {
	font-size: 14px;
}
#article_nr #MyContent h6 {
	font-size: 14px;
}
#article_nr #MyContent h1 a:link, #article_nr #MyContent h1 a:visited, #article_nr #MyContent h1 a:active, #article_nr #MyContent h1 a:hover {
	font-size: 24px;
	color: red;
}
#article_nr #MyContent h2 a:link, #article_nr #MyContent h2 a:visited, #article_nr #MyContent h2 a:active, #article_nr #MyContent h2 a:hover {
	font-size: 22px;
	color: red;
}
#article_nr #MyContent h3 a:link, #article_nr #MyContent h3 a:visited, #article_nr #MyContent h3 a:active, #article_nr #MyContent h3 a:hover {
	font-size: 18px;
	color: red;
}
#article_nr #MyContent h4 a:link, #article_nr #MyContent h4 a:visited, #article_nr #MyContent h4 a:active, #article_nr #MyContent h4 a:hover {
	font-size: 16px;
	color: red;
}
#article_nr #MyContent h5 a:link, #article_nr #MyContent h5 a:visited, #article_nr #MyContent h5 a:active, #article_nr #MyContent h5 a:hover {
	font-size: 14px;
	color: red;
}
#article_nr #MyContent h6 a:link, #article_nr #MyContent h6 a:visited, #article_nr #MyContent h6 a:active, #article_nr #MyContent h6 a:hover {
	font-size: 14px;
	color: red;
}
#article_sc {
	float: left;
	padding: 5px 0 0
}
#article_next {
	width: 720px;
	line-height: 20px;
	border-top: 1px dashed #ccc;
	padding: 5px 0;
	float: left;margin: 0 15px;
	text-align: left;
}
#article_next a {
	font-size: 12px !important;
	color: #666 !important;
}
#article_next a:hover {
	color: #F00 !important;
	font-size: 12px !important;
	text-decoration: none;
}
#fabiao {
	font-size: 12px !important;
	color: #666 !important;
	line-height: 20px;
	float: right;
	text-align: right;
	margin: 0 15px 0 0;
	width: 720px;
}
#intro {
	float: left;
	text-align: left;
	width: 730px;
	height: auto !important;
}
#intro h3 {
	height: 25px;
	width: 80px;
	float: left;
	text-align: center;
	font-size: 12px !important;
	color: #fff !important;
	line-height: 23px;
	margin: 0 0 0 10px;
}
.intro_box {
	font-size: 12px !important;
	width: 700px;
	color: #666 !important;
	float: left;
	text-align: left;
	line-height: 20px;
	margin: 0 15px;
	height: auto !important;
	height: 150px;
	min-height: 150px;
}
.xianshi {
	font-size: 12px !important;
	color: #666 !important;
	line-height: 20px;
	float: left;
	text-align: left;
	margin: 0 0 0 15px;
	width: 720px;
}
.pinlun {
	font-size: 12px !important;
	color: #666 !important;
	line-height: 20px;
	float: left;
	text-align: left;
	margin: 0 0 0 15px;
	width: 720px;
}

/*=============================*/