<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:12px;
  color:#039;
  height:30px;
  line-height:30px;

  text-decoration:none;
}
#center #left #title ul li a:hover{
  text-decoration:underline;
  color:#333;
}
#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 p{
  line-height:30px;
  color:#333;
  font-size:14px;
  margin:0 auto;
}
#center #right #control{
	height:30px;
	
	margin:0 auto;
	margin-top:20px;
}
</pre></body></html>