body {
  background: url(/Template/images/xsgz/body_bg.jpg) repeat-x top center;
}

.contbody {
  width: 980px;
  margin: 0 auto;
}

/*头部*/
.headtop {
  height: 175px;
  background: url(/Template/images/xsgz/headtop_bg.jpg) no-repeat;
}

.menu {
  height: 35px;
  background: url(/Template/images/xsgz/menu_bg.jpg) repeat-x;
}

.menu ul {
  padding-left: 100px;
}

.menu li {
  float: left;
  height: 35px;
  padding-right: 2px;
  text-align: center;
  background: url(/Template/images/xsgz/menu_link.jpg) no-repeat top right;
}

.menu li.last {
  background: none;
}

.menu li a,
.menu li a:visited {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
}

.menu li.last a,
.menu li.last a:visited {
  width: 120px;
}

.menu li a:hover {
  color: #000;
  background: url(/Template/images/xsgz/menu_bg_02.jpg) repeat-x;
}

/*主体*/
.mainbody {
  width: 980px;
  margin-top: 20px;
  background: #ffffff;
}

.box_border {
  margin-bottom: 10px;
  border: #d6edff solid 1px;
}

.box_border h2,
.box_border dt {
  height: 25px;
  line-height: 25px;
  padding-top: 5px;
  padding-left: 40px;
  font-weight: bold;
  background: url(/Template/images/xsgz/title_bg.jpg) no-repeat;
}

.leftside {
  width: 250px;
}

.rightmain {
  width: 715px;
  text-align: left;
}

.rightmain .outbox {
  width: 350px;
}

.contlist {
  padding: 10px 20px;
}

.xghd {
  width: 360px;
  margin: 10px;
  *margin-left: 5px;
  *margin-right: 5px;
  margin-right: 0;
}

.xgdt {
  width: 335px;
}

.xgdt .contlist {
  padding: 10px;
}

.box_t,
.box_m,
.box_b {
  height: 290px;
}

.outbox_top h2,
.xsdl h2 {
  font-size: 12px;
}

.xsdl {
  height: 192px;
}

.xsdl div {
  margin: 10px 0;
  text-align: center;
}

.xsdl div img {
  cursor: pointer;
}

.xsdl div input {
  width: 100px;
  height: 15px;
}

.xyfg {
  margin-bottom: 10px;
}

.fwzn dt {
  margin-bottom: 20px;
}

.fwzn dd {
  float: left;
  width: 123px;
  text-align: center;
}

/*底部*/
.bottombody {
  border-top: #7593c4 solid 2px;
}

.bottombody p {
  text-align: center;
  margin-top: 5px;
}

/*栏目页*/
.rightmain_l {
  width: 715px;
}

.rightmain_l table {
  width: 695px;
  margin: 0 10px;
}

.rightmain_l table td {
  position: relative;
}

.rightmain_l table span {
  margin-right: 10px;
}

.rightmain_l table .tittldate {
  position: absolute;
  top: 0;
  right: 0;
}

.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;
}

/*内容页*/
.nav_t {
  position: relative;
  margin-bottom: 20px;
}

.nav_t h2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-weight: normal;
  background: url(/Template/images/xdzz/title.jpg) no-repeat left;
  border-bottom: #CCC solid 1px;
}

.nav_t span {
  position: absolute;
  top: 0;
  right: 10px;
}

.textcont td {
  text-align: left;
}