﻿body 
{
	font-size:12px;
	margin-top:5px;
	margin-left:20px;
	background-color:#3e4c67;
	font-family:宋体;
	color:#464646;
}

A
{
	text-decoration:none;
	color:#474747;
}

A:hover
{
	color:#004a81;
}
A:active
{
	text-decoration:underline;
}

.mytable
{
    table-layout:fixed;/* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
    line-height:23px;
}
.mytable td
{
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.mytable1
{
    table-layout:fixed;/* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
    line-height:20px;
}
.mytable1 td
{
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
A.OrangeLink
{
	color:#ffb57e;
	text-decoration:none;
	font-size:12px;
}
A.OrangeLink:hover
{
	color:#ffb57e;
	text-decoration:underline;
	font-size:12px;
}
.fontstyletop1
{
	color:#ffb57e;
	font-size:12px;
}



/*GridView分页样式*/
.fourline
{
	padding-left:10px;
	background-color:#e6ecec;
	height:22px;
	color:#0c364c;
	border-left:solid 1px #FFF;
	border-top:solid 1px #FFF;
	border-right:solid 1px #94a5ad;
	border-bottom:solid 1px #94a5ad;
	}
.fourlineeeeae1
{
	padding-left: 10px;
	background-color: #efdcbe;
	height: 22px;
	color: #0c364c;
	border-left: solid 1px #FFF;
	border-top: solid 1px #FFF;
	border-right: solid 1px #d6b17c;
	border-bottom: solid 1px #d6b17c;
}
.AltBg
{
	background-color:#fffafa;/*eff3fb,fffafa*/
	height:25px;
	}
.AltBg a
{
	text-decoration:underline;
	color:#18425a;
	}
.RowBg
{
	background-color:#FFF;
	height:25px;
	}
.RowBg a
{
	text-decoration:underline;
	color:#18425a;
	}
.PL10px 
{
    padding-left:10px;
}


/*文章二级列表*/
.dashedBg Td
{
	border-bottom:dashed 1px #7c7c7c; /*dashed*/
}
.H25
{
	height:25px;
	}
.H20
{
	height:20px;
	}
.H28
{
	height:28px;
	}
	
.fourac956c
{
	border:solid 1px #ac956c;
}
td.ArtContent
{}

/*----------------底部导航 begin----------------------------*/
a.bottomlink
{
    font-size:12px;
    color:#666666;
    font-weight:bolder;
    text-decoration:none;	
}
a.bottomlink:hover
{
    font-size:12px;
    color:#666666;
    font-weight:bolder;
    text-decoration:underline;	
}
/*----------------底部导航 end------------------------------*/

/*----------------头部导航 begin----------------------------*/
a.toplink
{
    font-size:12px;
    color:#ffffff;
    font-weight:bolder;
    text-decoration:none;	
}
a.toplink:hover
{
    font-size:12px;
    color:#ffffff;
    font-weight:bolder;
    text-decoration:underline;	
}
/*----------------头部导航 end------------------------------*/

/*----------------首页中间 begin----------------------------*/
a.middlelink
{
    font-size:12px;
    color:#666666;
    text-decoration:none;	
}
a.middlelink:hover
{
    font-size:12px;
    color:#666666;
    text-decoration:underline;	
}
.middlefont
{
	font-size:14px;
	font-weight:bolder;
	color:#363636;
	padding-left:15px;
}
.twoboderGray
{
	border-left-color:#c0ced7;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#c0ced7;
	border-right-style:solid;
	border-right-width:1px;
}
/*----------------首页中间 end------------------------------*/

/*--左侧导航 start--*/
a.Especial
{
    font-size:12px;
    color:#004B82;
    font-weight:bolder;
    text-decoration:none;	}
a.Especial:hover
{
    font-size:12px;
    color:#004B82;
    font-weight:bolder;
    text-decoration:none;	}
a.Normal
{
    font-size:12px;
    color:#898989;
    font-weight:600;
    text-decoration:none;	}
a.Normal:hover
{
    font-size:12px;
    color:#004B82;
    font-weight:600;
    text-decoration:none;	}
a.ArtLink
{
    font-size:12px;
    color:#464541;
    text-decoration:none;	
	}
a.ArtLink:hover
{
    font-size:12px;
    color:#8693C8;
    text-decoration:none;	
	}
.div_page
{cursor:hand; float:left; margin-left:1px; margin-right:1px;}
/*--左侧导航 end--*/