/*布局*/
.column {
  margin: 10px auto -10px;
}
.column .column-aside {
  width: 138px;
  float: left;
  _display: inline;
}
.column .column-main {
  width: 800px;
  float: right;
  _display: inline;
}
.column .column-aside {
  border: 1px #d6d6d6 solid;
  background: #fafafa;
  padding-bottom: 14px;
}
/*左边菜单*/
.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;
}
/*单区块*/
.mod-grid .title-head {
  height: 37px;
  background: #f5f9ff;
  border-bottom:#eef0fc
}
.mod-grid .title-head .title .words {
  font-weight: bold;
  line-height: 45px;
}
.mod-grid .title-head .link {
  float: right;
  _display: inline;
  line-height: 37px;
}
.mod-grid .title-head .ico {
  float: left;
  _display: inline;
}
.mod-grid .title-head .ico {
  background: 0 0;
  width: 0;
  height: 0;
}
.mod-grid .title-head .title {
  margin-left: 10px;
}
.mod-grid .title-head .link {
  margin-right: 10px;
  color: #333;
}
.mod-grid .title-head .link:hover {
  color: #c00;
}
.mod-grid .area-head {
  height: 30px;
  line-height:30px;
  background: #f2f2f2;
}
.mod-grid .area-head .title .words {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.mod-grid .area-head .link {
  float: right;
  _display: inline;
  line-height: 30px;
}
.mod-grid .area-head .ico {
  float: left;
  _display: inline;
}
.mod-grid .area-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px 0;
  width: 16px;
  height: 16px;
}
.mod-grid .area-head .title {
  margin-left: 10px;
}
.mod-grid .area-head .ico {
  margin: 7px 10px 0 12px;
}
.rank-list dd {
  border: 1px solid #eef0fc;
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 10px;
}
.m-main .click-rank,
.m-main .comment-rank {
  width: 50%;
  float: left;
  _display: inline;
}
.m-main .click-rank .list,
.m-main .comment-rank .list {
  margin: 5px 14px 9px;
  display:inline-block
}
.m-main .click-rank .list .item,
.m-main .comment-rank .list .item {
  height: 30px;
  overflow: hidden;
  _zoom: 1;
  line-height:30px;
}
.m-main .click-rank .list .item .title,
.m-main .comment-rank .list .item .title {
  line-height: 24px;
  color: #0B3B8C;
  font-size: 12px;
}
.m-main .click-rank .list .item .title:hover,
.m-main .comment-rank .list .item .title:hover {
  color: #cc0000;
}
.m-main .click-rank .list .item .date,
.m-main .comment-rank .list .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.m-main .click-rank .list .ico,
.m-main .comment-rank .list .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  color: #474f62;
  background: #f5f9ff;
  border-radius: 4px;
  line-height:20px;
  margin-top:5px;
}
.m-main .click-rank .list .n1,
.m-main .comment-rank .list .n1,
.m-main .click-rank .list .n2,
.m-main .comment-rank .list .n2,
.m-main .click-rank .list .n3,
.m-main .comment-rank .list .n3 {
	background:#467897;
	color:#fff;
}
.m-main .click-rank .list .item,
.m-main .comment-rank .list .item {
  clear: both;
}
.m-main .click-rank .list .item .title,
.m-main .comment-rank .list .item .title {
  font-size: 14px;
}
.m-main .comment-rank {
  border-left: 1px #d6d6d6 solid;
  width: 50%;
}
.m-main .comment-rank .area-head {
  background: transparent url('images/sprite-bar.png') repeat-x 0 -69px;
}
.m-main .comment-rank .area-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px -26px;
  width: 16px;
  height: 22px;
  line-height: 14px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 3px;
}
/*切换*/
.tab-head {
  float: right;
  _display: inline;
}
.tab-head li {
  float: left;
  _display: inline;
}
.tab-head li a {
  float: left;
  _display: inline;
  color: #333;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-left: 1px solid #eaeaea;
}
.tab-head li .tabactive {
  background-color: #FFF;
}
.inner .list {
  overflow: hidden;
  _zoom: 1;
  height: 300px;
}
