body {
  background: url(/Template/images/rsc/body_bg.jpg) repeat-x top center;
}

.contbody {
  width: 980px;
  margin: 0 auto;
}

/*头部*/
.headbody .headtop {
  height: 180px;
  background: url(/Template/images/rsc/headtop_bg.jpg) no-repeat;
}

.headbody .menu {
  height: 35px;
  background: url(/Template/images/rsc/menu_bg.jpg) repeat-x;
}

.headbody .menu ul {
  padding-left: 10px;
}

.headbody .menu li {
  float: left;
  height: 35px;
  padding-right: 2px;
  text-align: center;
  background: url(/Template/images/rsc/menu_link.jpg) no-repeat right;
}

.headbody .menu li.last {
  background: none;
}

.headbody .menu a,
.headbody .menu a:visited {
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: bold;
}

.headbody .menu a:hover {
  color: #000;
  background: url(/Template/images/rsc/menu_bg_02.jpg) repeat-x;
}

/*主体*/
.mainbody {
  background: url(/Template/images/rsc/mainbody_bg.jpg) repeat-x top;
}

.outbox {
  margin: 10px 0;
}

.outbox .title {
  position: relative;
  height: 29px;
  background: url(/Template/images/rsc/title_m.jpg) repeat-x;
}

.outbox .title h2 {
  height: 29px;
  padding-left: 30px;
  color: #FFF;
  line-height: 29px;
  background: url(/Template/images/rsc/title_l_02.jpg) no-repeat left;
}

.minbox .title h2 {
  color: #000;
  background: url(/Template/images/rsc/title_l.jpg) no-repeat left;
}

.outbox .title span {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: url(/Template/images/rsc/title_r.jpg) no-repeat right;
}

.outbox span a,
.outbox span a:visited {
  font-size: 12px;
  color: #1589d4;
}

.outbox span a:hover {
  color: #F00;
}

.leftbox,
.rightbox {
  width: 250px;
}

.minbox {
  width: 460px;
  margin: 10px;
}

.p_news {
  width: 978px;
  margin: 10px 0;
  border: #aacaf0 solid 1px;
  border-top: none;
  background: #FFF;
}

.p_news .title h2,
.p_news .title span {
  color: #000;
  background: none;
}

.p_news .picbox {
  width: 970px;
  margin: auto 4px;
}

.p_news table img {
  padding: 2px;
  border: #CCC solid 1px;
}

.nav_t {
  position: relative;
  height: 35px;
  margin-top: 20px;
  padding: 0 20px;
  padding-bottom: 5px;
  line-height: 35px;
  border-bottom: #aacaf0 solid 1px;
}

.nav_t h2 {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}

.nav_t span {
  position: absolute;
  top: 0;
  right: 10px;
  height: 35px;
  line-height: 35px;
}

/*底部*/
.bottombody {
  margin: 10px 0;
  padding-top: 20px;
  background: #ecf5fe url(/Template/images/rsc/bottombody_bg.jpg) repeat-x top;
}

.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;
  height: 230px;
  border: #aacaf0 solid 1px;
  border-top: none;
}

.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;
}

/*人才招聘栏目页*/
.rightmain_r {
  width: 715px;
}

.rightmain_r .contlist {
  border: none;
}

.rightmain_r .contlist li {
  border-bottom: #CCC dashed 1px;
}

/*内容页*/
.leftside {
  width: 250px;
  margin-right: 15px;
}

.rightmain {
  width: 715px;
}

.rightmain td {
  text-align: left;
}

.rightmain .textcont {
  padding: 10px 10px 10px 20px;
}

.rightmain .textcont td {
  text-align: left;
}

.rightmain .xbkk div {
  margin: 20px 0;
  border-bottom: #CCC dashed 1px;
}

.rightmain .xbkk h2 {
  margin: 10px 0;
  line-height: 1.5em;
  font-size: 16px;
  color: #900;
}

.rightmain .xbkk p {
  text-indent: 2em;
}

.rightmain .xbkk p.text_r {
  margin-top: 30px;
}

.rightmain .xbkk img {
  float: left;
  width: 150px;
  margin-right: 10px;
}

/*人才招聘内容页*/
.rightmain_r h1 {
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}