<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************ä¸­é—´**************************************************************/
#center{
  width:960px;
  margin:0 auto;
  margin-top:10px;
}
/***************************************************ä¸­é—´****************************************/
#center #top{
  width:960px;
  height:50px;
  border-bottom:1px #666 dashed;
}
#center #top span{
  height:50px;
  line-height:50px;
  margin-left:20px;
  color:#666;
}
#center #top span a{
  height:50px;
  width:50px;
  line-height:50px;
  color:#666;
  text-decoration:none;
}
#center #top span a:hover{
  color:#000;
  text-decoration:underline;
}
#center #left{
  width:250px;
  background:#fff;
  padding-bottom:50px;
  float:left;
  margin-top:10px;
  margin-bottom:30px;
  -webkit-box-shadow:0 0 34px #3CF;
  -moz-box-shadow:0 0 34px #3CF;
  box-shadow:0 0  34px #3CF;
}
#center #left #blue{
  width:250px;
  height:6px;
  background:#025d8c;
}
#center #left #title{ 
  width:230px;
  margin:0 auto;
}
#center #left #title h1 a{
  height:30px;
  width:230px;
  display:block;
  line-height:30px;
  color:#666;
  font-size:14px;
  text-decoration:none;
  border-bottom:1px #025d8c dashed;
}
#center #left #title ul{
  width:230px;
  margin:0 auto;
  margin-top:10px;
}
#center #left #title ul li a{
  font-size:14px;
  color:#039;
  height:30px;
  line-height:30px;
  display:block;
  text-indent:10px;
  text-decoration:none;
  background:url(imagesaccrow1.gif) no-repeat;
}
#center #left #title ul li a:hover{
  text-decoration:none;
  height:30px;
  color:#333;
  line-height:30px;
  display:block;
  background:url(imagesaccrow2.gif) no-repeat;
}
#center #right{
  width:700px;
  padding-bottom:50px;
  background:#fff;
  float:left;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:30px;
  -webkit-box-shadow:0 0 34px #3CF;
  -moz-box-shadow:0 0 34px #3CF;
  box-shadow:0 0  34px #3CF;
}
#center #right h3{
  width:660px;
  line-height:50px;
  color:green;
  font-size:20px;
  margin:0 auto;
  text-align:center;
  border-bottom:1px #025d8c solid;
}
#center #right ul{
  width:620px;
  margin:0 auto;
  margin-top:10px;
  list-style-type:circle;
}
#center #right ul li a{
  font-size:14px;
  color:#333;
  height:30px;
  line-height:30px;
  text-decoration:none;
}
#center #right ul li a:hover{
  text-decoration:underline;
  height:30px;
  color:red;
  line-height:30px;
  padding-left:2px;
}</pre></body></html>