/*头部*/
.headbody {
  position: relative;
}

.headtop {
  height: 190px;
  background: url(/Template/images/tww/head_bg.jpg) no-repeat;
}

.headtop2 {
  height: 190px;
  background: url(/Template/images/tww/head_bg2.jpg) no-repeat;
}

.menu {
  width: 980px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: url(/Template/images/tww/menu_bg.jpg) repeat-x;
}

.menu ul {
  padding-left: 180px;
}

.menu li {
  float: left;
  height: 35px;
  padding-right: 2px;
  background: url(/Template/images/tww/menu_link.jpg) no-repeat right;
}

.menu li a,
.menu li a:visited {
  display: block;
  width: 80px;
  font-size: 12px;
  color: #fff;
}

.menu a:hover {
  color: #ffc;
  background: url(/Template/images/tww/menu_bg_02.jpg) repeat-x;
}

.menu li.last {
  background: none;
}

.menu li.last a,
.menu li.last a:hover {
  width: 100px;
}

.headbody .zbdwbox {
  position: absolute;
  top: 10px;
  right: 10px;
}

.headbody .zbdwbox span {
  margin: 0 5px;
}

.headbody .zbdwbox .zbdw {
  margin-right: 30px;
}

/*主体*/
.mainbody {
  width: 980px;
  margin-top: 10px;
}

.outbox {
  margin: 10px 0;
  border: #ebd1ba solid 1px;
}

.outbox .title {
  position: relative;
  height: 28px;
  font-size: 12px;
  background: url(/Template/images/tww/title_bg.jpg) no-repeat;
}

.outbox .title h2 {
  height: 30px;
  padding-left: 34px;
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #990000;
}

.outbox .title span {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  padding-right: 10px;
  line-height: 30px;
  text-align: center;
  background: url(/Template/images/tww/more_bg.jpg) no-repeat right;
}

.outbox td {
  text-align: left;
}

.leftbox,
.rightbox {
  width: 248px;
}

.minbox {
  margin: 10px 15px;
  width: 448px;
}

.leftbox,
.minbox,
.rightbox {
  height: 280px;
}

.topbox .float_l {
  width: 368px;
}

.topbox .float_r {
  position: relative;
  width: 598px;
  background: url(/Template/images/tww/title_bg_02.jpg) no-repeat top left;
}

.textbox {
  padding: 5px 10px;
}

.textbox p {
  display: inline;
  text-align: left;
}

.textbox p a,
.textbox p a:visited {
  color: #CCC;
}

.textbox p a:hover {
  color: #800;
}

.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 {
  border-top: #990000 solid 2px;
}

.bottombody p {
  text-align: center;
  margin-top: 5px;
}

/*内容页*/
.leftside {
  width: 248px;
}

.leftside .outbox .contlist li {
  width: 216px;
}

.leftside .outbox .contlist span {
  display: none;
}

.rightmain {
  width: 715px;
}

.rightmain td {
  position: relative;
  padding-left: 20px;
}

.rightmain td span {
  margin: 0 5px;
}

.rightmain td .tittldate {
  position: absolute;
  top: 0;
  right: 10px;
  color: #CCC;
}

.nav_t {
  position: relative;
  height: 30px;
  margin: 10px 0;
  background: url(/Template/images/tww/nav_bg.jpg) repeat-x left;
}

.nav_t h2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  font-size: 12px;
}

.nav_t span {
  position: absolute;
  top: 5px;
  right: 10px;
}

.textcont {
  padding: 10px;
}