/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #000000;} /* 点击激活链接 */
/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;font-weight:bold;}
a.channel:visited {color: #ffffff;font-weight:bold;}
a.channel:hover{color: #ffff00;font-weight:bold;}
a.channel:active {color: #ffffff;font-weight:bold;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}

/*主体内容样式*/
body{
	font-family: "宋体";
	font-size: 14px;
	line-height: 180%;
	color: #000000;
	margin: 0px;
	text-align:center;
	letter-spacing:1px;
	background-image: url(/Skin/llg/bj.jpg);
}
td
{
	font-family:"宋体";
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
}
/*首页导航样式*/
#souye{
      color:#FFFFFF;
	  font-size:16px;
	  font-weight:bold;
	  text-align:center;
	  }
/*导航菜单样式开始*/
/*导航菜单样式开始*/
#menu{font-weight:bold;
	 color:#FFFFFF;
	 }

#menu a{text-decoration:none;}
#menu a:link {
      color:#FFFFFF;
	  font-weight:bold;
	  }
#menu a:visited {
     color:#FFFFFF;
	 font-weight:bold;
	  }
#menu a:hove {
     color:#FFDDDD;
	 font-weight:bold;
	  }
#menu a:active {
     color:#FFFFFF;
	 font-weight:bold;
	  }
/*导航菜单样式结束*/	  	 
/*左、右、下三面边框样式*/
.bk{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7B0003;
	border-bottom-color: #7B0003;
	border-left-color: #7B0003;
	}
/*四边框样式*/
.bk2{
	border: 1px solid #7B0003;
	}
/*幻灯片边框样式*/
.bk3{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #7B0003;
	border-left-color: #7B0003;
}
/*相关链接样式*/
.lianjie{color:#FF4E00;padding-left:9px; font-weight:bold;}
/*页脚样式*/
.footer{background:#5E0002;
        color:#F7E6C4;
		text-align:center;
}
/*园内新闻样式*/
#xinwen{text-align:left;}
#xinwen ul{margin-left:24px;}
#xinwen ul li{list-style-image:url(images/dd-1.gif); 
             border-bottom:#999999 1px dotted; 
             padding-bottom:2px;
			 padding-top:2px;
			 } 
/*文章列表样式*/
.bk4 {
	border: 1px solid #FFFF00;
}
.xzh {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
}
.xuxian {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5E0002;
}
.hju
{
	font-family:"宋体";
	font-size: 14px;
	line-height: 200%;
	
}
.lmzt {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #5E0002;
	padding-left: 10px;
}
.main_articletitle /* 主标题文字颜色定义 */
{
color: 000000;font-weight:bold;font-size: 20;line-height: 150%;
}
.tpbk img{
	border: 1px solid #000000;
	}
