@charset "UTF-8";
/**!
* 数据发布
* date: 2024-06-05
* author: wangkai;
*/
.ewb-main-part {
  min-height: 600px;
}

.column {
  display: flex;
  align-items: center;
  height: 34px;
  line-height: 34px;
}
.column-tt {
  display: flex;
}
.column-tt span:nth-child(1) {
  font-size: 22px;
  font-weight: bold;
  color: #015293;
}
.column-tt span:nth-child(2) {
  margin-left: 16px;
  font-size: 12px;
  color: #999;
}
.column-line {
  flex: 1;
  width: 0;
  margin-left: 20px;
  height: 2px;
  background: #015293;
}

.com-hd {
  display: flex;
  height: 41px;
  border-bottom: 1px solid #e5e5e5;
}
.com-tt {
  font-size: 18px;
  font-weight: bold;
  color: #015293;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #015293;
}

.info-list {
  height: 184px;
}
.info-list ul {
  padding-top: 7px;
}
.info-item {
  position: relative;
  display: flex;
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
}
.info-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #f00;
}
.info-item:hover .info-name,
.info-item:hover .info-date {
  color: #f00;
}
.info-name {
  flex: 1;
  width: 0;
  padding-right: 20px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.info-date {
  font-size: 14px;
  color: #999;
}

.field {
  padding: 11px 0 14px 0;
}
.field-node {
  float: left;
  margin-left: 20px;
  width: calc((100% - 80px) / 5);
  height: 147px;
  border-radius: 4px;
  border: 1px solid #93cff5;
  background: #f4fbff;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
.field-node:nth-child(1) {
  margin-left: 0;
}
.field-node:nth-child(1) .field-item {
  background-image: url("../images/data/field_icon1.png");
}
.field-node:nth-child(2) .field-item {
  background-image: url("../images/data/field_icon2.png");
}
.field-node:nth-child(3) .field-item {
  background-image: url("../images/data/field_icon3.png");
}
.field-node:nth-child(4) .field-item {
  background-image: url("../images/data/field_icon4.png");
}
.field-node:nth-child(5) .field-item {
  background-image: url("../images/data/field_icon5.png");
}
.field-node:hover {
  border: 1px solid #006cc3;
  background: #e1f3fd;
  transform: translate(0, -6px);
}
.field-node:hover .field-item {
  font-weight: 500;
}
.field-item {
  display: block;
  padding-top: 100px;
  height: 100%;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #333;
  background-position: center 11px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.chart-box {
  padding: 11px 0 20px 0;
}
.chart-list {
  float: left;
  width: 216px;
}
.chart-node {
  margin-top: 20px;
}
.chart-node:first-child {
  margin-top: 0;
}
.chart-node:first-child .chart-item {
  background-image: url("../images/data/chart_icon1.png");
}
.chart-node:first-child.active .chart-item {
  background-image: url("../images/data/chart_icon1_h.png");
}
.chart-node:nth-child(2) .chart-item {
  background-image: url("../images/data/chart_icon2.png");
}
.chart-node:nth-child(2).active .chart-item {
  background-image: url("../images/data/chart_icon2_h.png");
}
.chart-node:nth-child(3) .chart-item {
  background-image: url("../images/data/chart_icon3.png");
}
.chart-node:nth-child(3).active .chart-item {
  background-image: url("../images/data/chart_icon3_h.png");
}
.chart-node:nth-child(4) .chart-item {
  background-image: url("../images/data/chart_icon4.png");
}
.chart-node:nth-child(4).active .chart-item {
  background-image: url("../images/data/chart_icon4_h.png");
}
.chart-node:nth-child(5) .chart-item {
  background-image: url("../images/data/chart_icon5.png");
}
.chart-node:nth-child(5).active .chart-item {
  background-image: url("../images/data/chart_icon5_h.png");
}
.chart-node.active .chart-item {
  background-color: #006cc3;
  border: 1px solid #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 108, 195, 0.2);
  font-weight: 500;
  color: #fff;
}
.chart-item {
  display: block;
  padding-left: 52px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #ddeefb;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: #ddeefb;
  font-size: 16px;
  color: #333;
  transition: all 0.4s ease;
}
.chart-wrap {
  float: left;
  width: calc(100% - 216px);
  height: 280px;
  overflow: hidden;
}
.chart-content {
  height: 100%;
}

.tooltip {
  padding: 10px 12px;
  color: #333;
}
.tooltip-tt {
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
}
.tooltip-node {
  margin-top: 10px;
  line-height: 18px;
  display: flex;
}
.tooltip-name {
  font-size: 12px;
}
.tooltip-value {
  font-weight: bold;
  color: #1872f3;
}
.tooltip-unit {
  margin-left: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #1872f3;
}

@media (max-width: 767px) {
  .field-node {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  .field-node:nth-child(-n+2) {
    margin-top: 0;
  }
  .field-node:nth-child(2n+1) {
    margin-left: 0;
  }
  .chart-box {
    position: relative;
  }
  .chart-list {
    width: 100%;
  }
  .chart-node {
    margin-top: 300px;
    pointer-events: none;
  }
  .chart-node:nth-child(2) .chart-item {
    background-image: url("../images/data/chart_icon2_h.png");
  }
  .chart-node:nth-child(3) .chart-item {
    background-image: url("../images/data/chart_icon3_h.png");
  }
  .chart-node:nth-child(4) .chart-item {
    background-image: url("../images/data/chart_icon4_h.png");
  }
  .chart-node:nth-child(5) .chart-item {
    background-image: url("../images/data/chart_icon5_h.png");
  }
  .chart-item {
    background-color: #006cc3;
    border: 1px solid #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 108, 195, 0.2);
    font-weight: 500;
    color: #fff;
  }
  .chart-wrap {
    width: 100%;
    height: 300px;
  }
  .chart-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 280px;
  }
  .chart-content:nth-child(1) {
    top: 61px;
  }
  .chart-content:nth-child(2) {
    top: 401px;
  }
  .chart-content:nth-child(3) {
    top: 741px;
  }
  .chart-content:nth-child(4) {
    top: 1081px;
  }
  .chart-content:nth-child(5) {
    top: 1421px;
  }
}