/*布局*/
.column {
  margin-top: 9px;
  width: 958px;
  border: 1px solid #d6d6d6;
  background: #fafafa;
}
.column .column-aside {
  width: 118px;
  float: left;
  _display: inline;
}
.column .column-main {
  width: 839px;
  float: right;
  _display: inline;
}
.column .column-main {
  background: #fff;
  border-left: 1px #d6d6d6 solid;
}
/*左边菜单*/
.left-menu {
  padding-top: 12px;
}
.left-menu .item {
  height: 36px;
  overflow: hidden;
  _zoom: 1;
}
.left-menu .item .title {
  line-height: 36px;
  color: #333333;
  font-size: 14px;
}
.left-menu .item .title:hover {
  color: #cc0000;
}
.left-menu .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.left-menu .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: none;
  color: #ffffff;
}
.left-menu .n1,
.left-menu .n2,
.left-menu .n3 {
  background-position: 0 0;
}
.left-menu .title:hover {
  color: #c30;
}
.left-menu .item {
  background: url(images/scroll-news-bar.png) repeat-x 0 34px;
  margin: 0 10px;
}
.left-menu .now {
  font-weight: bold;
}
.left-menu .now .title {
  color: #c30;
}
.left-menu .now .ico {
  background: url('images/sprite-ico.png') no-repeat -245px -154px;
}
/*右侧*/
.single-web {
  overflow: hidden;
  _zoom: 1;
  width: 720px;
  margin: 0 auto;
  padding: 32px 0;
}
.single-web p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 22px;
  text-indent: 2em;
}
