html{
  height: 100%
}
body {
  color: #000;
  background: #333;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-family: "microsoft yahei";
}
html{
  background: url(http://opinion.hexun.com/upload/img/bg2.jpg) no-repeat bottom center;
}
body,p,ul,li,h1,h2,h3,dl,dt,dd {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
ul,li {
  list-style: none;
}
img {
  border: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  font-weight: normal;
}
em {
  font-style: normal;
}
.clearfix {
  zoom: 1;
  display: inline-block;
  display: block;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}

.header{
  height: 40px;
  line-height: 40px;
  background: #eee;
  width: 100%;
}
.header .inner{
  background: #eee;
}
.header .logoL{
  width: 200px;
  float: left;
  background: #eee;
}
.header .navR{
  width: 300px;
  float: right;
  text-align: right;
  background: #eee;
}
.header .navR a{
  color: #a00;
  margin-left: 10px;
}
.header .navR a:hover{
  text-decoration:underline;
}
.bd{
  width: 1004px;
  margin: 0 auto;
}
.indexBox{
  background: url(http://opinion.hexun.com/upload/img/bg1.jpg);
  height: 731px
}
.dBox{
  background: url(http://opinion.hexun.com/upload/img/bg2.jpg);
  height: 754px
}
.navList{
  padding: 108px 0 0 60px;
  width: 200px;
  text-align: center;
  float: left;
}
.navList li{
  height: 43px;
  line-height: 43px;
  width: 200px;

}
.navList li a{
  color: #846f5c;
  font-size: 18px;
}
.navList li a:hover,.navList .on{
  color: #c78147;
  font-weight: bold;
}
.txtBox{
  float: left;
  width: 550px;
  padding:120px 0 0 90px;
}
.txtBox h2{
  font-size: 46px;
  line-height: 50px;
  color: #c78147;
  margin-bottom: 70px;
}
.txtBox h3{
  font-size: 28px;
  color: #3d3b38
}
.txtBox p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin: 20px 0;
  text-indent: 2em;
}
.txtBox a{
  color: #990000
}
#zt_foot2010{
  background: none!important;
  color: #767676!important;
  margin-top: 30px!important;
}