
.hr40 {
  height: 40px;
}
.m-main {
  overflow: hidden;
  _zoom: 1;
}
/* 整体布局 */
.article .column-aside {
  width: 300px;
  float: right;
  _display: inline;
}
.article .column-main {
  width: 650px;
  float: left;
  _display: inline;
}
.article .column-aside {
  width: 300px;
  float: right;
  _display: inline;
}
.article .column-main {
  width: 650px;
  float: left;
  _display: inline;
}
.article .article-main {
  width: 648px;
  border: 1px solid #c8e1f2;
  width: 648px;
  border: 1px solid #c8e1f2;
  border-top-width: 2px;
}
.article .article-main .inner {
  padding: 10px 20px 20px;
}
/*面包屑*/
.crumb {
  margin: 9px 0;
}
.crumb em {
  padding: 0 4px;
  font-family: SimSun;
}
.crumb a:hover {
  color: #cc0000;
}
.crumb span {
  color: #444444;
}
.article-main .inner {
  background-color: #f8fbfc;
}
.article-main .article-title {
  font-family: Microsoft YaHei, SimHei, Arial;
  font-size: 22px;
}
.article-main .describe {
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 9px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  _zoom: 1;
}
.article-main .article-infos {
  padding: 14px 0 20px;
  color: #666666;
}
/* 文章相关信息 */
.article-infos {
  overflow: hidden;
  _zoom: 1;
  position: relative;
  /*字号控制按钮*/

}
.article-infos .date,
.article-infos .source,
.article-infos .editors {
  margin-right: 24px;
}
.article-infos .fontsize {
  position: absolute;
  width: 70px;
  right: 0;
  top: 14px;
}
.article-infos .fontsize .small,
.article-infos .fontsize .big {
  width: 13px;
  height: 11px;
  position: absolute;
  cursor: pointer;
}
.article-infos .fontsize .small {
  font-size: 12px;
  right: 20px;
  top: 4px;
  background: transparent url('images/sprite-ico.png') no-repeat -200px 0;
}
.article-infos .fontsize .big {
  top: 2px;
  font-size: 18px;
  right: 0px;
  background: transparent url('images/sprite-ico.png') no-repeat -220px 0;
}
.article-infos .fontsize .sactive {
  background-position: -150px 0;
}
.article-infos .fontsize .bactive {
  background-position: -170px 0;
}

.article-menu {
  border: 1px solid #ddd;
  overflow: hidden;
  _zoom: 1;
}
.article-menu .m-head {
  height: 30px;
  background: transparent url(images/article-menu-bar.jpg) repeat-x 0 0;
}
.article-menu .m-head .title {
  background: transparent url(images/article-menu.png);
  height: 29px;
  width: 92px;
  margin: 0 auto;
}
.article-menu .menu {
  background-color: #ffffff;
  padding: 9px;
  overflow: hidden;
  _zoom: 1;
}
.article-menu .menu li {
  width: 50%;
  line-height: 24px;
  float: left;
  _display: inline;
}
.article-menu .menu li span {
  margin-left: 11px;
  color: #333333;
}
.article-menu .menu li a:hover {
  color: #cc0000;
}
/*相关阅读*/
.rel-news .hd {
  line-height: 39px;
  font-size: 14px;
}
.rel-news .hd a {
  margin: 0 5px;
}
.rel-news .hd a:hover {
  color: #c00;
}
.rel-news .hd strong {
  float: left;
  _display: inline;
  margin-right: 30px;
}
.rel-news .list .item {
  height: 26px;
  overflow: hidden;
  _zoom: 1;
}
.rel-news .list .item .title {
  line-height: 24px;
  color: #0B3B8C;
  font-size: 14px;
}
.rel-news .list .item .title:hover {
  color: #cc0000;
}
.rel-news .list .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.rel-news .list .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat 4px -145px;
  color: #ffffff;
}
.rel-news .list .n1,
.rel-news .list .n2,
.rel-news .list .n3 {
  background-position: 0 0;
}
.rel-news .list .ico {
  margin-right: 0;
  margin-top: 0px;
}
.rel-news .list .item .date {
  color: #444;
  margin-left: 10px;
}

/*心情*/
.article-mood ._inner {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 5px;
  background-color: #ffffff;
  overflow: hidden;
  _zoom: 1;
}
.article-mood .item {
  position: relative;
  text-align: center;
  line-height: 24px;
  width: 40px;
  display: inline-block;
  +display: inline;
  _display: inline;
  zoom: 1;
  margin: 0 24px;
}
.article-mood .mood-plus{
  position: absolute;
  font-weight: bold;
  color: #f30;
  font-family:Arial, Helvetica, sans-serif;
}
.article-mood .item .progress {
  position: relative;
  width: 20px;
  height: 100px;
  background: transparent url(images/mood-progress.png);
  margin: 0 auto;
  text-align: left;
}
.article-mood .item .progress .per {
  width: 18px;
  background: #cc0000 url(images/mood-ico.png) 0 0;
  position: absolute;
  bottom: 0;
  text-align: left;
}
.article-mood .item .progress .bdper {
  border: 1px solid #f30;
}
.article-mood ul.ov {
  text-align: center;
}

/*分享与复制*/
.copy-share {
  padding: 10px 0;
  border-top: 1px solid #c8e1f2;
  background-color: #f8fbfc;
  overflow: hidden;
  _zoom: 1;
}
.copy-share .copy {
  float: left;
  _display: inline;
  margin-left: 9px;
  margin-top: 5px;
}
.copy-share .copy .c-ico,
.copy-share .copy .t-ico,
.copy-share .copy .s-ico {
  background: transparent url('images/sprite-ico.png') no-repeat;
  color: #333333;
  padding-left: 18px;
  float: left;
  _display: inline;
  margin-right: 14px;
}
.copy-share .copy .c-ico {
  background-position: -60px -70px;
}
.copy-share .copy .t-ico {
  background-position: -60px -120px;
}
.copy-share .copy .s-ico {
  background-position: -283px -186px;
}
.copy-share .agree {
  background: transparent url(images/agree.png);
  width: 80px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
  color: #333333;
}
.copy-share .share {
  float: right;
  _display: inline;
  margin-right: 9px;
  margin-top: 5px;
}
.basehr {
  height: 9px;
}
/*右侧列表*/
.title-head {
  height: 30px;
  background: transparent url('images/sprite-bar.png') repeat-x 0 0;
}
.title-head .title .words {
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.title-head .link {
  float: right;
  _display: inline;
  line-height: 30px;
}
.title-head .ico {
  float: left;
  _display: inline;
}
.title-head .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -60px -160px;
  width: 16px;
  height: 30px;
}
.title-head .ico {
  margin-right: 10px;
}
.mod-list .inner,
.mod-imglist .inner,
.article-comment .inner {
  border: 1px solid #cccccc;
}
.mod-list .m-main,
.mod-imglist .m-main {
  padding: 9px;
}
/*新闻排行*/
.mod-list .list .item {
  height: 24px;
  overflow: hidden;
  _zoom: 1;
}
.mod-list .list .item .title {
  line-height: 24px;
  color: #333333;
  font-size: 12px;
}
.mod-list .list .item .title:hover {
  color: #cc0000;
}
.mod-list .list .item .date {
  color: #cccccc;
  margin-left: 6px;
}
.mod-list .list-rank .ico {
  float: left;
  _display: inline;
  text-align: center;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  background: transparent url('images/sprite-ico.png') no-repeat -280px -118px;
  color: #ffffff;
}
.mod-list .list-rank .n1,
.mod-list .list-rank .n2,
.mod-list .list-rank .n3 {
  background-position: -280px -69px;
}
.mod-list .list-rank .ico {
  line-height: 16px;
  margin-top: 4px;
  margin-right: 9px;
}
.mod-list .tab-head {
  float: right;
  _display: inline;
}
.mod-list .tab-head li {
  float: left;
  _display: inline;
}
.mod-list .tab-head li a {
  float: left;
  _display: inline;
  color: #333;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.mod-list .tab-head li .tabactive {
  background-color: #FFF;
}
/*推荐视频、推荐图片、新闻排行*/
.mod-imglist .m-main {
  overflow: hidden;
  _zoom: 1;
}
.mod-imglist .v-pic {
  width: 120px;
  margin-right: 9px;
  float: left;
  _display: inline;
  margin: 0 10px;
}
.mod-imglist .v-pic .title {
  height: 44px;
  line-height: 20px;
  margin-top: 4px;
  overflow: hidden;
  _zoom: 1;
}
.mod-imglist .v-pic .title a {
  color: #333333;
  font-size: 12px;
}
.mod-imglist .v-pic .title a:hover {
  color: #cc0000;
}
.mod-imglist .v-pic .thumb {
  position: relative;
}
.mod-imglist .v-pic .thumb .opa,
.mod-imglist .v-pic .thumb .ico,
.mod-imglist .v-pic .thumb .info {
  position: absolute;
}
.mod-imglist .v-pic .thumb .opa {
  height: 20px;
  background-color: #000;
  bottom: 0;
  width: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
}
.mod-imglist .v-pic .thumb .ico {
  background: transparent url('images/sprite-ico.png') no-repeat -108px -169px;
  width: 16px;
  height: 13px;
  bottom: 4px;
  left: 4px;
}
.mod-imglist .v-pic .thumb .info {
  color: #fff;
  bottom: 3px;
  right: 5px;
  font-size: 12px;
}
.mod-imglist .h-pic .thumb {
  float: left;
  _display: inline;
  margin-right: 9px;
}
.mod-imglist .h-pic .title {
  font-size: 16px;
}
.mod-imglist .h-pic .summary {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  _zoom: 1;
  margin-top: 4px;
  font-size: 14px;
}
.mod-imglist .h-pic .title {
  font-weight: bold;
}
.mod-imglist .h-pic .title:hover {
  color: #c00;
}
.ie6 .mod-imglist .v-pic .thumb {
  height: 90px;
}
.ie6 .recomment-video .v-pic .thumb {
  height: 77px;
}
.comment .comment-list {
  margin-bottom: 20px;
  overflow: hidden;
  _zoom: 1;
}
.ad3 {
  width: 300px;
  height: 240px;
  overflow: hidden;
  background: #eee;
}
