.homePage-sccb {
  width: 100%;
  height: 100%;
}

.homePage-sccb {
  width: 100%;
  height: 100%;
}

.homePage-index {
  padding-top: 3px;
  height: 100%;
}
.homePage-index .ivu-card {
  -webkit-box-shadow: 1px 2px 3px #c5c5c5;
          box-shadow: 1px 2px 3px #c5c5c5;
  border-radius: 2px;
}
.homePage-index .ivu-card-shadow {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
.homePage-index .ivu-tabs-nav {
  font-weight: bold;
  font-size: 15px;
}
.homePage-index .ivu-card-body {
  height: 100%;
}
.homePage-index .ivu-tabs-bar {
  margin-bottom: 0;
}
.homePage-index .ivu-tabs-content {
  height: 100%;
}
.homePage-index .ivu-tabs-content .ivu-tabs-tabpane {
  padding: 8px 9px 13px 9px;
  background-color: #f5f5f5;
  height: calc(100% - 30px);
  overflow-y: auto;
}
.homePage-index .searchLine {
  height: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homePage-index .searchLine .tabBar-left {
  margin-right: 8px;
}
.homePage-index .searchLine .tabBar-right {
  width: 180px;
  margin-right: 15px;
}
.homePage-index .serachDetail {
  position: absolute;
  z-index: 21;
  border: 1px solid #dcdee2;
  padding: 10px;
  background-color: #f8f8f9;
  right: 10px;
  top: 28px;
}
.homePage-index .serachDetail .searchItem {
  padding: 5px;
  margin: 0 20px;
}
.homePage-index .content-htzx {
  padding: 3px 0;
}
.homePage-index .content-htzx .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.homePage-index .content-htzx .line .line-block {
  padding: 7px 7px;
  width: 50%;
  height: 100%;
}

