/* ========== 文库样式 ========== */

/* 基础容器 */
.content {
  margin: 0 auto;
  width: 918px;
  border: 1px solid #D9B5B5;
}

.content1 {
  margin: 0 auto;
  width: 918px;
  border-left: 1px solid #D9B5B5;
  border-right: 1px solid #D9B5B5;
  border-bottom: 1px solid #D9B5B5;
  overflow: hidden;
}

/* 内容标题 */
.con1 {
  color: #FF0000;
  font-weight: 800;
  text-align: center;
  line-height: 52px;
}

.con2 {
  text-align: center;
  line-height: 52px;
}

/* 左右布局 */
.conl {
  float: left;
  margin: 5px;
  width: 718px;
  border: 1px solid #D9B5B5;
}

.conr {
  float: left;
  margin: 5px;
  width: 176px;
  border-top: 1px solid #D9B5B5;
  border-left: 1px solid #D9B5B5;
  border-right: 1px solid #D9B5B5;
}

/* 文库左右布局 */
.conwl {
  float: left;
  margin: 5px;
  width: 690px;
  border: 1px solid #D9B5B5;
}

.conwr {
  float: right;
  margin: 5px 5px 0 0;
  width: 200px;
  border-top: 1px solid #D9B5B5;
  border-left: 1px solid #D9B5B5;
  border-right: 1px solid #D9B5B5;
}

/* 背景颜色 */
.bgc1 {
  background-color: #F8F2E7;
}

.bgc2 {
  background-color: #FAFAFA;
}

/* 边框工具类 */
.bor {
  border: 1px solid #D9B5B5;
}

.bor_r {
  border-right: 1px solid #D9B5B5;
}

.bor_b {
  border-bottom: 1px solid #D9B5B5;
}

/* 导航区域 */
.navp {
  margin: 0 auto;
  width: 718px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
}

.navwp {
  margin: 0 auto;
  width: 690px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
}
.navwp.even {
    background-color: #FFFFFF;
}

.navwp.odd {
    background-color: #FAF8F5;
}

.navwp.hover {
    background-color: #F7E9DB;
}

.navps {
  float: left;
  line-height: 36px;
  text-align: center;
}

.navpss {
  float: left;
  line-height: 36px;
  padding-left: 8px;
}

/* 分页区域 */
.page {
  margin: 0 auto;
  width: 690px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.wpage {
  margin: 0 auto;
  width: 690px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

/* 右侧导航 */
.navr {
  width: 176px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
}

.navrs {
  width: 168px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
  padding-left: 8px;
}

.navwr {
  width: 200px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
}

.navwrs {
  width: 192px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
  line-height: 36px;
  padding-left: 8px;
}
.navwrs.even {
    background-color: #FFFFFF;
}

.navwrs.odd {
    background-color: #FAF8F5;
}

.navwrs.hover {
    background-color: #F7E9DB;
}
