body
	{
	margin:0px auto;
	border:0px;
	font-size: 12px;
	text-align:center;
	background:url("images/bg.gif");
	}
td
	{
	font-size: 12px;
	}

ul
	{
	list-style-type: none;
	}

li
	{
	display: block;
	}
label
	{
    float:left;
    width:20%;
    text-align:right;
    padding:4px;
    margin:1px;
	}
#gbookform
	{
    width:100%;
    margin:0px auto;
    /*padding:20px;*/
    text-align:left;
    /*border:1px #1E7ACE solid;*/
	}
#gbookform div
	{
	border:0;
    clear:left;
    margin-bottom:2px;
	}
/******************************************
定义输入文本框样式
*******************************************/
input,textarea,select
	{
	border:1px solid #cccccc;
	}
/******************************************
定义链接样式
font-size: 12px;超级链接字体大小
color:字体颜色
text-decoration: none;没有下画线.要有下画线.改none为underline
a 为统一超级链接,
a:link没有点击过的超级链接样式
a:visited 被点击过的超级链接样式
a:hover 鼠标指向时的超级链接样式
a:active 被用户激活(在鼠标点击与释放之间发生的事件)时的样式.少用
*******************************************/
a
	{
	font-size: 12px;
	}
a:link
	{
	color: #003366;
	text-decoration: none;
	}
a:visited
	{
	text-decoration: none;
	color: #003366;
	}
a:hover
	{
	text-decoration: underline;
	color: #ff0000;
	}
a:active
	{
	text-decoration: none;
	}

/******************************************
定义网页总布局样式
width:网页宽度
margin:
border:
text-align:对齐方式
*******************************************/
#containe
	{
	width:1002px;
	margin:0 auto;
	border:0px;
	text-align:left;
	background:#ffffff;
	}
/******************************************
定义网页顶部样式
*******************************************/
#top
	{
	!important;
	width:1000px width:100%;
	height: 134px;
	text-align:right;
	/*border: 1px solid #d33a01;*/
	/*background:#ffffe6;*/
	background:url("images/banner.jpg") center no-repeat;
	}
/******************************************
定义网页顶部LOGO样式
*******************************************/
#logo
	{
	width: 120px;
	height: 80px;
	float: left;
	background:url("images/logo.gif") center no-repeat;
	}
/******************************************
定义网页顶部BANNER样式
*******************************************/
#banner
	{
	background:url("images/banner.jpg") center no-repeat;
	height: 134px;
	float: left;
	}
/******************************************
定义网页顶部收藏本站、设为首页样式
*******************************************/
#favorite
	{
	width:100px;
	height: 80px;
	float:right;
	display: table-cell;
	vertical-align: middle;
	}
#favorite ul
	{

	}
#favorite ul li
	{
	line-height: 20px;

	}
/******************************************
定义网站导航链接样式
*******************************************/
#nav
	{
	text-align:center;
	color: white;
	line-height: 30px;
	background-image: url("images/guide.gif");
	/*background-repeat: repeat;*/
	width: 100%;
	height: 30px;
	float: none;
	}
#nav a
	{
	color: white;
	}
/******************************************
定义网站主页面样式
*******************************************/
#main
	{
	margin-top: 10px;
	width: 100%;
	}
/******************************************
定义网站主页面内左边样式
*******************************************/
#leftmain
	{
	width: 75%;
	float: left;

	margin-right: 10px;
	}
/******************************************
定义网站当前栏目样式
*******************************************/
#subnav
	{
	text-indent:10px;
	color: black;
	line-height: 25px;
	background-image: url("images/headbg.png");
	/*background-repeat: repeat-x;*/
	!important;
	width: 100%-2px width: 100%;
	height: 25px;
	border: solid 1px #d33a01;
	margin-bottom: 10px;
	}
/******************************************
定义文章内容样式
*******************************************/
#content
	{
	line-height: 25px;
	!important;
	width: 100%-2px width: 100%;
	border: solid 1px #d33a01;
	/*filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#ecf5fb,endcolorstr=#ffffff);*/
	margin-bottom: 10px;
	}
/******************************************
定义网页主页面内右边样式
*******************************************/
#rightmain
	{
	width: 24%;
	float: right;
	}
/******************************************
定义网页主页面内最新文章块样式
*******************************************/
.new_article
	{
	border: solid 1px #d33a01;
	!important;
	width:100%-2px width:100%;
	!important;
	overflow:hidden;
	zoom:1;
	margin-bottom: 10px;
	}
/******************************************
定义网页主页面内最新文章块内图片新闻幻灯片样式
*******************************************/
.flashpic
	{
	padding:5px 0 0 5px;
	/*text-indent:5px;*/
	width:300px;
	/*height:222px;*/
	float:left;
	overflow:hidden;
	zoom:1;
	}
/******************************************
定义网页主页面内最新文章块内文章列表样式
*******************************************/
.new_article_list
	{
	overflow:auto;
	!important;
	width:100%-300px width:100%;
	text-align:left;
	}
.new_article_list ul
	{
	padding:0;
	margin:0;
	}
.new_article_list ul li
	{
	/*BORDER-BOTTOM: #a5d6ff 1px dotted;*/
	text-indent:20px;
	max-width:100%;
	line-height: 24px !important;
	line-height:20px;
	width:100%;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(images/arrow02.gif);
	background-repeat: no-repeat;
	/*background-position: left;*/
	background-position: 5px 4px;
	}
.new_article_list ul li:after
	{
	content:"";
	}/* for firefox */
/******************************************
定义文章列表块样式（2栏并排）
.article为左浮动
.article1为右浮动
*******************************************/
.article
	{
	clear:both;
	width:49%;
	float:left;
	margin-bottom: 10px;
	}
.article1
	{
	width:49%;
	float:right;
	margin-bottom: 10px;
	}
/******************************************
定义文章列表块内标题样式
*******************************************/
.title
	{
	/*text-indent:20px;*/
	clear:both;
	/*border: solid 1px #d33a01;*/
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
	background-image: url("images/title_rbg2.gif");
	width: 100%;
	height: 36px;
	text-align:center;
	}

/******************************************
定义文章列表块内标题样式2
*******************************************/
.title2
	{
	text-indent:10px;
	clear:both;
	/*border: solid 1px #d33a01;*/
	color: #ffffff;
	font-weight: bold;
	line-height: 34px;
	background-image: url("images/title_bg.gif");
	width: 100%;
	height: 34px;
	}
.title2 a
	{
	color: #ffffff;
	}
.title2 a:hover
	{
	text-decoration: underline;
	color: #ffffff;
	}
.title_left
	{
	width:35px;
	height:34px;
	background-image: url("images/title_left.gif");
	float:left;
	}
.title_right
	{
	background-image: url("images/title_right.gif");
	width:10px;
	float:right;
	height:34px;
	}


.listbox , .listarticle
	{
	overflow:hidden;
	zoom:1;
	border: 1px solid #d33a01;
	}
/******************************************
定义文章列表块内文章列表样式
*******************************************/
.list
	{
	overflow:auto;
	!important;
	width:100%-2px width:100%;
	/*width:100%;*/
	text-align:left;
	/*border: 1px solid #d33a01;*/
	filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ffffe6', gradienttype='0');
	/*margin-bottom: 10px;*/
	}  
.list ul
	{
	padding:0;
	margin:0;
	}
.list ul li
	{
	/*BORDER-BOTTOM: #a5d6ff 1px dotted;*/
	text-indent:10px;
	max-width:100%;
	line-height: 24px !important;
	line-height: 20px;
	width:100%;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(images/arrow02.jpg);
	background-repeat: no-repeat;
	/*background-position: left;*/
	background-position: 0px 4px;
	}
.list ul li:after
	{
	content:"";
	}/* for firefox */
.list span.listtitle
	{
	width:200px;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	/*background-image: url("images/arrow01.gif");*/
	}
.listimg
	{
	padding:2px 0 0 0;
	text-indent:2px;
	width:100px;
	height:120px;
	float:left;
	text-align:center;
	}
/******************************************
定义右侧文章列表块内文章列表样式
*******************************************/
.list2
	{
	min-height: 30px;
	overflow:auto;
	!important;
	width:100%-2px width:100%;
	/*width:100%;*/
	text-align:left;
	border: 1px solid #fe6202;
	/*filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ffffe6', gradienttype='0');*/
	margin-bottom: 10px;
	background:#fff0c4;
	}  
.list2 ul
	{
	padding:0;
	margin:0;
	}
.list2 ul li
	{
	/*BORDER-BOTTOM: #a5d6ff 1px dotted;*/
	text-indent:20px;
	max-width:100%;
	line-height: 20px;
	width:100%;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	/*background-position: left;*/
	background-position: 5px 4px;

	}
.list2 ul li:after
	{
	content:"";
	}/* for firefox */
.list2 span.listtitle
	{
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	}
/******************************************
定义样式
*******************************************/
.listarticle
	{
	overflow:auto;
	!important;
	width:100%-2px width:100%;
	/*width:100%;*/
	text-align:left;
	margin-bottom: 10px;
	}

.listarticle ul
	{
	padding:0;
	margin:0;
	}
.listarticle ul li
	{
	text-indent:20px;
	line-height: 25px;
	width:100%;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	border-bottom:1px dashed #ccc;
	background-attachment: scroll;
	background-image: url(images/arrow01.gif);
	background-repeat: no-repeat;
	/*background-position: left;*/
	background-position: 5px 6px;
	}
.listarticle span , .list span , .new_article_list span
	{
	display:block;
	float:left;
	}
.new_article_list span.listtitle
	{
	width:360px;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	/*background-image: url("images/arrow01.gif");*/
	}
.listarticle span.time , .list span.time , .new_article_list span.time
	{
	float:right;
	}
/******************************************
文章中列表页中的图片主题,图片列表
.listpic每张图的占位空间
width:127px;占位宽度127像素
padding:3px 0 3px 4px;内间隙距离上右下左
float:left;居左排列
.listpic .title图片底下的标题样式
width:127px;
overflow:hidden;zoom:1;高度自适应
text-overflow:ellipsis;
white-space:nowrap;固定了宽度,控制自动隐藏超出边界的文字
******************************************/
.listpic
	{
	overflow:hidden;
	zoom:1;
	!important;
	width:100%-2px width:100%;
	padding:3px 0 3px 0;
	/*width:100%;*/
	text-align:left;
	border: 1px solid #d33a01;
	/*filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ffffe6', gradienttype='0');*/
	margin-bottom: 10px;
	}  
.listpic ul
	{
	padding:0;
	margin:0;
	}
.listpic ul li
	{
	width:20%;
	float:left;
	text-align:center;
	white-space:nowrap;
	-o-text-overflow: ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	}

.newstitle
	{
	font:20px/24px 黑体;
	text-align:center;
	color:000000;
	}
/******************************************
留言本样式
******************************************/
.gbooksubnav
	{
	text-indent:10px;
	color: black;
	line-height: 25px;
	/*text-align:center;*/
	!important;
	width: 100%-2px width: 100%;
	height: 25px;
	border: solid 1px #d33a01;
	margin-bottom: 10px;
	}
.gbook
	{
	!important;
	width: 100%-2px width: 100%;
	margin-bottom: 10px;
	}
.gbookpic
	{
	padding:5px 0 0 5px;
	/*text-indent:5px;*/
	width:100px;
	/*height:222px;*/
	float:left;
	text-align:center;
	line-height: 20px;
	/*overflow:hidden;
	zoom:1;*/
	/*background:#eeeeee;*/
	}
.gbooklist
	{
	MARGIN-RIGHT: auto; MARGIN-LEFT: 20px; 
	/*clear:both;*/
	text-align:left;
	overflow:auto;
	/*width:100%;*/
	width:860px !important;
	/*width: 850px;*/
	float:left;
	line-height: 20px;
	} 
.reply
	{
	/*text-indent:10px;*/
	color: black;
	line-height: 20px;
	border: dotted 1px #d33a01;
	BACKGROUND-COLOR: #FDE2E1;
	margin-bottom: 5px;
	}
.gbookpage
	{
	text-align:center;
	color: black;
	line-height: 25px;
	!important;
	width: 100%-2px width: 100%;
	height: 25px;
	border: solid 1px #d33a01;
	margin-bottom: 10px;
	}
/******************************************
分页
******************************************/
.page
	{
	text-align:center;
	height:25px;
	width:98%;
	clear:both;
	padding-left:10px;
	display: table-cell;
	vertical-align: middle;
	}
/*.page a
	{
	display:block;
	float:left;
	margin-right:3px;
	border:1px solid #ccc;
	padding:2px 4px 1px 4px;
	}*/
.from
	{
	/*height:30px;*/
	margin-top:4px;
	text-align:center;
	line-height: 30px;
	border-bottom:1px dashed #ccc;
	}
/******************************************
定义网页底部样式
*******************************************/
#footer
	{
	line-height: 25px;
	text-align:center;
	clear:both;
	width: 100%;
	border: solid 1px #d33a01;
	、*background:#ffffe6;*、
	}
.center
	{
	text-align:center;
	}
.left
	{
	float:left;
	}
.right
	{
	float:right;
	}
#zrxx
	{
	width: 100%;
	height: 52px;
	text-align:center;
	margin-bottom: 10px;
	}
