* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
}

.content {
  width: 100%;
  padding: 17px min(9.375vw, 140px) 65px;
}

.led-img {
  /* background: url("../images/index2025/gk-bm-bj.jpg") no-repeat center center;
  background-size: cover; */
  /* background-color: #29589b; */
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 8px;
  border-radius: 8px;
  z-index: 2;
  border-bottom: 1px solid #e6e6e6;
  /* margin-bottom: 20px; */
}

.led-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.led-img span {
  position: relative;
  z-index: 3;
  color: #d32f2f;
  font-size: 36px;
}
.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.jg-zn {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.jg-t {
  overflow: hidden;
}

.jg-t span {
  display: inline-block;
  float: left;
  font-size: 18px;
  background: #29589b;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.jg-ty {
  line-height: 30px;
  font-size: 16px;
  text-indent: 28px;
  height: 480px;
  text-align: left;
  padding: 10px 30px;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
}

.jg-ty-2{
  height: 300px;
}

.jg-lx {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: #29589b;
  background-size: 100% 100%;
  padding: 10px 25px 20px;
  overflow: hidden;
  overflow-y: auto;
}

.g-blk20 {
  display: block;
  height: 20px;
  clear: both;
}

.jg-lx .lxBox {
  width: 100%;
  height: 301px;
  color: #fff;
  font-size: 16px;
  background: #29589b;
  background-size: 100% 100%;
  padding: 10px 25px 20px;
  overflow: hidden;
  overflow-y: auto;
}

.jg-lx .spans {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  line-height: 38px;
  text-align: left;
}
.g-blk10 {
  display: block;
  height: 10px;
  clear: both;
}
.jg-lx p {
  color: #fff !important;
  font-size: 16px;
  line-height: 25px;
}

.text-main {
  color: #333333;
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
}
.indent {
  text-indent: 2em;
}

.content p {
  text-indent: 2em;
}
