/* CSS Document */
*{
  padding:0;
  margin:0;
 }
.body{
width:100%;
height:1000px;
}
 
.top{
  width:100%;
  height:50px;
  background-color:rgb(16,127,32);
  position:absolute;
  left:0px;
  top:0px;
  line-height:50px;
  text-align:center;
  color:white;
  font-family:Microsoft YaHei;
  font-size:20px;
  }
  .left{
  width:80px;
  height:1000px;
  position:relative;
  right:8px;
  margin-top:51px;
  top:-1000px;
  background-color:	rgb(249,249,249);
  color:black;
  border-right:solid;
  border-color:rgb(239,239,239);
  }
  .right{
  //width:100%;
  height:1000px;
  position:relative;
  top:51px;
  left:76px;

  //left:46px;
  margin-top:0px;
  background-color:rgb(252,252,252);
  }

.item{
font-size:20px;
font-family:Macrosoft YaHei;
text-align:center;
margin-top:10px;
cursor:pointer;
}
  