body {
  background: url(/Template/images/kyw/body_bg.jpg) repeat-x;
}

.contbody {
  width: 980px;
  margin: 0 auto;
}

/*头部*/
.headbody {
  height: 182px;
}

.headtop {
  height: 147px;
  background: url(/Template/images/kyw/headtop_bg.jpg) no-repeat top center;
}

.headbody .menu {
  height: 35px;
  background: url(/Template/images/kyw/menu_bg.jpg) repeat-x top center;
}

.headbody .menu ul {
  padding-left: 80px;
}

.headbody .menu li {
  float: left;
  height: 35px;
  padding-right: 2px;
  background: url(/Template/images/kyw/menu_d.jpg) no-repeat top right;
}

.headbody .menu li.last {
  background: none;
}

.headbody .menu a,
.headbody .menu a:visited {
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #666;
  font-weight: bold;
}

.headbody .menu li.last a,
.headbody .menu li.last a:visited {
  width: 100px;
}

.headbody .menu a:hover {
  color: #FFF;
  background: url(/Template/images/kyw/menu_bg_02.jpg) no-repeat top center;
}

/*主体*/
.mainbody {
  margin-bottom: 10px;
}

.box_o {
  height: 290px;
  margin-top: 10px;
  border: #e5dcdc solid 1px;
}

.box_o .box_tit {
  position: relative;
  padding: 1px;
  border-bottom: #e5dcdc solid 1px;
}

.box_o .box_tit h2 {
  height: 27px;
  padding-left: 20px;
  line-height: 27px;
  color: #333;
  font-size: 12px;
  background: url(/Template/images/kyw/tit_bg.jpg) repeat-x top center;
}

.box_o .box_tit span {
  position: absolute;
  top: 1px;
  right: 20px;
}

.box_o .box_tit span a,
.box_o .box_tit span a:visited {
  color: #360;
}

.box_l,
.box_r {
  width: 250px;
}

.box_m {
  width: 454px;
  margin-left: 10px;
}

/*底部*/
.bottombody {
  margin-top: 10px;
  border-top: #e5dcdc solid 2px;
}

.bottombody p {
  text-align: center;
  margin-top: 5px;
}

/*其它页*/
.leftside {
  width: 250px;
}

.rightmain {
  width: 710px;
}

.nav_t {
  position: relative;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  background: #f5f5f5;
}

.nav_t h2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.nav_t span {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding-right: 20px;
  line-height: 30px;
}

.nav_t .nav_d,
.nav_t .nav_d a,
.nav_t .nav_d a:visited {
  color: #666;
}

.nav_t .nav_d a:hover {
  color: #F00;
}

.list-wz {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

.list-wz li {
    position: relative;
    text-align:left;
    /* 内容溢出省略 */
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    display: -moz-box;
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.list-wz li span {
    display: none;
}

.list-zj {
  list-style-type: none;
  margin: 0;
}

.list-zj li {
  position: relative;
  padding: 0 10px;
  padding-right: 120px;
  border-bottom: #ccc dashed 1px;
  /* 内容溢出省略 */
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  display: -moz-box;
  display: block;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}

.list-zj span {
  position: absolute;
  right: 10px;
  color: #ccc;
}