<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*其他的一些样式*/
body{
	font-size:10pt;
	margin:0px;
	line-height: 20px;
	color: #570000;
	background-color: #BC0000;
	padding-top:5px;
}
.clear
{
	clear:both;
	}

/*内容左半部分样式*/	
#left
{
	height:100%;
	float:left;
	word-break:break-all;/*对w3c浏览器，如果不能自动断行则隐藏*/
	width: 295px;
	clear: both;

	}

/*内容右半部分样式*/
#right
{
	width:629px;
	float: right;
	background:#FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0DAC2;
	
	}
	
/*文字标题样式*/
.biaoti {
	font-size: 11pt;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #990000;
	height: 25px;
	width: 490px;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
}

*{
	list-style:none;
	margin:0px;
	padding:0;
}

#menu ul li {
	height:20px;
	font-size:10pt;
	line-height:25px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F4F3F2;
	border-left-color: #F4F3F2;
	padding-top:5px;
	margin:0px;
	list-style:none;
}

/*导航条按钮样式*/
#menu {
	width: 295px;
	background-color: #F4F3F2;
	float: left;
}
A.Link1:link,A.Link1:visited,A.Link1:active {
	color:#990000;
	text-decoration:none;
	font-size:10pt;
	line-height: 25px;
	display: block;
	height: 25px;
	width: 285px;
}
A.Link1:hover {
	color:#0000FF;
	text-decoration:none;
	font-size:10pt;
	line-height: 25px;
	display: block;
	height: 25px;
	width: 285px;
}

A.Link2:link,A.Link2:visited,A.Link2:active {
	color:#993300;
	font-size:10pt;
	line-height: 20px;
	text-decoration: underline;
}
A.Link2:hover {
	color:#0000FF;
	text-decoration:underline;
	font-size:10pt;
	line-height: 20px;
}

.xiaxuxian {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	width: 285px;
}

/*文字标题样式*/
.biaoti1 {
	font-size: 11pt;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FF3300;
}

/*左右两边高度同等*/
#menu,#right{
	display: block;
}

/*页头样式*/
#top {
	height: 65px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.logo {
	height: 46px;
	width: 146px;
	margin-left: 30px;
	margin-top: 7px;
	clear: both;
	float: left;
}
.title {
	height: 65px;
	width: 720px;
	margin-left: 34px;
	float: left;
}
.ys {
	color: #990000;
}

#content {
	font-size: 10pt;
	font-style: normal;
	line-height: 18px;
	color: #666666;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCFBF8;
	padding-right: 5px;
}
.neirong {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#banner {
	height: 325px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.banner_left{
	width:295px;
	float:left;
}
.banner_l_i{
	width:295px;
	height:101px;
}
.banner_right{
	width:635px;
	float:right;
}
.banner_right a{ 
	color:#FFF;
} 
.banner_nav{
	width:295px;
	clear:both;
}
.banner_nav ul li{
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #C33F3D;
	margin-right: 58px;
	margin-left: 43px;
	padding-left: 5px;
}
.banner_nav ul li a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
 	

#dangqianweizhi {
	font-size: 10pt;
	font-style: normal;
	line-height: 20px;
	color: #993300;
	background-color: #F1EFE0;
	height: 20px;
	width: 612px;
	clear:both;
	margin-left: 10px;
	border: 1px solid #E0DAC2;
	padding-left: 5px;
	margin-top: 5px;
}

#bottom {
	font-size: 9pt;
	font-style: normal;
	line-height: 20px;
	color: #FFFFFF;
	height: 40px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
#bottom a{color: #FFFFFF;}


.cont_left{
	line-height:20px;
	height: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
}
.cont_left a{text-decoration:none;}
.height200{height:300px; text-align:center;}
.color{color:#FF0000;}
.height0{height:0; clear:both;}
.bottom_logo{background:#BC0000; text-align:center; width: 930px; margin:0 auto}</pre></body></html>