/* ========== 基础容器 ========== */
.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: 694px;
  border: 1px solid #D9B5B5;
}

.conwr {
  float: left;
  margin: 5px;
  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: 694px;
  height: 36px;
  border-bottom: 1px solid #D9B5B5;
}

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

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

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

.wpage {
  margin: 0 auto;
  width: 694px;
  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;
}

/* ========== 通知/公告 ========== */
.connotice {
  width: 908px; /* 修正了缺少的单位 */
  margin: 5px;
  border: 1px solid #D9B5B5;
}