/*头部*/
.headtop {
  height: 120px;
  background: url(/Template/images/ghw/head_bg.jpg) no-repeat;
}

.menu {
  width: 980px;
  height: 35px;
  text-align: center;
  background: url(/Template/images/ghw/menu_bg.jpg) repeat-x;
}

.menu ul {
  padding-left: 160px;
  text-align: center;
  list-style: none;
}

.menu li {
  float: left;
  height: 35px;
  padding-right: 2px;
  text-align: center;
  color: #FFF;
  background: url(/Template/images/ghw/menu_link.jpg) no-repeat right;
}

.menu li.last {
  background: none;
}

.menu li span {
  margin: 0 10px;
}

.menu li a,
.menu li a:visited {
  display: block;
  width: 70px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #fff;
}

.menu li a:hover {
  color: #000;
  background: url(/Template/images/ghw/menu_bg_02.jpg) repeat-x;
}

/*主体*/
.mainbody {
  width: 980px;
  background: #ffffff;
}

.outbox {
  margin: 10px 0;
  border: #bfdcf4 solid 1px;
}

.outbox h2 {
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;
  background: url(/Template/images/ghw/title_bg.jpg) no-repeat;
}

.outbox .title {
  position: relative;
}

.outbox .title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(/Template/images/ghw/more_bg.jpg) no-repeat right;
}

.outbox td {
  text-align: left;
}

.leftside {
  width: 250px;
  margin-right: 15px;
}

.rightmain {
  width: 715px;
}

#pagecontent div {
  text-align: left;
}

.rightmain .minbox {
  width: 450px;
}

.rightmain .rightbox {
  width: 250px;
  margin-left: 15px;
}

.contlist {
  padding: 10px;
}

.contlist ul {
  list-style: none;
}

.contlist li {
  padding-left: 10px;
  background: url(/Template/images/ghw/title_s.jpg) no-repeat left;
}

.box_t,
.box_b {
  height: 290px;
}

.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;
}

/*底部*/
.bottombody {
  background: url(/Template/images/ghw/bottom_bg.jpg) repeat-x top;
}

.bottombody p {
  text-align: center;
  margin-top: 5px;
}

/*内容页*/
.nav_t {
  position: relative;
  margin: 10px 0;
}

.nav_t h2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 12px;
  background: #ededf0;
}

.nav_t span {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.textcont {
  padding: 10px;
}

.lb td {
  position: relative;
  padding-left: 20px;
}

.lb td span {
  margin: 0 5px;
}

.lb td .tittldate {
  position: absolute;
  top: 0;
  right: 10px;
  color: #CCC;
}