@charset "UTF-8";
/**
 * 政策统计
 * date: 2023-11-29
 * author: guohanyu;
 */
html,
body {
  background: #F5F6F7;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.static {
  padding-bottom: 50px;
}

.bread-nav {
  padding-left: 24px;
  height: 48px;
  line-height: 48px;
  color: #999;
  font-size: 16px;
  background: url("../images/local-icon.png") no-repeat center left;
}

.bread-nav-item {
  position: relative;
}

.bread-nav-item.active {
  color: #2B6EE7;
}

.bread-nav-item + .bread-nav-item {
  margin-left: 20px;
}

.bread-nav-item + .bread-nav-item::before {
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '>';
  color: #999;
}

.bread-nav-item:nth-child(2) {
  margin-left: 0;
}

.bread-nav-item:nth-child(2)::before {
  content: '';
}

.block-title {
  padding-left: 36px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.block-title.icon1 {
  background: url("../images/title-icon1.png") no-repeat center left;
}

.block-title.icon2 {
  background: url("../images/title-icon2.png") no-repeat center left;
}

.block-title.icon3 {
  background: url("../images/title-icon3.png") no-repeat center left;
}

.mod {
  padding: 30px 40px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 43, 126, 0.06);
          box-shadow: 2px 2px 6px 0px rgba(0, 43, 126, 0.06);
}

.pannel-list {
  margin: 20px 0 34px;
}

.pannel-item {
  position: relative;
  padding-top: 21px;
  padding-left: 113px;
  width: 262px;
  height: 109px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8DBFFF), to(#599FFF));
  background: linear-gradient(180deg, #8DBFFF 0%, #599FFF 100%);
}

.pannel-item::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 109px;
  content: '';
  background: url("../images/item-after.png") no-repeat center;
}

.pannel-item::before {
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

.pannel-item.icon1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#8DBFFF), to(#599FFF));
  background: linear-gradient(180deg, #8DBFFF 0%, #599FFF 100%);
}

.pannel-item.icon1::before {
  content: '';
  background: url("../images/pannel-icon1.png ") no-repeat center;
}

.pannel-item.icon2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAC093), to(#F49C58));
  background: linear-gradient(180deg, #FAC093 0%, #F49C58 100%);
}

.pannel-item.icon2::before {
  content: '';
  background: url("../images/pannel-icon2.png ") no-repeat center;
}

.pannel-item.icon3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#A5ADF4), to(#7E87EF));
  background: linear-gradient(180deg, #A5ADF4 0%, #7E87EF 100%);
}

.pannel-item.icon3::before {
  content: '';
  background: url("../images/pannel-icon3.png ") no-repeat center;
}

.pannel-item.icon4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#6DD9BE), to(#30C8A2));
  background: linear-gradient(180deg, #6DD9BE 0%, #30C8A2 100%);
}

.pannel-item.icon4::before {
  content: '';
  background: url("../images/pannel-icon4.png ") no-repeat center;
}

.pannel-item + .pannel-item {
  margin-left: 24px;
}

.pannel-item-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.pannel-item-value {
  margin-top: 5px;
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
}

.pannel-item-value .unit {
  font-size: 16px;
}

.apply {
  width: 437px;
}

.apply-list {
  margin-top: 20px;
}

.apply-item {
  position: relative;
  padding: 0 24px;
  height: 124px;
  border-radius: 4px;
  border: 1px solid #E5ECF5;
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#EAF2FF));
  background: linear-gradient(90deg, #FFF 0%, #EAF2FF 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(15, 80, 153, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(15, 80, 153, 0.05);
}

.apply-item::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 179px;
  height: 122px;
  content: '';
  background: url("../images/apply-item-after.png") no-repeat center;
}

.apply-item + .apply-item {
  margin-top: 17px;
}

.apply-item-title {
  height: 56px;
  line-height: 56px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 0.5px dashed #D4E2FE;
}

.apply-item-content {
  height: 65px;
  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;
}

.apply-item-tip {
  width: 310px;
  line-height: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}

.apply-item-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 32px;
}

.apply-item-value .num {
  color: #2B6EE7;
  font-size: 24px;
}

.apply-item-value .unit {
  color: #666;
  font-size: 16px;
}

.apply-item .center {
  height: 100%;
  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;
}

.apply-item .center .apply-item-title {
  border: none;
}

.static-chart {
  width: 639px;
}

.bar-chart {
  margin-top: 20px;
  height: 404px;
  border-radius: 4px;
  border: 1px solid #E5ECF5;
  background: linear-gradient(111deg, #F9FBFF 0%, #F6FAFF 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(15, 80, 153, 0.05);
          box-shadow: 0px 4px 4px 0px rgba(15, 80, 153, 0.05);
}
