﻿html{
    color:#333;
    background: #F2F2F2;
}
body, div, table, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, select, p{
    margin:0;
    padding:0;
}
h2, h3, h4, h5, h6{
    color: #494949;
}
body{
    background: #F2F2F2;
    color: #333;
    font:12px/20px Arial, Helvetica, sans-serif;
}

/* 表单 */
input, button, textarea, select, optgroup, option{
    font-family:inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
input, button, textarea, select{
    *font-size:100%;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{
    outline:0;
}
input{
    font-size:12px;
    vertical-align:middle;
    border: 1px solid #CCC;
    padding: 3px 2px;
}
button, input[type=submit]{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
}
button:hover, button:active, input[type=submit]:hover, input[type=submit]:active{
    background: #DDD;
}
select{
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #CCC;
    padding: 2px;
    width: 250px;
    background: #FFF;
}
label{
    font-family:Tahoma;
    vertical-align:middle;
}

/* 链接 */
a{
    cursor:pointer;
    color:#37a;
    text-decoration:none
}
/*a:link{
}
a:visited{
    color:#669;
    text-decoration:none
}*/
a:hover{
    color:#fff;
    text-decoration:none;
    background:#37a
}
a:active{
    color:#fff;
    text-decoration:none;
    background:#f93
}
a img{
    border-width:0;
    vertical-align:middle
}

/* 表格 */
table{
    border-collapse:collapse;
    border-spacing:0;
    border:0;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #E4E4E4;
}

/* 列表 */
ul,ol{
    list-style:none;
}

/* 通用 */
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.center{
    text-align: center;
}
.hide{
    display: none;
}
.strong{
    font-weight: bold;
}

.mb10{
    margin-bottom: 10px;
}
.ml10{
    margin-left: 10px;
}
.pb10{
    padding-bottom: 10px;
}

.topnav {
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d4d4d4;
}
.topnav .navContent {
  width: 950px;
  margin: 0 auto;
}
.topnav .navContent .logo{
  margin-top: 5px;
  display: block;
  float: left;
}
.topnav .navContent .top-nav-info{
  float:right;
}
.topnav .navContent .top-nav-info a{
  margin-left: 10px;
}

.wrap {
  width: 950px;
  margin: 0 auto;
}

.blkContainer {
  float: left;
  width: 640px;
}

.blkContainerSblk {
  padding: 15px 20px;
  width: 598px;
  border: 1px solid #d9d9d6;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.blkContainerSblk h1 {
  color: #000;
  font-family: "Microsoft YaHei", "黑体";
  font-size: 22px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
}

.artInfo {
  line-height: 22px;
  color: #999;
  padding: 0 0 10px;
  text-align: center;
  position: relative;
}

.artInfo span {
  padding-left: 12px;
}

.blkContainerSblkCon, .blkContainerSblkCon p, .blkContainerSblkCon h1, .blkContainerSblkCon h2, .blkContainerSblkCon h3, .blkContainerSblkCon h4, .blkContainerSblkCon h5, .blkContainerSblkCon h6 {
  font-size: 14px;
  line-height: 23px;
}

.blkContainerSblkCon {
  padding: 5px 0;
}
.blkContainerSblkCon p {
  margin: 0 0 15px;
}

.blkBreadcrumbLink {
  line-height: 32px;
  text-align: right;
}

.collectionContainer table {
  width: 100%;
}

.sidebar {
  float: right;
  overflow: hidden;
  width: 300px;
}
.sidebar .sidebarBlock {
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  margin-bottom: 10px;
  background: #FFF;
}
.sidebar .menuLayer {
  line-height: 20px;
}
.sidebar .menuLayer h2 {
  font-size: 12px;
  font-family: "Microsoft YaHei", "黑体";
  padding: 5px 0 0 10px;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
}
.sidebar .menuLayer .menuItem {
  height: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.sidebar .menuLayer .hide-list h2 {
  background: url(plus.gif) left 10px no-repeat;
}
.sidebar .menuLayer .hide-list .menuItem {
  display: none;
}
.sidebar .menuLayer .show-list h2 {
  background: url(minus.gif) left 10px no-repeat;
}
.sidebar .menuLayer .show-list .menuItem {
  display: block;
}
.sidebar .menuLayer .itemNow {
  background: #E5E5E5;
}
.footer {
  border-top: solid 1px #cccccc;
  padding: 15px 0;
  text-align: center;
  line-height: 30px;
  color: #999;
  margin: 29px 0 0;
}

table.booklist{
    font-size: 12px;
    table-layout: fixed;
}
table.booklist td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
tr.category, .booklist td strong {
    font-size: 14px;
    font-family: "Microsoft YaHei", "黑体";
    font-weight: bold;
    color: #494949;
}
td.title {
    width: 30%;
    padding-left: 20px;
}
td.author {
    width: 30%;
}
td.source {
    width: 40%;
}

#ckepop
{
    height:18px;
}
.contentAd
{
    float: left;
    margin: 0 5px 5px 0;
}
/*先隐藏顶部推荐*/
#bookrecommend{
  display: none;
}

/*响应是布局*/
@media all and (max-width: 950px) {
  .wrap, .topnav .navContent, .blkContainer{
    width: 100%;
  }
  .blkContainerSblk{
    width: auto;
    margin-bottom: 10px;
  }
  .sidebar{
    width: 100%;
  }
}