/* 页面通用样式*/
#orgbox {
  width: 90%;
}
/* 外层框 */
#orgpost {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  border: 1px solid #888;
}
/* 组织架构及内部ul样式 */
#orgpost_txt {
  position: absolute;
  top: 40px;
  left: 10px;
}
#organization {
  width: 260px;
  height: calc(100% - 70px);
  overflow-x: auto;
  overflow-y: auto;
  border: 1px solid #888;
  position: absolute;
  top: 60px;
  left: 10px;
}
#organization::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
#organization::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
}
#organization::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
#organization ul > li {
  list-style: none; /*margin-left: 15px;*/
}
#zz_main {
  cursor: pointer;
  margin-left: 10px;
  padding-left: 10px;
  display: flex;
  /* position: absolute; */
}
/* #zz_main:hover{background: #cbfdfb; } */
.time {
  height: 30px;
  margin-left: 0px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 30px 30px;
  position: relative;
  display: flex;
}
.time:hover {
  background: #cbfdfb;
}
.time span {
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 3px;
}
.timespan {
  color: #000;
  border-radius: 3px;
  background-color: lightskyblue;
  width: 70px;
  margin-top: 2px;
}
.timespan-bar {
  display: none;
  width: 330px;
}
.timespan-bar-show {
  display: inline-block;
  position: absolute;
  border: 1px solid red;
  background-color: lightcyan;
  border-radius: 3px;
  z-index: 9999;
  width: 330px;
}
.timespan_action {
  color: rgb(255, 0, 0);
}
/* 下拉箭头 */
.shrink {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 8px;
  margin-right: 3px;
  background-image: url("../IMG/org/Triangle_down.png");
  background-position: 0px 0px;
  background-size: 20px 20px;
}
.shrink:hover {
  background-image: url("../IMG/org/Triangle_down.png");
  background-position: 0px 10px;
  width: 10px;
  height: 10px;
  /* position: absolute; left: 5px; top: 8px; */
  margin-left: 5px;
  margin-top: 8px;
  margin-right: 3px;
  background-size: 20px 20px;
}
.shrink_s {
  cursor: pointer;
  background-image: url("../IMG/org/Triangle_down.png");
  background-position: 10px 0px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 8px;
  margin-right: 3px;
  background-size: 20px 20px;
}
.shrink_s:hover {
  background-image: url("../IMG/org/Triangle_down.png");
  background-position: 10px 10px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-top: 8px;
  margin-right: 3px;
  background-size: 20px 20px;
}

/* 组织成员列表 */
#post_txt {
  position: absolute;
  top: 40px;
  left: 275px;
}
#postlist {
  width: calc(100% - 540px);
  height: calc(100% - 70px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #888;
  position: absolute;
  top: 60px;
  left: 275px;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
#postlist::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#postlist::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
#postlist::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.posttime {
  background-color: #defdfb;
  transition: 0.3s;
  width: 265px;
  height: 90px;
  border-radius: 2px;
  margin: 2px 5px;
  position: relative;
}
.posttime:hover {
  background-color: #cff5b9;
}
.posttime_action {
  background-color: #ffd6d6;
}
.posttime .img {
  position: absolute;
  top: 12px;
  left: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Verdana, Sans-serif;
  padding: 5px 5px 5px 5px;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  text-align: center;
  line-height: 50px;
}
.posttime .t1 {
  position: absolute;
  top: 3px;
  left: 65px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  width: 150px;
}
.posttime .t2 {
  position: absolute;
  top: 23px;
  left: 65px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  width: 210px;
}
.posttime .t3 {
  position: absolute;
  top: 43px;
  left: 65px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  width: 175px;
}
.posttime .t4 {
  position: absolute;
  top: 63px;
  left: 65px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: bold;
  width: 170px;
}
.posttime input[type="checkbox"] {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.posttime button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #888;
}
.posttime button:hover {
  border: 1px solid rgb(231, 27, 27);
}
#post_button {
  position: absolute;
  top: 35px;
  left: calc(100% - 400px);
}
#post_button > button {
  border: 1px solid #888;
  background-color: beige;
  padding: 2px;
}
/* 选中人员列表 */
#checkedpost_txt {
  position: absolute;
  top: 40px;
  left: calc(100% - 260px);
}
#postxz {
  width: 250px;
  height: calc(100% - 70px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #888;
  position: absolute;
  top: 60px;
  left: calc(100% - 260px);
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
#postxz::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#postxz::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
#postxz::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.button {
  background-color: #4caf50; /* Green */
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: white;
  width: 100%;
  color: black;
  border: 1px solid #4caf50;
}
.button1:hover {
  background-color: #4caf50;
  color: white;
}

.first-post-person {
  background-color: lightcyan;
  width: 70px;
}
/* T型容器 */
.table-out-container {
  display: flex;
  flex-direction: column;
}
/* 横向表头 */
.table-across-title {
  border: 1px solid rgb(218, 214, 214);
  height: 30px;
  width: 100%;
  text-align: center;
}
/* 竖向容器 */
.table-vertical-container {
  display: flex;
  height: 100%;
}
/* 竖向 */
.table-vertical {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid lightgray;
}
/* 竖向文字容器 */
.table-vertical-word {
  width: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  word-break: break-all;
  /* border: 1px solid lightcoral; */
}
/* 同层次样式 */
#U1S > li {
  background-color: rgb(253, 127, 0);
}
#U1S > li > ul > li {
  background-color: rgb(250, 180, 89);
}
#U1S > li > ul > li > ul > li {
  background-color: rgb(255, 221, 146);
}
#U1S > li > ul > li > ul > li > ul > li {
  background-color: rgb(255, 236, 196);
}
#U1S > li > ul > li > ul > li > ul > li > ul > li {
  background-color: rgb(255, 255, 255);
}
/* 竖向数据样式 */
.v-item {
  border: 1px solid lightgray;
  box-sizing: border-box;
  width: 40px;
}
