
#work_type_wrap {
  position: relative;
  width: 972px;
  height: 530px;
  background-color: #eceff4;
  font-family: "微软雅黑";
  font-size: 14px;
  overflow: hidden;
}

#work_type_wrap ul, #work_type_wrap li {
  list-style: none;
}

#work_type_left_area {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 1px;
  width: 193px;
  background-color: #fff;
  overflow: auto;
}

.wt-left-title {
  height: 36px;
  background-color: #8fb0e3;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
}

#work_type_left_area_gzdl {
  padding: 10px 0 10px 14px;
  height: 466px;
  overflow: auto;
}
/*职业分类左侧区域一级菜单*/
.wt-left-wtl1 {
  line-height: 34px;
  background: url(images/plus.png);
}

.wt-left-icon {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-top: 11px;
  background: url(images/plus.png) center #aaaaaa no-repeat;
  cursor: pointer;
}

.wt-left-wtl1-open .wt-left-icon {
  background: url(images/minus.png) center #3684e9 no-repeat;
}

.wt-left-wtl1-label {
  padding-left: 8px;
  cursor: pointer;
}

.wt-left-wtl1-open .wt-left-wtl1-label {
  color: #3580dd;
}

.wt-left-wtl2 {
  height: 30px;
  padding-left: 20px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

#work_type_select_area {
  position: absolute;
  top: 8px;
  right: 1px;
  width: 770px;
  height: 363px;
  background-color: #fff;
}

#work_type_nav_bar {
  height: 34px;
  border-bottom: 2px solid #d2d2d2;
  margin-left: 10px;
  line-height: 34px;
}

#work_type_nav_bar .can-click {
  color: #3879e1;
  cursor: pointer;
}

/*待选区*/
#work_type_4select_area {
  height: 329px;
  padding-left: 16px;
  line-height: 30px;
  overflow-y: auto;
}

#work_type_4select_area .can-click {
  cursor: pointer;
}

.wt-4select-l2 {
  color: #343434;
  font-weight: bold;
}

.wt-4select-l2-label {
  padding-left: 8px;
}

.wt-4select-l2 ul {
  padding-left: 20px;
}

.wt-4select-l3 {
  float: left;
  width: 172px;
  height: 30px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #787878;
  font-weight: normal;
}

.wt-4select-l3-label {
  padding-left: 8px;
}

/*选中区域*/
#work_type_selected_area {
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 770px;
  height: 151px;
  background-color: #fff;
}

#work_type_selected_title {
  line-height: 40px;
  color: #000;
  text-indent: 16px;
}

#work_type_selected_list {
  padding-left: 20px;
  height: 65px;
  overflow-y: auto;
}

.wt-selected-li {
  position: relative;
  float: left;
  height: 24px;
  padding: 0 24px 0 16px;
  border: 1px solid #dcdcdc;
  margin-right: 20px;
  margin-bottom: 5px;
  line-height: 24px;
}

.wt-selected-del {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background:url(images/del.png) #747474 center no-repeat;
  cursor: pointer;
}

.wt-selected-btn {
  position: absolute;
  padding: 0 30px;
  border: 1px solid #6f99d5;
  border-radius: 13px;
  bottom: 15px;
  line-height: 26px;
  color: #6f99d5;
  cursor: pointer;
}

.wt-selected-btn-ok {
  right: 122px;
}

.wt-selected-btn-cancel {
  right: 18px;
}
