.work_type_tree button.close {
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  background-color: #ce1222;
  border-radius: 4px;
  opacity: 1;
  color: #fff
}

.work_type_tree .tree-nav a {
  width: 80px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 10px;
  background-color: #ce1222;
  border-radius: 10px;
  margin-top: 15px;
  text-align: center;
  color: #fff
}

.work_type_tree .tree-content {
  width: 856px;
  height: 400px;
  background-color: #fff;
  margin: 6px 6px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 4px
}

.work_type_tree .tree-content_left {
  width: 225px;
  height: 100%;
  float: left;
  border-right: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: hidden;
}

.work_type_tree .tree-content_left li {
  width: 225px;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.work_type_tree .tree-content_left li:HOVER {
  width: 223px;
  border-left: 2px solid #ce1222;
  background-color: #fff
}

.work_type_tree .tree-content_left .active {
  width: 223px;
  border-left: 2px solid #ce1222;
  background-color: #fff
}

.work_type_tree .tree-content_right {
  width: 630px;
  height: 100%;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
}

.work_type_tree .tree-content_right dl {
  width: 630px;
  height: auto;
  float: left;
  margin: 10px 10px;
  margin-bottom: 0px
}

.work_type_tree .tree-content_right dl dd {
  width: 590px;
  height: 29px;
  float: left;
  color: #ce1222;
  line-height: 29px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #ce1222;
}

.work_type_tree .tree-content_right dl dt {
  width: 590px;
  height: auto;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
}

.work_type_tree .tree-content_right dl dt a {
  font-weight: normal;
  width: 100px;
  height: 30px;
  float: left;
  margin-left: 15px;
  line-height: 30px;
  color: #fff;
  background-color: #ce1222;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 6px
}

.work_type_tree .tree-content_right dl dt a:HOVER {
  background-color: #ff6b05
}

.work_type_tree .tree-content_right dl dt .active {
  background-color: #ff6b05
}


.work_type_tree .modal-body {
  margin-bottom: 10px;
  max-height: 410px;
}

.work_type_tree .modal-body .signlemain {
  width: 100%;
  height: auto;
}

.work_type_tree .modal-body .signlemain span {
  width: 100%;
  height: 30px;
  float: left;
  border-bottom: 1px dashed #c3c3c3;
  color:#ce1222;
  font-size: 16px;
  line-height: 36px
}

.work_type_tree .modal-body .signlemain a {
  width: 100px;
  height: 24px;
  float: left;
  line-height: 24px;
  background-color: #ce1222;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
  margin-top: 10px;
  text-align: center;
}

.work_type_tree .modal-body .signlemain a:HOVER {
  background-color: #ff6b05;
  text-decoration: none;
}

.work_type_tree .modal-span {
  height: 40px;
  float: left;
  font-size: 12px;
  width: 96%;
  padding-top: 5px;
  font-size: 15px;
}

.work_type_tree .modal-span input {
  width: 240px;
}

.work_type_tree .modal-header {
  height: 25px;
  border-bottom: 1px solid #ddd;
  background-color: #ce1222;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.work_type_tree .modal-title {
  display: block;
  text-align: center;
  font-size: 14px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
  padding: 2px;
  margin-left: 10px;
  float: left;
}

.work_type_tree .button {
  font-size: 16px;
  padding: 12px 26px;
  background-color: #fff;
  color: #888888;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
}

.work_type_tree .button:hover, .button:focus, .button:active {
  color: #888888;
  background-color: #f6f6f6;
}

.work_type_tree .btn-blue {
  background-color: #ce1222;
  color: #fff;
  border: none;
}

.work_type_tree .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  color: #fff;
  background-color: #ce1222;
}

.work_type_tree .btn-darkblue {
  background-color: #7994af;
  color: #fff;
  border: none;
}

.work_type_tree .btn-darkblue:hover, .btn-darkblue:focus, .btn-blue:active {
  color: #fff;
  background-color: #8daccb;
}

.work_type_tree .btn-orange {
  background-color: #f0ad4e;
  color: #fff;
  border: none;
}

.work_type_tree .btn-orange:hover, .btn-orangeblue:focus, .btn-blue:active {
  color: #fff;
  background-color: #ffb955;
}

.work_type_tree .btn-large {
  font-size: 18px;
  padding: 11px 0;
}

.work_type_tree .btn-small {
  font-size: 12px;
  padding: 9px 18px;
}

.work_type_tree .btn-xsmall {
  font-size: 12px;
  padding: 6px 16px;
}

.work_type_tree .search-btn-img {
  float: right;
  font-size: 14px;
  line-height: 40px;
  height: 35px;
  width: 50px;
  cursor: pointer;
  text-indent: 5px;
}

.work_type_tree .search-div {
  top: 2px;
  left: 670px;
  position: absolute;
  height: 35px;
  width: 200px;
  z-index: 1053
}

.work_type_tree .selectMax {
  color: red;
  width: 80px;
  float: left;
  margin-left: 20px
}

.work_type_tree .select-bg-color {
  background: #ff6b05;
  position: relative
}

.work_type_tree .job-close {
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 83px;
  background: url('../../../images/worktypetree/u.png') no-repeat center;
  height: 16px;
  width: 16px;
  content: ""
}

.work_type_tree .job-cont {
  width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.work_type_tree .ipt-search {
  width: 130px;
  font-size: 12px;
  margin-top: 4px;
}

.work_type_tree .tree-content_leftmain {
  width: 225px;
  height: 100%;
  float: left;
  border-right: 1px solid #ddd;
  overflow-y: hidden;
  overflow-x: hidden;
}

.work_type_tree .tree-content_leftmain .tree-content_leftsearch {
  width: 225px;
  height: 120px;
  float: left;
  border-right: 1px solid #ddd;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

.work_type_tree .tree-content_leftmain .tree-content_leftsearch a {
  width: 100px;
  height: 32px;
  margin-left: 8px;
  margin-top: 5px;
  display: inline-block;
  float: left;
  text-align: center;
  background-color: #ce1222;
  border-radius: 5px;
  line-height: 32px;
  color: #fff
}

.work_type_tree .tree-content_leftmain .tree-content_leftsearch a:HOVER {
  background-color: #ff6b05;
  text-decoration: none;
}

.work_type_tree .tree-content_leftmain .tree-content_leftsearch .active {
  background-color: #ff6b05;
}

.work_type_tree .tree-content_leftmain .tree-content_leftlist {
  width: 225px;
  height: 80%;
  float: left;
  border-right: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: hidden;
}

.work_type_tree .tree-content_leftmain .tree-content_leftlist li {
  width: 225px;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-indent: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.work_type_tree .tree-content_leftmain .tree-content_leftlist li:HOVER {
  width: 223px;
  border-left: 2px solid #ce1222;
  background-color: #fff
}

.work_type_tree .tree-content_leftmain .tree-content_leftlist .active {
  width: 223px;
  border-left: 2px solid #ce1222;
  background-color: #fff
}
