﻿.XX {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.txt1 {
	font-size: 12px;
	color: #000000;
	line-height:25px;
}
.txt1 a:link,
.txt1 a:visited{
	color: #000000;
	text-decoration: none;
}
.txt1 a:hover {
	color: #000066;
	text-decoration: none;
}

.txt2 {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.txt2 a:link,
.txt2 a:visited{
	color: #003399;
	text-decoration: none;
}
.txt2 a:hover {
	color: #009900;
	text-decoration: none;
}
/*常规定义
----------------------------------------------- */
body {
	font-size :12px;
	font-family : 宋体;
	margin : 0px;
	background-repeat: repeat;
}
table {
	font-size :12px;
	font-family : "宋体";
	margin : 0px;
	color: #666666;
}

/* 新闻
----------------------------------------------- */
table.Tab_Txt1,
table.Tab_Txt2
{
table-layout:fixed;
}
table.Tab_Txt1 td,
table.Tab_Txt2 td
{
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
	padding:2px;
	color: #9ad300;
}

.Tab_Txt1{
	font-size: 12px;
	color: #6c6a0c;
	text-decoration: none;
}
.Tab_Txt1 a:link,
.Tab_Txt1 a:visited{
	font-size: 12px;
	color: #6C6A0C;
	text-decoration: none;
}
.Tab_Txt1 a:hover{
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.Tab_Txt2{
	font-size: 12px;
	color: #008495;
	text-decoration: none;
}
.Tab_Txt2 a:link,
.Tab_Txt2 a:visited{
	font-size: 12px;
	color: #000099;
	text-decoration: none;
}
.Tab_Txt2 a:hover{
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}

/* 导航
----------------------------------------------- */
     /*没有链接的样式*/
.TopNvg{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;

}
     /*有链接的样式*/
.TopNvg a:link,
.TopNvg a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}
.TopNvg a:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;

}



/* 栏目标题
-----------------------------------------------
不同的颜色或字号，用h1\h2\h3……来区分表示 */
.Title1{
	font-size:13px;
	color:#003399;
	display:inline;
	font-weight: bold;
}
.Title1 a:link,
.Title1 a:visited{
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
.Title1 a:hover{
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.Title2{
	font-size:13px;
	color:#FFFFFF;
	display:inline;
	font-weight: bold;
	line-height:20px;
}
.Title2 a:link,
.Title2 a:visited{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.Title2 a:hover{
	font-size: 13px;
	text-decoration: none;
	filter: Glow(Color=#ffffff, Strength=1);
	color: #FF9900;
}

.Title3{
	font-size:12px;
	color:#bc5b00;
	display:inline;
	font-weight: bold;
}
.Title3 a:link,
.Title3 a:visited{
	font-size: 12px;
	color: #BC5B00;
	text-decoration: none;
}
.Title3 a:hover{
	font-size: 12px;
	text-decoration: none;
	filter: Glow(Color=#ffffff, Strength=1);
	color: #FF9900;
}
/* 指明访问路径
----------------------------------------------- */
.RoteFont{
	font-size: 12px;
	color: #BC5B00;
	font-weight: bold;
}
.RoteFont a:link, 
.RoteFont a:visited 
{
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.RoteFont a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}





/* 底部文字样式
----------------------------------------------- */
.BottomFont{           /*没有链接的样式*/
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	
} 
.BottomFont a:link,        /*有链接的样式*/
.BottomFont a:visited      
{
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.BottomFont a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
}






/* 新闻页面标题字
----------------------------------------------- */

.CotetTitle1{
	font-size: 18px;
	text-align: center;
	color: #009900;
	font-weight: bold;
	line-height: 35px;
}

.CotetTitle2{     /*副标题*/
	font-size: 13px;
	text-align: center;
	color: #666666;
}

.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: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #377e8a;
	border-right-color: #377e8a;
	border-bottom-color: #377e8a;
	border-left-color: #377e8a;
}
.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: #003d5c;
	border-right-color: #003d5c;
	border-bottom-color: #003d5c;
	border-left-color: #003d5c;
}
.TableLineBottom{          /*表格底边线*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}
.Tabletxt{
	line-height: 2em;
}


.bg {
	background-image: url(../images/QNZEDU_130.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.STYLE1 {
	color: #0033CC;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
