@charset "UTF-8";

/* 标题 */
.secondary-title {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(4, 94, 205, 1);
}
.secondary-title span {
  font-size: 24px;
  font-weight: bold;
  color: rgba(4, 94, 205, 1);
  padding-left: 15px;
  border-left: 5px solid rgba(4, 94, 205, 1);
  line-height: 1;
}
.list li {
    position: relative;
    height: 43px;
    line-height: 43px;
  }
  .list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c8c8c8;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .list span {
    float: right;
    color: #999999;
  }
  .list span.status {
    height: 26px;
    line-height:26px;
    padding: 0 10px;
    margin-top: 16px;
    border-radius: 4px;
  }
  .list span.status.off {
    background: #fafafa;
    border: 1px solid #D9D9D9;
  }
  .list span.status.on {
    background: #EDF7FF;
    border: 1px solid #ADD9FD;
    color: #015293;
  }
  .list a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 10px;
  }
  .list a:hover {
    padding-left: 25px;
  }
  .list li:hover:before {
    background: rgba(4, 94, 205, 1);
  }



/* 机构职能 */
.jgzn {
  background: #eff2f9;
  border-radius: 10px;
  padding: 19px 2px 2px;
  margin-top: 30px;
}
.jgzn h3 {
  padding-left: 28px;
  padding-right: 28px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 19px;
}
.jgzn h3 a {
  float: right;
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
}
.jgzn .jgzn-inner {
  background: #fff;
  border-radius: 10px;
  padding: 25px 28px 8px;
}
.jgzn .jgzn-inner ul li {
  width: 25%;
  float: left;
  margin-bottom: 17px;
  padding: 0 8px;
}
.jgzn .jgzn-inner ul li a {
  height: 46px;
  line-height: 46px;
  display: block;
  background: #f0f2f5;
  border-radius: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
}
.jgzn .jgzn-inner ul li a:hover{
    color: rgba(4, 94, 205, 1);
}


/* 财政信息 */
.jgzn .jgzn-inner .list li {
  width: 100%;
}
.jgzn .jgzn-inner .list li a {
  background: none;
  text-align: left;
}
.czxx-links {
  margin: 0 -17px;
  margin-top: 13px;
}
.czxx-link {
  width: 33.333333%;
  float: left;
  padding: 0 17px;
}
.czxx-link a {
  display: block;
  text-align: center;
  padding: 5px 0;
  background: #e1e8f4;
  border-radius: 9999px;
  font-size: 26px;
  color: #2f5d8b;
}
.czxx-link a.on,
.czxx-link a:hover {
  background: rgba(4, 94, 205, 1);
  border-radius: 9999px;
  font-weight: bold;
  color: #fff;
}


@media screen and (max-width: 768px) {
  .secondary-title span {
    font-size: 20px;
  }

  .hd-list li {
    padding-bottom: 60px;
  }
  .hd-list-links {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .jgzn .jgzn-inner ul li {
    width: 33.33333%;
  }
  .jd-imgs {
    margin: 0;
    margin-bottom: 20px;
  }
  .jd-imgs li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .jd-title {
    background-size: 206%;
  }
  .jd-title h3 {
    font-size: 26px;
  }

  .leader-left {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .leader-right {
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .img-bar a {
    margin: 0;
    font-size: 16px;
  }
  .jgzn .jgzn-inner ul li {
    width: 50%;
  }

  .img-list li{
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .jgzn .jgzn-inner ul li {
    width: 100%;
  }
}