.idtFlodArea{
  padding-top:10px;
}
.idtFlodArea .idtFold{
  margin-bottom:14px;
  box-shadow: 2px 2px 6px #dfdfdf;
}
.idtFlodArea .idtFold_head{
  height:80px;
  line-height: 80px;
  font-size: 25px;
  padding-left:70px;
  position: relative;
  background:#fff;
}

.idtFlodArea .idtFold_head_icon{
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  left: 0;
  z-index: 11111;
  left: 26px;
  top: 22px;
}

.idtFlodArea .idtFold_head:after{
  content:'';
  width:25px;
  height:25px;
  position: absolute;
  right:26px;
  top:28px;
  background:url(../images/icon_arrow.png) no-repeat;
  transform: rotate(-90deg);
  transition: transform 0.4s;
}
.idtFlodArea .idtFold_head.open:after{
  transform: rotate(0);
}

.idtFlodArea .idtFlodCon{
  border-top:1px solid #f6f6f6;
  border-top: 1px solid #e4e1e1;
  margin: 0 25px;
}

.idtFlodArea .idtFlodCon ul{
  margin: 0 -25px;
  padding:10px 20px;
  background:#fff;
}

.personArea li{
  width: 25%;
  float:left;
  margin-bottom:20px;
}

.personArea .name{
  text-align: center;
  color:#666;
  font-size:20px;
  margin-top:15px;
}

.personArea .personIcon{
  background: url(../images/xzsp.png) no-repeat;
  height: 55px;
  width: 55px;
  display: block;
  margin: 15px auto;
}

.branchArea li{
  width: 45%;
  float:left;
  text-align: center;
  margin:15px;
  height: 120px;
  border:2px solid #2aafeb;
  font-size: 24px;
  border-radius: 4px;
}
.branchArea .branchArea_right {
  float: right;
  height: 90px;
  width: 66%;
  text-align: left;
}
.branchArea .branchArea_title {
  float: left;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60%;
  margin-top: 15px;
  /* font-weight: bold; */
  color: rgb(51, 51, 51);
}
.branchArea_icon {
  width: 40px;
  height: 40px;
  margin-top: 27px;
}
.branchArea_num {
  font-size: 19px;
}
.branchArea_num b {
  font-weight: normal;
  color: #2aafeb;
}
.typeArea li{
  float:left;
  width:calc(50% - 40px);
  margin:15px;
  text-align: center;
  height: 180px;
  border-radius: 10px;
  position: relative;
}

.typeArea li:after{
  content:'';
  width:100%;
  height:100%;
  background: url(../images/type_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left:0;
  top:0;
  opacity: 0.6;
  filter: grayscale(100%);
}
.typeArea img{
  margin:35px 0 10px 0;
}
.typeArea .name{
  color:#fff;
  font-size: 20px;
}

.nav {
  padding: 10px;
}

.link {
  color: inherit;
  padding: 20px;
  display: block;
}

.listArray li{
  background-color:#fff;
  border-radius: 6px;
  margin:0 30px 20px 30px;
  overflow: hidden;
}

.listArray .listBox{
  border-left:4px solid #2aafeb;
  padding:20px 24px;
  font-size: 24px;
}

.listArray .listBox .item{
  margin-bottom:20px;
  line-height: 38px;
}

.listArray .listBox label{
  float:left;
  width:115px;
}

.listArray .listBox .listBoxCode{
  float:left;
  width:calc(100% - 115px);
}

.listArray .listBox .itemCode{
  color:#2aafeb;
}

.listArray .listBox .itemType{
  background:#2aafeb;
  color:#fff;
  border-radius: 5px;
}

.listArray .listBox .itemType{
  padding:0 8px;
  width: auto;
}
#deptSelect {
  height: 55px;
  background: white;
  line-height: 55px;
  font-size: 22px;
  color: #C9C9C9;
  text-indent: 20px;
  width: 30%;
  float: left;
  border: 1px solid #cacaca;
  border-radius: 7px;
}
.search_bar {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 15px 0;
}
.search_txt {
  width: 51%;
  margin-left: 10px;
  float: left;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  border: 1px solid #cacaca;
  border-radius: 7px;
}
.hideDept .search_txt {
  width: 82%;
}
.search_btn {
  float: left;
  margin-left: 10px;
  height: 52px;
  width: 14%;
  background: #f49223;
  font-size: 22px;
}
.search_txt .mint-cell-wrapper {
  font-size: 22px;
}
.search_txt .mint-field-core {
  text-indent: 10px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #C9C9C9;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #C9C9C9;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #C9C9C9;
}
.mintui-field-error:before {
  font-size: 22px;
}