body {
  background: url(/Template/images/jxky/body_bg.jpg) repeat-x top center;
}

/*头部*/
.headbody {
  position: relative;
}

.headtop {
  height: 212px;
  background: url(/Template/images/jxky/head_bg.jpg) no-repeat;
}

.menu {
  width: 980px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: url(/Template/images/jxky/menu_bg.jpg) repeat-x;
}

.menu ul {
  padding-left: 80px;
  text-align: center;
  list-style: none;
}

.menu li {
  float: left;
  height: 35px;
  text-align: center;
  color: #FFF;
  background: url(/Template/images/jxky/nemu_d.jpg) no-repeat top right;
}

.menu li.last {
  background: none;
}

.menu li span {
  margin: 0 10px;
}

.menu li a,
.menu li a:visited {
  display: inline-block;
  width: 100px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.menu li.last a,
.menu li.last a:visited {
  width: 110px;
}

.menu li a:hover {
  color: #000;
  background: url(/Template/images/jxky/menu_bg_02.jpg) repeat-x left top;
}

/*主体*/
.mainbody {
  width: 980px;
  margin-top: 10px;
  background: #ffffff;
}

.outbox {
  height: 285px;
  margin: 10px 0;
  border: #e5e5e5 solid 1px;
}

.outbox .title {
  position: relative;
  height: 30px;
  font-size: 12px;
  background: url(/Template/images/jxky/title_m.jpg) repeat-x top center;
}

.outbox .title h2 {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background: url(/Template/images/jxky/title_b.jpg) no-repeat left;
}

.outbox .title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(/Template/images/jxky/title_b.jpg) no-repeat right;
}

.leftbox,
.rightbox {
  width: 250px;
}

.minbox {
  width: 454px;
  margin-left: 10px;
}

.leftbox .title h2,
.rightbox .title h2 {
  width: 111px;
  padding-left: 0;
  text-align: center;
  background: url(/Template/images/jxky/title_l.jpg) no-repeat left;
}

.contlist {
  padding: 10px;
}

.contlist ul {
  list-style: none;
}

.contlist li {
  padding-left: 10px;
  background: url(/Template/images/jxky/li_d.jpg) no-repeat left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p_news {
  width: 978px;
  height: auto;
  margin: 10px 0;
  background: #FFF;
}

.p_news .picbox {
  width: 970px;
  margin: auto 4px;
}

.p_news table img {
  padding: 2px;
  border: #CCC solid 1px;
}

.jwgldl {
  height: auto;
}

.glxt,
.jlxz {
  margin: 10px auto;
  text-align: center;
}

.glxt img,
.jlxz img {
  margin: auto;
}

/*底部*/
.bottombody {
  border-top: #7593c4 solid 2px;
}

.bottombody p {
  text-align: center;
  margin: 10px;
}

/*栏目页*/
.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;
}

/*内容页*/
.leftside {
  width: 250px;
  margin-right: 15px;
}

.rightmain {
  width: 715px;
}

.nav_t {
  position: relative;
  margin: 10px 0;
  padding-bottom: 10px;
  border-top: #d3d3d3 solid 1px;
  background: url(/Template/images/jxky/nav_t_bottom_bg.jpg) no-repeat bottom;
}

.nav_t h2 {
  height: 42px;
  padding-left: 20px;
  line-height: 42px;
  font-size: 12px;
}

.nav_t span {
  position: absolute;
  top: 10px;
  right: 10px;
}

.textcont {
  padding: 10px;
}