<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
a:link{color:#F00000;text-decoration:none;}
a:hover {color:#F00000;text-decoration:underline}
a:visited{color:#F00000;text-decoration:none;}
li{
list-style-type:disc;
list-style-position: inside;
margin-left:25px;
}
body{
font-size:9pt;
color:  #000000;
background-color: #D5D5E1;
-webkit-text-size-adjust:none;
font-family: Arial, Helvetica, "Century Gothic", Verdana, sans-serif;
overflow:auto;/*滑动条*/
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	font-style: normal;
	line-height:2.0em;
	font-weight:bold;
	font-variant: normal;
	text-align: center;
	color: #FFF;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;	
	line-height:1.0em;
	font-weight: border;
	font-variant: normal;
	text-align: center;
	color: #FFF;
}
.left{
    top:0px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:0;
	height:3000px;
	width:12%;
	background-color: #ffffff;
}
.right{
    top:0px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:88%;
	height:3000px;
	width:12%;
	background-color: #ffffff;

}
#back{
    float:left;
    width:200px;
	height:67px;
    overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.middle{
    position:absolute;
	left:12%;
	top:0px;
	width:77%;/*本来应该是76，但是不知怎么回事占不满就直接改成了77*/
	background-color: #ffffff;
}
#toplevel{

width:100%;/*这个改的是自己的页面占整个浏览器页面的的值*/
height:2940px;
border-left:solid 1px #dddddd;
border-right:solid 1px #e0e0e0;
overflow:hidden;
background-color: #ffffff;
}
#part2{
float:middle;
width:100%;
height:150px;
/*padding: 10px 10px 0px 10px;*/
text-align:center;
/*line-height:30px; */
overflow:hidden;
background-color: #3366CC;
}
#main{

width:100%;
overflow:hidden;
text-align:center;
margin-top:4px;
margin-bottom:66px;
font-size:11pt;
}
table,th,td { 
 font-family: Calibri;
 font-size: 12pt;
 line-height:15px; 
 color: #333333;
 text-align:justify;
 }
.cooperater{
    position:absolute;
	margin-right: auto;
	margin-left: auto;
	left:12%;
	width:77%;
	background-color: #ffffff;
	top:2940px;
    height: 60px;
    text-align: center;
    border: solid 1px #aaaaaa;
    overflow:hidden;
    background-color:#ffffff;
}</pre></body></html>