@CHARSET "UTF-8";

/***************************  通用样式部分     ***************************/
	/* 页面主体样式  */
body {
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: '宋体';
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	/* 为了whole的div 在ie中能够居中 */
}

/*  图片样式    */
IMG {
	border-width: 0;
}

/* 超链样式 */
a {
	font-size: 1em;
	border-width: 0;
}

/* 超链的未访问过样式 */
a:link {
	text-decoration: underline;
	color: #000000;
}

/* 超链的已访问过样式 */
a:visited {
	text-decoration: underline;
	color: #000000;
}

/* 超链的鼠标悬浮时的样式 */
a:hover {
	text-decoration: underline;
	color: #FF0000;
	cursor:hand; 
}

/* 超链的鼠标左键点击时的样式 */
a:active {
	text-decoration: underline;
	color: #7d0022;
}

/* 表格样式  */
TABLE {
	font-family: '宋体';
	font-size: 1em;
	line-height: 1.5em;
}

/* 行样式 */
TR {
	
}

/* 单元格样式 */
TD {
	
}

/* 头单元格样式 */
TH {
	
}

/* 表标题样式  */
CAPTION {
	
}

/* 表头样式  */
THEAD {
	
}

/* 表主体样式 */
TBODY {
	
}

/* 表尾样式 */
TFOOT {
	
}

/* 区域样式 */
FIELDSET {
	border-color: #3666aa;
	border-width: 1px;
	border-style: solid;
}

/* 区域标题样式 */
legend {
	font-size: 1.2em;
	color:#7d0022;
}

/* 无序列表样式 */
UL {
	
}

/* 列表项样式 */
LI {
	list-style: circle;
}

select{
width:100%;
}
iframe{
width:100%;
}
/***************************  通用页面区域样式部分     ***************************/
	/* 页面整体样式,就是相当于body,在main外面的最大的那个和body一样大的div */
.page_whole {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* 页眉 */
.page_header {

	
}

/* 页脚 */
.page_footer {

}

/* 页中  */
.page_content {

}

/*  页面主体样式(就是页面左中右的中间部分,如果存在页眉,页中,页脚的话,就是三个中间都有page_main)  */
.page_main {
	margin: 0 auto;
}

/* 区域样式 */
.zone {
	margin: 1;
	padding: 0;
	border-width: 0;
}

/* 模块样式(主要是模块方式中的div的样式,是模块外围包含的模块方式赋值的样式) */
.module {
	margin: 1;
	padding: 0;
	border-width: 0;
	background-color: #EEEEEE;
}
/***************************  模块通用样式部分     ***************************/
/* 模块局部整体样式(是循环中的一个整体) */
.whole {
	
}

/* 模块内容区域样式 */
.content {
	
}

/* 模块中图片样式 */
.image {
	
}
/* 模块中图片样式 */
.image img {
 width:100px;
 height:60px;
 
}
/*   分页区样式   */
.pager {
	
}
/*   按钮区样式   */
.button {
	
}
/*  分隔行样式   */
.space {
	
}
/*   当前样式   */
.current {
	
}
/*   第一行样式   */
.first {
	
}
/* 模块标题 */
.title {
width=100%
}

/* 模块标题 -节点名称*/
.title .name {
width=100%
}

/* 模块标题 -更多 */
.title .more {
text-indent:10px
}

/* 模块标题   多标签  普通标签 */
.title .tab {

}

/* 模块标题 多标签 活动标签 */
.title .active {

}



/***************************  具体页面样式部分     ***************************/
/*   内容页面的标题样式    */
.content_title {
	font-family: 隶书;
	font-size: 2.5em;
	font-weight: bold;
	
	text-align: center;
	line-height: 50px;
}

/*   内容页面的作者样式    */
.content_author {
	font-family: 宋体;
	font-size: 1.2em;
	font-weight: bold;
	
	text-align: center;
	line-height: 40px;
}

/*   内容页面的正文样式    */
.content_text {
	text-align: left;
	line-height: 30px;
}


/*************************** 模块表现方式     滑动门样式部分     ***************************/
	/* 模块的整体样式(九宫格或滑动门的Table的样式) */
.slide {
	 background-color:red;
}

/* 行样式(九宫格或滑动门的Table的样式) */
.slide TR {
	
}

/* 单元格样式(九宫格或滑动门的Table的样式) */
.slide TD {
	
}

/*********   水平垂直双向滑动门效果模块的            *********/
	/* 模块的页眉样式(九宫格的第一行tr的样式) */
.slide .slide_header {
	
}

/* 模块的主体样式(九宫格的第二行tr的样式) */
.slide .slide_main {
	
}

/* 模块的页脚样式(九宫格的第三行tr的样式) */
.slide .slide_footer {
	
}

/* 模块的九宫格的  上左样式 */
.slide .slide_tl {
	width:10px;background-color: blue;
}

/* 模块的九宫格的  上中样式 */
.slide .slide_tc {
		height:20px;background-color: green;
}

/* 模块的九宫格的  上右样式 */
.slide .slide_tr {
		width:10px;background-color: blue;
}

/* 模块的九宫格的  中左样式 */
.slide .slide_ml {
	width:10px;background-color: blue;
}

/* 模块的九宫格的  中中样式 */
.slide .slide_mc {
	
}

/* 模块的九宫格的  中右样式 */
.slide .slide_mr {
	width:10px;background-color: blue;
}

/* 模块的九宫格的  下左样式 */
.slide .slide_bl {
		width:10px;background-color: blue;
}

/* 模块的九宫格的  下中样式 */
.slide .slide_bc {
		height:20px;background-color: green;
}

/* 模块的九宫格的  下右样式 */
.slide .slide_br {
		width:10px;background-color: blue;
}

/*******      水平滑动门效果模块的                 ********/
	/* 水平滑动门效果模块的    左边样式 */
.slide .slide_left {
	
}

/* 水平滑动门效果模块的     中间样式 */
.slide .slide_center {
	
}

/* 水平滑动门效果模块的     右边样式 */
.slide .slide_right {
	
}

/*******     垂直滑动门效果模块的           ********/ /* 垂直滑动门效果模块的     上边样式 */
.slide .slide_top {
	
}

/* 垂直滑动门效果模块的   中间样式 */
.slide .slide_middle {
	
}

/* 垂直滑动门效果模块的   下边样式 */
.slide .slide_bottom {
	
}
/*******     滑动门带标题样式效果           ********/ 
/* 垂直滑动门效果模块的   标题样式(module_slide_HV_Title) */
.slide .title {
	
}
/* 垂直滑动门效果模块的   标题样式(module_slide_HV_Title_Name) */
.slide .title a{
	
}
/* 垂直滑动门效果模块的  标题样式(module_slide_HV_Title_NameAndMore) */
.slide .title .name{
	
}
/* 垂直滑动门效果模块的  标题样式(module_slide_HV_Title_NameAndMore) */
.slide .title .more{
	
}

/*************************** 模块表现方式     其他部分     ***************************/
/*****   module_CustomLink (自定义链接方式)  *****/
.module_CustomLink{
}
.module_CustomLink a{
}
.module_CustomLink a span{
}
.module_CustomLink a IMG{
}
.module_CustomLink a embed{
}
.module_CustomLink a:HOVER{
}
/*****   module_Div (div容器方式)  *****/
.module_Div{
}
/*****   module_Fieldset (Fieldset区域方式)  *****/
.module_Fieldset{
}
.module_Fieldset LEGEND{
}
/*****   module_Float (浮动方式)  *****/
.module_Float{
}
.module_Float .close{
}
/*****   module_Fly (飘动方式)  *****/
.module_Fly{
}
.module_Fly .close{
}
/*****   module_Iframe (框架嵌入方式)  *****/
.module_Iframe{
}
/*****   module_Scroll (滚动方式)  *****/
.module_Scroll{
}
.module_Scroll MARQUEE{
}
/*****   module_Table (表格方式)  *****/
.module_Table{
}
.module_Table TR TD{
}
/*************************** 模块   ***************************/
/* (一般样式类名是对于div或td等区域来设置的,而不针对具体的比如span/image等设置,也就是说具体标签都是在样式类后面包含的方式来设置)  */
/* (除了.first .current .active等类似伪类的)  */
/*****   comment_Add (发表评论)  *****/
.comment_Add{
}
/* 内容区样式  */
.comment_Add .content{
}
/* 按钮区样式  */
.comment_Add .button{
}
/* 按钮区的备注文本样式  */
.comment_Add .button span{
}
/* 按钮区的按钮样式  */
.comment_Add .button input{
}

/*****   comment_List (评论列表)  *****/
.comment_List{
}
/* 循环部分的整体区样式    */
.comment_List .whole{
}
/* 标题区样式    */
.comment_List .title{
}
/* 内容区样式    */
.comment_List .content{
}
/* 分隔区样式    */
.comment_List .space{
}
/* 分页区样式    */
.comment_List .pager{
}

/*****   content_About (相关文章)  *****/
.content_About{
}
.content_About UL{
}
.content_About UL LI{
}
.content_About UL LI a{
}
.content_About UL LI a span{
}

/*****   content_List_Description (简介列表)  *****/
.content_List_Description{
}
/* 循环部分的整体区样式    */
.content_List_Description .whole{
}
/* 图片区样式    */
.content_List_Description .image{
}
/* 图片样式    */
.content_List_Description .image IMG{
}
/* 标题区样式    */
.content_List_Description .title{
}
/* 标题区a样式    */
.content_List_Description .title a{
}
/* 内容区样式    */
.content_List_Description .content{
}
/* 分隔区样式    */
.content_List_Description .space{
}

/*****   content_List_DropdownTitle (下拉列表)  *****/
.content_List_DropdownTitle{
}
.content_List_DropdownTitle OPTION{
}
.content_List_DropdownTitle OPTION span{
}

/*****   content_List_Image (图片列表)  *****/
.content_List_Image{
}
/* 循环部分的整体区样式    */
.content_List_Image .whole{
}
/* 图片区样式    */
.content_List_Image .image{
}
/* 图片样式    */
.content_List_Image .image IMG{
}
/* 标题区样式    */
.content_List_Image .title{
}

/*****   content_List_ImageAndTitle (图片标题列表)  *****/
.content_List_ImageAndTitle{
}
/* 图片区样式    */
.content_List_ImageAndTitle .image{
}
/* 图片样式    */
.content_List_ImageAndTitle .image IMG{
}
/* 内容区样式    */
.content_List_ImageAndTitle .content{
}
/* 内容区a样式    */
.content_List_ImageAndTitle .content UL LI a {
}
/* 内容区a的第一行样式    */
.content_List_ImageAndTitle .content UL LI a.first{
}
/* 内容区a文本样式    */
.content_List_ImageAndTitle .content UL LI a span{
}

/*****   content_List_MultiTabTitle (多标签列表)  *****/
.content_List_MultiTabTitle{
}
/* 标题区样式    */
.content_List_MultiTabTitle .title{
}
/* 标题区标签区(默认状态)样式    */
.content_List_MultiTabTitle .title .tab{
width:100px;
}
/* 标题区标签区(当前状态/鼠标浮动)样式    */
.content_List_MultiTabTitle .title .active{
width:100px;
}
/* 内容区样式    */
.content_List_MultiTabTitle .content{
}
/* 内容区列表a样式    */
.content_List_MultiTabTitle .content UL LI a span{
}

/*****   content_List_MultiTitle (多字段列表)  *****/
.content_List_MultiTitle{
}
/* 对行或者单元格设置样式  */
.content_List_MultiTitle TR TD{
}
/* 对列根据字段名称来设置样式(name是列名称)  */
.content_List_MultiTitle .field_name{
}

/*****   content_List_PPTImage (幻灯片)  *****/
.content_List_PPTImage{
        width:210px;
	height:160px;
         margin:5px;
}

/*****   content_List_Title (标题列表)  *****/
.content_List_Title{
}
/* 竖排时 */
.content_List_Title UL LI A SPAN{
}
/* 横排时 */
.content_List_Title A SPAN{
}

/*****  content_Navigate (内容导航)  *****/
.content_Navigate{
}
.content_Navigate TR TD{
}
.content_Navigate TR TD a span{
}
/*   content_Pager (内容分页)  */
.content_Pager{
}
/*   content_Search_DropdownText (下拉综合搜索)  */
.content_Search_DropdownText{
}
.content_Search_DropdownText .title{
}
.content_Search_DropdownText .content SELECT OPTION{
}
.content_Search_DropdownText .button input{
}
/*   content_Search_Navigate (搜索导航)  */
.content_Search_Navigate{
}
.content_Search_Navigate TR{
}
.content_Search_Navigate .content {
}
.content_Search_Navigate .button {
}
.content_Search_Navigate .content A span{
}
.content_Search_Navigate .button input{
}

/*   content_Search (搜索)  */
.content_Search{
}
.content_Search TR TD{
}
.content_Search .content input{
}
.content_Search .button input{
}
/*   content_ValueByName (按字段名称或得字段的值)  */
.content_ValueByName{
}
.content_ValueByName a{
}
.content_ValueByName a span{
}
.content_ValueByName a IMG{

}
.content_ValueByName a EMBED{
}
.content_ValueByName a:HOVER{
}
/*   node_Hits (节点计数器)  */
.node_Hits{
}
/*****   node_NameAndMore (节点名称及更多)  *****/
.node_NameAndMore{
background-image:url("Images/tit_jydt2.gif");
}
.node_NameAndMore .name{
background-color:#DDDDDD;

}
.node_NameAndMore .more a{

}

/*****   node_Navigate_Position (位置导航)  *****/
.node_Navigate_Position{
}
.node_Navigate_Position .first{
}
.node_Navigate_Position a{
}
.node_Navigate_Position a span{
}
.node_Navigate_Position a.current{
}
.node_Navigate_Position  a:link {
}
.node_Navigate_Position  a:visited {
}
.node_Navigate_Position  a:hover {
}
.node_Navigate_Position  a:active {
}

/*****   node_Navigate (节点导航)  *****/
.node_Navigate{
        background-color : #eeeeee;

}
/* 单元格样式    */
.node_Navigate TR TD{
}
.node_Navigate TR TD a{  
  margin: 0px;
        text-align:center;
	width: 76px;
	height: 30px;
	line-height: 30px;   

}
.node_Navigate TR TD a.current{

}
.node_Navigate TR TD a span{
}
.node_Navigate TR TD a:link{

}
.node_Navigate TR TD a:visited{

}
.node_Navigate TR TD a:hover{

}
.node_Navigate TR TD a:active{
}

/*****   node_ValueByName (根据字段名称获得字段的值)  *****/
.node_ValueByName{
}
.node_ValueByName a{
}
/* 超链文本样式    */
.node_ValueByName a span{
}
/* 超链图片样式    */
.node_ValueByName a IMG{
}
/* 超链媒体样式    */
.node_ValueByName a EMBED{
width:760px
height:115px
}
/* 超链浮动样式    */
.node_ValueByName a:HOVER{
}
/*****   public_CustomLink (自定义超链)  *****/
.public_CustomLink{
}
.public_CustomLink a{
}
/* 超链浮动样式    */
.public_CustomLink a:HOVER{
}
/*****   public_CustomText (自定义文本)  *****/
.public_CustomText{
}
/*****   public_DateTime (自定义文本)  *****/
.public_DateTime{
}
/*****   public_Iframe (iframe)  *****/
.public_Iframe{
}
/*****   public_Login (登陆模块)  *****/
.public_Login{
background-image: ("Image/urltit_yhdl.gif");
}
/*****   vote_Execute (投票提交)  *****/
.vote_Execute{
}
/* 标题区样式    */
.vote_Execute .title{

	
}
/* 内容区样式    */
.vote_Execute .content{
}
/* 内容样式(单选按钮)    */
.vote_Execute .content input{
}
/* 按钮区样式    */
.vote_Execute .button{
}
/* 按钮样式(投票按钮)    */
.vote_Execute .button input{
}
/*****   vote_List (投票列表显示)  *****/
.vote_List{
}
/* 循环部分的整体区样式    */
.vote_List .whole{
}
/* 标题区样式    */
.vote_List .title{
}
/* 表头区样式    */
.vote_List .header{
}
/* 内容区样式    */
.vote_List .content{
}
/* 内容中行样式    */
.vote_List .content TR TD{
}
/* 循环间隔区样式    */
.vote_List .space{
}
/* 投票选项的名称列样式    */
.vote_List  .voteOption_name{
}
/* 投票选项的计数列样式    */
.vote_List  .voteOption_count{
}
/* 投票选项的比率列样式    */
.vote_List  .voteOption_rate{
}


/*************************** 其他部分     ***************************/

.filterKeywords{
color:red;
}			
