﻿/*常规定义
----------------------------------------------- */
body {
	font-size :12px;
	font-family : "宋体";
	margin : 0px;
	background-color: #FFFFFF;
	color: #00205f;
	line-height: 20px;
	height: 100%;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#b8cec5', gradientType='0');
}

.tdheight
{
	line-height: 15px;
}
a:link,
a:visited{
	font-size: 12px;
	text-decoration: none;
	color: #00205f;
}
a:hover{
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
}

.Tab_Txt1{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.Tab_Txt1 a:link,
.Tab_Txt1 a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.Tab_Txt1 a:hover{
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}

.tdd { 
	width:90%;
	table-layout:fixed;	
	overflow:hidden;
    text-overflow:ellipsis;
	white-space:nowrap;
 }

/* 导航
----------------------------------------------- */
     /*没有链接的样式*/
.TopNvg{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
     /*有链接的样式*/
.TopNvg a:link,
.TopNvg a:visited{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.TopNvg a:hover {
	font-size: 13px;
	color: #33CC00;
	text-decoration: none;
}

/* 栏目标题
-----------------------------------------------
不同的颜色或字号，用h1\h2\h3……来区分表示 */
.Title1{
	font-size:12px;
	color:#000000;
	display:inline;
	font-weight: bold;
}
.Title1 a:link,
.Title1 a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.Title1 a:hover{
	font-size: 12px;
	color: #FF3300;
	text-decoration: none;
}


.Title2{
	font-size:14px;
	color:#2275d0;
	display:inline;
	font-weight: bold;
	font-family: "新宋体";
}
.Title2 a:link,
.Title2 a:visited{
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	font-family: "新宋体";
}
.Title2 a:hover{
	font-size: 13px;
	text-decoration: none;
	filter: Glow(Color=#ffffff, Strength=1);
	font-family: "新宋体";
	color: #0033CC;
}




.Title3{
	font-size:12px;
	color:#CCCCCC;
	display:inline;
	font-weight: normal;
}

/* 底部文字样式
----------------------------------------------- */
.BottomFont{           /*没有链接的样式*/
	font-size: 12px;
	color: #84d7fa;
	font-weight: bold;
} 
.BottomFont a:link,        /*有链接的样式*/
.BottomFont a:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #2b980b;
}
.BottomFont a:hover {
	font-size: 12px;
	color: #99FF33;
	text-decoration: none;
	font-weight: bold;
}






/* 新闻页面标题字
----------------------------------------------- */

.CotetTitle1{     /*主标题*/
	font-size: 15px;
	text-align: center;
	color: #3450ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	line-height: normal;
}

.CotetTitle2{     /*副标题*/
	font-size: 13px;
	text-align: center;
	color: #0099CC;
	font-weight: bold;
}
.CotetTitle3{     /**/
	font-size: 12px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
.CotetDate{     /*发布日期*/
	font-size: 12px;
	color: #333333;
}



/*表格定义
-----------------------------------------------
下面的样式仅仅是表格的边线，如有背景，表格的宽、高请自己加进去 */


.TableLine {          /*整个表格的边线*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.TableLineTop{          /*表格顶部边线*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.TableLineLeft{          /*表格左边线*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.TableLineRight{          /*表格右边线*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.TableLineBottom {          /*表格底边线*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	border-left-color: #D7D7D7;
}

.STYLE9 {                 /*联系电话字样式*/
color: #00adfe
}
.txt1 {
font-family: "新宋体";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	filter: Glow(Color=#000033, Strength=2);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.txt2 {
font-family: "新宋体";
	font-size: 13px;
	color: #000066;
	font-weight: bold;
	filter: Glow(Color=#cff6f5, Strength=2);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.txt3 {
font-family: "新宋体";
	font-size: 13px;
	color: #000033;
	font-weight: bold;
	filter: Glow(Color=#ffffff, Strength=2);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
