﻿
/* 布局 */
.column {
  margin-top: 10px;
}
.column .column-aside {
  width: 240px;
  float: left;
  _display: inline;
}
.column .column-main {
  width: 700px;
  float: right;
  _display: inline;
}
.column .column-aside {
  width: 240px;
  float: left;
  _display: inline;
}
.column .column-main {
  width: 700px;
  float: right;
  _display: inline;
}
/* 人物简介 */
.profile {
  border: 1px solid #ddd;
}
.profile .inner {
  background-color: #ffffff;
  padding: 20px 10px 10px 10px;
}
.profile .h2 {
  text-align: center;
  margin: 15px 0;
}
.profile .h2 a {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.profile .summary {
  color: #333;
  text-indent: 2em;
  line-height: 18px;
  margin: 13px 0 3px;
}
.num-box {
  background: url(images/personal-column-ico.png) no-repeat 114px -64px;
  overflow: hidden;
  _zoom: 1;
  padding: 7px 40px 5px 40px;
}
.profile .photo {
  display: block;
  text-align: center;
}
.article,
.moods {
  float: left;
  _display: inline;
  width: 50%;
  line-height: 19px;
}
.article p,
.moods p {
  margin-left: 30px;
  color: #333333;
}
.article .b,
.moods .b {
  font-size: 14px;
}
.subscription {
  display: block;
  width: 120px;
  height: 30px;
  text-indent: -9999px;
  margin: 5px auto 10px auto;
  background: url(images/personal-column-ico.png) no-repeat 0px 0px;
}
/* 推荐专栏 */
.rec-column {
  border: 1px solid #ddd;
  margin-top: 10px;
}
.rec-column .title-head {
  height: 37px;
  background: transparent url('images/sprite-bar.png') repeat-x 0 -31px;
}
.rec-column .title-head .title .words {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
}
.rec-column .title-head .link {
  float: right;
  _display: inline;
  line-height: 37px;
}
.rec-column .title-head .ico {
  float: left;
  _display: inline;
}
.rec-column .title-head .ico {
  background: 0 0;
  width: 0;
  height: 0;
}
.rec-column .title-head .title {
  margin-left: 10px;
}
.rec-column .title-head .link {
  margin-right: 10px;
  color: #333;
}
.rec-column .title-head .link:hover {
  color: #c00;
}
.rec-column .dotted-head {
  height: 30px;
  background: transparent url('images/sprite-bar.png') repeat-x 0 0;
}
.rec-column .dotted-head .title .words {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.rec-column .dotted-head .link {
  float: right;
  _display: inline;
  line-height: 30px;
}
.rec-column .dotted-head .ico {
  float: left;
  _display: inline;
}
.rec-column .dotted-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px -160px;
  width: 16px;
  height: 30px;
}
.rec-column .dotted-head .ico {
  margin-right: 10px;
}
.rec-column .m-main {
  margin: 20px 10px 18px 10px;
}
.rec-column .h-pic {
  margin-top: 13px;
  height: 86px;
}
.rec-column .h-pic .thumb {
  float: left;
  _display: inline;
  margin-right: 10px;
}
.rec-column .h-pic .title {
  font-size: 12px;
}
.rec-column .h-pic .summary {
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  _zoom: 1;
  margin-top: 4px;
  font-size: 12px;
}
.rec-column .h-pic .title {
  font-weight: bold;
  color: #333333;
}
.rec-column .h-pic .title:hover {
  color: #c00;
}
.rec-column .h-pic .summary {
  color: #666666;
}
/* 右边栏 面包屑 */
.crumb-box {
  padding: 14px 0 13px 18px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  _zoom: 1;
}
.crumb-box .crumb em {
  padding: 0 4px;
  font-family: SimSun;
}
.crumb-box .crumb a:hover {
  color: #cc0000;
}
.crumb-box .crumb span {
  color: #444444;
}
/* 右边栏 微博列表 */
.column-main .inner {
  overflow: hidden;
  _zoom: 1;
  border: 1px solid #ddd;
}
.blog-list {
  margin: 0px 20px 20px 20px;
}
.blog-list .dashed {
  padding: 16px 0;
}
.blog-list .title-bar {
  color: #666666;
  margin-bottom: 8px;
}
.blog-list .h3 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.blog-list .h3:hover {
  color: #c00;
}
.blog-list .date,
.blog-list .hit,
.blog-list .comment-num {
  margin-left: 15px;
}
.blog-list .num {
  color: #003;
}
.blog-list .summary{
  line-height: 22px;
  color: #525252;
  text-indent: 2em;
}
.blog-list .more:hover {
  color: #c00;
}
/* 分页 */
.page {
  overflow: hidden;
  _zoom: 1;
  margin: 10px 0 20px 15px;
}
.page a,
.page span {
  padding: 2px 7px;
  margin: 0 4px;
  font-size: 12px;
}
.page ._now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.page a {
  border: 1px solid #cccccc;
  float: left;
  _display: inline;
}
.page a:hover {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
.page .disable {
  color: #cccccc;
}
.page .now {
  background-color: #2266bb;
  color: #ffffff;
  border-color: #2266bb;
}
