/* CSS Document */
<!--
td {font-size:12px;}
a{text-decoration: none; font-size:12px} /* 链接无下划线,有为underline */ 
a:link {color:#8C0800;} /* 未访问的链接 */
a:visited {color: #CC0033;} /* 已访问的链接 */
a:hover{color: #8C0800; text-decoration:underline } /* 鼠标在链接上 */ 
a:active {color: #8C0800;} /* 点击激活链接 */


/*资料下载列表链接*/
a.Zlxz{text-decoration: none; font-size:12px} /* 链接无下划线,有为underline */ 
a.Zlxz:link {color:White;} /* 未访问的链接 */
a.Zlxz:visited {color: #EFD19F;} /* 已访问的链接 */
a.Zlxz:hover{color: #EFD19F;} /* 鼠标在链接上 */ 
a.Zlxz:active {color: #EFD19F;} /* 点击激活链接 */

/*新闻浏览页面标题样式*/
.NewsTitle{
    color:#01458a;
	font-size:16px;
	font-weight:bold;
}

.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
}

/*新闻浏览页面信息样式*/
.NewsInfo{
    color:#808080;
}

/*公司简介样式*/
.Gsjj{
    font-size:12px;
	line-height:21px;
}

/*今天日期样式*/
.Today{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/*子栏目文字*/
.SubTitle{
	color: #0C7EB0;
	font-size: 14px;
	font-weight: bold;
}

/*底部文字*/
.BottomText{
	color: #8C0800;
	font-size: 12px;
}

.Gdxw{
	color: #White;
	font-size: 12px;
}

td.Gdxw {
	color: White;
	font-size: 12px;
}

.Bottom {
	color: #8C0800;
	font-size: 12px;
}
.title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.Copyright {
    font-size:12px;
    color: #979797;
}
.Menu {
	font-size: 13px;
	font-weight: bold;
}
-->



