body {
  background: url(/Template/images/sxzx/body_bg.jpg) repeat-x;
}

.contbody {
  width: 980px;
  margin: 0 auto;
}

/*头部*/
.headbody {
  height: 140px;
}

.headtop {
  height: 104px;
  background: url(/Template/images/sxzx/headtop_bg.jpg) no-repeat top center;
}

.headbody .menu {
  height: 36px;
}

.headbody .menu ul {
  padding-left: 20px;
}

.headbody .menu li {
  float: left;
  height: 36px;
}

.headbody .menu li.last {
  background: none;
}

.headbody .menu a,
.headbody .menu a:visited {
  display: block;
  width: 120px;
  height: 36px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #FFF;
  font-weight: bold;
}

.headbody .menu li.last a,
.headbody .menu li.last a:visited {
  width: 100px;
}

.headbody .menu a:hover {
  background: url(/Template/images/sxzx/menu_bg.jpg) repeat-x top center;
}

/*主体*/
.mainbody {
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #FFF;
}

.box_o {
  width: 320px;
  height: 285px;
  margin-top: 20px;
}

.box_o .box_tit {
  position: relative;
}

.box_o .box_tit h2 {
  height: 34px;
  padding-left: 30px;
  line-height: 34px;
  color: #FFF;
  font-size: 12px;
  background: url(/Template/images/sxzx/tit_bg.jpg) no-repeat top center;
}

.box_o .tit-t h2 {
  padding-left: 23px;
  background: url(/Template/images/sxzx/tit_bg_02.jpg) no-repeat top center;
}

.box_o .tit-tt h2 {
  padding-left: 24px;
}

.box_o .box_tit span {
  position: absolute;
  top: 12px;
  right: 15px;
}

.box_m {
  margin-left: 10px;
  margin-right: 10px;
}

.contlist {
  padding: 5px;
}

.contlist li {
  padding-left: 15px;
  background: url(/Template/images/sxzx/li_d.jpg) no-repeat left center;
}

/*底部*/
.bottombody {
  margin-top: 10px;
  border-top: #e5dcdc solid 2px;
}

.bottombody p {
  text-align: center;
  margin-top: 5px;
}

/*其它页*/
.leftside {
  width: 250px;
}

.leftside .box_o {
  width: 250px;
}

.leftside .box_o .box_tit h2 {
  background: url(/Template/images/sxzx/tit_bg_03.jpg) no-repeat top center;
}

.rightmain {
  width: 710px;
}

.nav_t {
  position: relative;
  height: 30px;
  margin-top: 20px;
  padding-top: 4px;
  line-height: 30px;
  background: url(/Template/images/sxzx/tit_bg_04.jpg) no-repeat top center;
}

.nav_t h2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.nav_t span {
  position: absolute;
  top: 4px;
  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;
}