/*首页样式*/
#indexbody {
	padding-top:2px;
	background-color: #FFFFFF;
}
#logo #logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 60% 50%;
}
#logo #lcnc {
	background-image: url(lcnc.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}
/*首页导航样式*/
#nav {
	background-color: #0B4F96;
	text-indent: 4px;
	line-height: 28px;
	letter-spacing: 1px;
}
.topline {
	background-image: url(navline_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.buttomline {
	background-image: url(navline_buttom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.marquee{
	font-size: 12px;
	color: #999999;
	font-family: "宋体";
}
#nav a,a:link,a:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#nav a:hover {
	color: #CCCCCC;
}

#nav a:hover span {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(ml.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav a span {
	padding-left: 4px;
}
/*间隔线条*/
#line {
	background-image: url(line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*脚注说明样式*/
#copyright {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #0B4F96;
	text-align: center;
}
#copyright a,a:link,a:visited,a:hover {
	font-family: "宋体";
	font-size: 12px;
	/*line-height: 20px;*/
	color: #0B4F96;
	text-align: center;
	font-weight: normal;
}
/*首页选项卡样式*/
#option {
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	border: 1px solid #CCCCCC;
}
#option .title {
	background-image: url(option_title.gif);
}
.ActiveOpt {
	color: #FFFFFF;
	background-color: #0099CC;
	cursor:hand;
}
/*选项卡超链接样式*/
#shownews {
	text-align: left;
}
#shownews a,a:link,a:visited{
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
	text-indent: 2ex;
	color: #003399;
	font-weight: normal;
}
#shownews a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/*首页右侧窗口*/
#option1 {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
#option1 .title {
	font-size: 12px;
	color: #006699;
	background-image: url(option1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	vertical-align: middle;
}
#option1 a,a:link,a:visited {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-indent: 0px;
	color: #003399;
	font-weight: normal;
}
#option1 a:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009966;
}
.importent{
	color: #FF8080;
}

/*子导航样式*/
#list {
	font-size: 12px;
	background-color: #004891;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#list .title {
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	vertical-align: middle;
	background-color: #DB0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
#list td{
	text-align: center;
	vertical-align: middle;
}
#list a,a:link,a:visited {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	text-indent: 0px;
	color: #FFFFFF;
}
#list a span{
	line-height: 30px;
	padding-top: 4px;
	padding-right: 70px;
	padding-bottom: 4px;
	padding-left: 70px;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#list a:hover {
/*	font-size: 12px;*/
	color: #FFFFFF;
	background-color: #0080FF;
}
#list a:hover span{
	background-image: url(null);
}

/*正文*/
#content{
	font-size: 12px;
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#content .nav{
	background-color: #0099FF;
	font-size: 12px;
	color: #AADDFF;
	vertical-align: middle;
}
#content .nav a,a:link,a:visited{
	color: #AADDFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
#content .nav a:hover{
	color: #DD0000;
	text-decoration: underline;
}
#content .title{
	font-family: "宋体";
	font-size: 18px;
	line-height: 30px;
	color: #003366;
	font-weight: bold;
}
#content .content{
	font-family: "宋体";
	font-size: 14px;
	line-height: 25px;
}
#content .link a,a:link,a:visited{
	font-size: 14px;
	color: #0033CC;
	text-decoration: none;
	font-weight: normal;
}
#content .link a:hover{
	color: #FFFFFF;
	background-color: #0066CC;
	font-size: 14px;
}
#content .link1 a,a:link,a:visited{
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}
#content .link1 a:hover{
	color:#FF0000;
/*	background-color: #0066CC;*/
	font-size: 12px;
}
/*首页滚动公告*/
.gg{
font-size:12px;
color:#FF0000;
}
