@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/* tuwen2
--------------------------------------------------------------------*/
#content .tuwen2{
  overflow:hidden;
  zoom:1;
  clear:both;
  margin-bottom:40px;
}

#content .tuwen2.ev{
  margin-bottom:17px;
}

#content .tuwen2.ev2{
  margin-bottom:35px;
}

#content .tuwen2.ev3{
  margin-bottom:12px;
}

#content .right{
  padding-top:5px;
  margin-left:20px;
  *margin-left:17px;
}

#content .left{
  padding-top:5px;
  margin: 0 23px 0 3px;
}

#content .left.ss{
  padding-top:5px;
  margin: 0 29px 20px 2px;
}

#content .tuwen2 p{
  margin-bottom:20px;
  padding-right:5px;
}

#content .tuwen2 p.clean{
  margin-bottom:0;
}

#content p.no1{
  margin-bottom:40px;
}

#content p.top{
  margin-bottom:24px;
}

/* topi
--------------------------------------------------------------------*/
#content .topi{
  padding-top:5px;
}


/* topics
--------------------------------------------------------------------*/
#content .topics{
  height:148px;
  overflow-y:scroll;
  margin-bottom:40px;
  border: 1px solid #D9D9D9;
}

#content .topics dl{
  zoom:1;
  overflow:hidden;
  padding: 3px 0 1px 21px;
}

#content .topics dt {
  float: left;
  font-size:1.05em;
}

#content .topics dl.even{
  background:#EEE;
}

#content .topics dd {
  padding: 0 0 0 106px;
}

#content .topics dd a{
  color:#EA8015;
}

#content .topics dd a:hover{
  color:#EA8015;
}



