@charset "utf-8";
/* 本页公共样式 */
.gk-top {
  margin-bottom: 60px;
}
.gk-left {
  float: left;
  width: 65%;
}
.gk-right {
  float: right;
  width: 31%;
}

.gk-listbox {
  margin-top: 30px;
}
.gk-listbox .lv1-tit {
  font-size: 22px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  width: 100%;
}
.gk-listbox .lv1-tit span {
  position:relative;
}
.gk-listbox .lv1-tit span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/common/xxjb_xb.png) no-repeat;
    background-size:100%;
    left: 0;
    top: 100%;
}
.gk-listbox .lv1-tit a{
  font-size: 16px;
  color:rgba(153, 153, 153, 1);
}

.lv1-ul {
  margin-top: 20px;
}
.lv1-ul li {
  margin-top: 0;
  line-height: 23.76px;
  height: 23.76px;
  margin-bottom: 25px;
  padding-left: 15px;
  background: url(../images/common/red-dot.png) no-repeat 0 center;
}
.lv1-ul li img {
  margin-right: 4px;
}
.lv1-ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.76px;
  text-align: left;
  color: rgba(29, 29, 29, 1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  width: 77%;
}
.lv1-ul span {
  float: right;
  color: rgba(187, 187, 187, 1);
}

/* 公开头部 */
.gk-search {
  background: rgba(247, 247, 247, 1);
  height: 94px;
  padding-left: 30px;
}
.gk-search li {
  float: left;
  line-height: 94px;
  margin-right: 18px;
}
.gk-search li input {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  border: 1px solid rgba(12, 89, 151, 1);
  outline-style: none;
  border-radius: 107px;
  padding-left: 11px;
}
.gk-search li button {
  width: 127px;
  height: 40px;
  border-radius: 107px;
  line-height: 39px;
  border: none;
  outline-style: none;
  background: url(../images/zwgk/gk-serchbut.png) no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

/* 信息公开目录 */
.gk-xxgkml {
  min-height: 450px;
  background: rgba(240, 250, 255, 1);
  padding: 24px;
}
.gk-xxgkml h6 {
  font-family: "思源宋体";
  font-size: 22px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 6px;
}
.gk-xxgkml li {
  float: left;
  line-height: 72px;
  height: 72px;
  width: 155px;
  border-radius: 3.43px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 6.86px rgba(223, 237, 245, 1);
  margin-top: 17px;
  margin-right: 14px;
}
.gk-xxgkml li:nth-child(2n) {
  margin-right: 0px;
}

.gk-xxgkml li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gk-xxgkml li img {
  float: left;
  width: 49px;
  height: 49px;
  margin-left: 12px;
  margin-top: 12px;
}
.gk-xxgkml li span {
  float: left;
  width: 69px;
  line-height: 20px;
  margin-top: 14px;
  margin-left: 11px;
  color: rgba(0, 0, 0, 1);
}

.gk-xxgkml li.gk-zcli span {
  margin-top: 23px;
}

.gk-xxgkml li.gk-xjbm {
  width: 100%;
  margin-right: 0;
}
.gk-xxgkml li.gk-xjbm img {
  margin-left: 68px;
}
.gk-xxgkml li.gk-xjbm span {
  width: auto;
  margin-top: 23px;
}

.gk-xxgkml li:hover img {
  transition: 0.7s;
  transform: rotateY(360deg);
}
.gk-xxgkml li:hover span {
  color: rgba(12, 89, 151, 1);
}

.gk-jgbm {
  margin-top: 62px;
}
.gk-jgbm li {
  width: 100%;
  height: 73px;
  margin-bottom: 16px;
  line-height: 73px;
}
.gk-jgbm li a {
  display: block;
  color: rgba(18, 101, 179, 1);
  font-size: 20px;
  font-weight: 700;
  padding-left: 54px;
}

.gk-jgbm li.gk-zcbm {
  background: url(../images/zwgk/gk-zdlygk.png) no-repeat;
  background-size: 100% 100%;
}
.gk-jgbm li.gk-zsjg {
  background: url(../images/zwgk/gk-jbxxgk.png) no-repeat;
  background-size: 100% 100%;
}
.gk-jgbm li.gk-qxzf {
  background: url(../images/zwgk/gk-rsxx.png) no-repeat;
  background-size: 100% 100%;
}
.gk-jgbm li.gk-cz {
  padding-left: 0;
}

@media (max-width: 768px) {
  .gk-left {
    width: 100%;
    float: none;
  }
  .gk-right {
    float: none;
    width: 100%;
    margin-top: 24px;
  }
  .gk-search {
    height: auto;
    padding: 10px;
  }
  .gk-search li {
    line-height: 45px;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .gk-search li input {
    width: 100%;
    text-align: left;
  }
  .gk-listbox {
    padding: 0 10px;
  }
  .gk-xxgkml {
    padding: 14px 10px;
  }
  .gk-xxgkml li {
    width: 48%;
    margin-right: 4%;
  }
  .gk-jgbm {
    margin-top: 24px;
  }
}
