/* reset begin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0 none;
}
address, caption, cite, code, dfn, em, var {
font-style:normal;
font-weight:normal;
}
li {
list-style:none outside none;
}
caption, th {
text-align:left;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
}
q:before, q:after {
content:"";
}
abbr, acronym {
border:0 none;
font-variant:normal;
}
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
input, textarea, select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
input, textarea, select {
}
/* reset end */


/* base begin */
.cf {
display: inline-block;
}
.cf {
zoom: 1;
display: inline-block;
_height: 1px
}
*html .cf {
height: 1%
}
*+html .cf {
height: 1%
}
.cf {
display: block
}

.cf:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
body {
margin: 0 auto;
font: 14px/1.5 Tahoma,Helvetica,arial,sans-serif;
background: url("bg.jpg") repeat fixed 0 0 #FFFF99;
}
a, a:visited {
/* color:#339999; */
color: #3333BB;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/* base end */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


#nav {
  height: 30px;
  line-height: 2.1em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #FFF;
  background: #B8B8B8;
  text-align: center;
  z-index: 10;
}

#nav a {
  color: #FFF;
}

#nav .seper {
  color: #DDD;
}

#nav .seper {
  padding: 0 10px;
}

.wrap {
  width: 900px;
  padding: 0 11px;
  position: relative;
  margin: 50px auto 20px;
  _margin: 20px auto 20px;
  background: url("wrapper-bg.png") repeat-y scroll center 0 transparent;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wrapper-bg.png', sizingMethod='scale');
}

.wrap-shadow-top {
  height: 11px;
  background: url("wrapper-top.png") no-repeat scroll center 0 transparent;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wrapper-top.png', sizingMethod='scale');
  position: relative;
  bottom: 11px;
}

.wrap-shadow-bottom {
  height: 11px;
  background: url("wrapper-bottom.png") no-repeat scroll center 0 transparent;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wrapper-bottom.png', sizingMethod='scale');
  position: relative;
  top: 11px;
}

#content {
  padding: 20px;
  background: #FFF;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  min-height: 600px;
  height: auto !important; 
  height: 600px; 
}

#footer {
  color: #FFF;
  background: #B8B8B8;
  text-align: center;
}

.bao-head {
  padding: 0 90px 10px 20px;
}

#main {
  width: 630px;
  float: left;
}

#side {
  float: right;
  width: 216px;
}

.slogan {
  width: 111px;
  font: 20px/30px simhei;
  margin-top: 4px;
}

.icp {
  margin-top: 10px;
}

.icp a {
  color: #999;
  text-decoration: none;
}

#logo {
  width: 300px;
}

.bao-body {
  border-top: 1px solid #B8B8B8;
}

.rank {
  width: 100px;
  padding: 10px;
}

.lastweek, .sofar {
  border-top: 1px solid #FFF;
}

.rank h2 {
  margin: 20px 0 10px;
}

.rank ol {
  margin: 0 0 10px;
}

.rank .name {
  width: 70px;
  float: left;
}

.rank .count {
  width: 30px;
  float: left;
}

.rank .name, .rank .count {
  overflow: hidden;
}

.rank .name a {
  color: #000;
}

.rank li {
  clear: both;
  padding: 2px 0 4px;
  width: 100%;
  line-height: 1.5em;
}

.rank .more {
  text-align: right;
  margin: 20px 30px 0 0;
}

.xiju {
  float: left;
  width: 479px;
  border-left: 1px solid #B8B8B8;
  padding: 20px 0 20px 20px;
  line-height: 1.7em;
}

.xiju a {
  color: #000;
}

.head-note a {
  color: #666;
}

.more a {
  color: #3333BB;
  text-decoration: underline;
}

.more a:hover, .more a:active {
  text-decoration: none;
}

.head-note {
  color: #666;
  line-height: 28px;
  position: relative;
  margin-bottom: 20px;
}

.head-note .date{
  font-weight: normal;
  display: inline;
}

.head-note:first-letter {
  font-size: 2em;
}

.head-note .editor {
  position: absolute;
  right: 0;
  top: 5px;
  _top: 0;
}

.headline-v {
  position: relative;
}

.headline .image {
  overflow: hidden;
  line-height: 0;
  width: 100%;
}

.headline-v .image {
  float: left;
  width: auto;
}

.headline .content {
  margin-top: 10px;
}

.headline img {
  width: 100%;
}

.headline-v img {
  width: auto;
}

.headline {
  background: #E4E4E4;
}

.headline .text {
  padding: 10px;
}

.headline-v .text {
  width: 45%;
  background: none;
  padding: 0 10px;
  float: left;
  position: absolute;
  right: 0;
  height: 100%;
  float: left;
}

.author {
  text-align: right;
}

.headline .author {
  padding: 5px 0 10px;
}

.vc-outer {
  display: table;
  height: 100%;
  #position: relative;
}

.vc-middle {
  display: table-cell;
  vertical-align: middle;
  #position: absolute;
  #top: 50%;
}

.vc-inner {
  #position: relative;
  #top: -50%;
}

.col-2 {
  margin: 10px auto;
  clear: both;
}

.col-2 .fl {
  width: 224px;
  padding-right: 10px;
}

.col-2 .fr {
  width: 224px;
  padding-left: 10px;
  border-left: 1px solid #B8B8B8;
}

.xiju .more {
  text-align: right;
  margin-top: 20px;
}

.duanzi {
  border-bottom: 1px dashed #CDCCCA;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.col-2 .last {
  border-bottom: 0 none;
}

#side .gao {
  border: 1px solid #B8B8B8;
}

#side .heading {
  background: #B8B8B8;
  color: #FFF;
  padding-left: 10px;
  display: none;
}

#side li {
  border-bottom: 1px dashed #CDCCCA;
  font-size: 12px;
  line-height: 1.6em;
  margin: 0 4px;
  padding: 10px 0 3px;
  position: relative;
}

#side li.last {
  /*border-bottom: 0 none;*/
}

#hot p, #new p {
  padding-left: 3px;
}

#side .attr {
  margin: 0 6px 0 30px;
  position: relative;
}

#new, #hot {
  margin: 0 10px 20px;
}

.attr a.topic {
  color: #666;
}

.attr .comnt {
  position: absolute;
  bottom: 0;
  right: 0;
}

#new .photo {
  position: absolute;
  left: 0;
  top: 13px;
}

#new img {
  height: 25px;
  width: 25px;
}

#new .status-body {
  margin-left: 30px;
}

