@charset "UTF-8";
/**!
 * 政府机构
 * date:2021-08-02
 * author: lengyy;
 */
.loc {
  padding: 17px 0 17px 27px;
  line-height: 25px;
  color: #999;
  background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
  color: #999;
}

.loc-cur {
  color: #015293;
}

.main {
  padding: 0 57px;
  margin-bottom: 45px;
  box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
}

.sec {
  min-height: 500px;
}

.sec-title {
  height: 100px;
  text-align: center;
  overflow: hidden;
}

.sec-title .title-text {
  position: relative;
  line-height: 95px;
  margin: 0 30px;
  font-size: 22px;
  font-weight: bold;
}

.sec-title .title-text span {
  color: #015293;
}

.sec-title .title-text:before, .sec-title .title-text:after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 493px;
  height: 9px;
  background-repeat: no-repeat;
}

.sec-title .title-text:before {
  left: -520px;
  background-image: url("../images/organ_left.png");
}

.sec-title .title-text:after {
  right: -520px;
  background-image: url("../images/organ_right.png");
}

.list-title {
  height: 44px;
  border-bottom: 1px solid #e3e8ef;
  font-size: 20px;
  font-weight: bold;
}

.list-title span {
  display: inline-block;
  line-height: 42px;
  border-bottom: 2px solid #015293;
}

.organ-list {
  margin: 43px -22px 10px;
}

.organ-list::after {
  content: "";
  display: block;
  clear: both;
}

.organ-list li {
  float: left;
  width: 20%;
  margin-bottom: 45px;
}

.organ-list li a {
  display: block;
  margin: 0 22px;
  height: 66px;
  background: #eff5fd;
  font-size: 18px;
  color: #6c727f;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.organ-list li a:hover {
  background: #fff;
  border-color: #015293;
  box-shadow: 0 4px 9px rgba(32, 61, 141, 0.21);
}

/* 移动端 */
@media (max-width: 767px) {
  .main {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .sec-title {
    height: 60px;
  }
  .organ-list {
    margin: 30px -10px 0;
  }
  .organ-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .organ-list li a {
    height: 50px;
    line-height: 48px;
    margin: 0 10px;
    font-size: 16px;
  }
}
