/* 网站默认Html的CSS重定义 */

body
{
	font-family: "宋体";
	font-size: 9pt;
	text-decoration: none;
}
td
{
	font-family: "宋体";
	font-size: 9pt;
	word-break: break-all;
	word-wrap:break-word;
	line-height: 23px;
}
p
{
	font-family: "宋体";
	font-size: 9pt;
}
li
{
	font-family: "宋体";
	font-size: 9pt;
	height: 23px;
}
input
{
	font-size: 9pt;
	height: 15px;
	background-position: center;
	line-height: 12px;
	border: 1px solid #000000;
	width: 108px;
}
button
{
	font-size: 9pt;
	height: 23px; 
}
select
{
	font-family: "宋体";
	font-size: 9pt;
	height: 23px;
}

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #000000;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #000000;text-decoration: underline;} /* 鼠标在链接上 */ 
a:active {color: #000000;text-decoration: underline;} /* 点击激活链接 */

a.lk1:link {color: #ffffff; text-decoration: none;}
a.lk1:visited {color: #ffffff; text-decoration: none;}
a.lk1:active {color: #ffffff; text-decoration: underline;}
a.lk1:hover {color: #ffffff; text-decoration: underline;}

a.lk2:link {color: #000F67; text-decoration: none;}
a.lk2:visited {color: #000F67; text-decoration: none;}
a.lk2:active {color: #000F67; text-decoration: none;}
a.lk2:hover {color: #FEDB00; text-decoration: none;}


/* 以下为网站自由定义Css */
.sy1 {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #FFFFFF;
}
.ny2 {
	font-family: "宋体";
	font-size: 9pt;
	color: #D40000;
}
.ny3 {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 18px;
	color: #000000;
}
.title {
	font-family: "宋体";
	font-size: 12pt;
	line-height: 23px;
	color: #000000;
}
.content {
	font-family: "宋体";
	font-size: 9pt;
	line-height: 22px;
	color: #000000;
}

