.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.box {
  margin-top: 140px;
  background: url("../img/orientation-bg.png") center top no-repeat;
  background-size: 100%;
}

.slideTxtBox {
  text-align: left;
  margin-top: 80px;
}

.slideTxtBox .hd {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d7bb1;
}

.slideTxtBox .hd ul {
  float: left;
  position: absolute;
  height: 32px;
}

.slideTxtBox .hd ul li {
  float: left;
  margin-right: 50px;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.slideTxtBox .hd ul li.on {
  height: 30px;
  padding-bottom: 10px;
  border-bottom: 6px solid #1d7bb1;
}

.slideTxtBox .bd ul {
  margin-top: 100px;
  zoom: 1;
  overflow: hidden;
}

.slideTxtBox .bd li {
  height: 157px;
  position: relative;
  margin-top: 30px;
}

.slideTxtBox .bd li a img {
  width: 230px;
  height: 157px;
  float: left;
}

.slideTxtBox .bd li div.info {
  float: left;
  margin-left: 50px;
  width: 1110px;
  position: absolute;
  top: 50%;
  transform: translate(230px, -50%);
}

.slideTxtBox .bd li div.info a {
  font-size: 22px;
  font-weight: bold;
}

.slideTxtBox .bd li div.info span {
  display: block;
  float: right;
  font-size: 22px;
  color: #656364;
}

.slideTxtBox .bd li div.info p {
  color: #656364;
  margin-top: 20px;
  line-height: 2;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
}

.jtgk img,
.lxwm img,
.zzjg img,
.jtry img {
  width: 1394px;
}

.dsj .slideTxtBox {
  width: 1240px;
  text-align: left;
  margin: 0 auto;
}

.dsj .slideTxtBox .hd {
  height: 44px;
  padding: 0;
  border-bottom: none;
  line-height: 30px;
  position: relative;
}

.dsj .slideTxtBox .hd ul {
  float: left;
  position: absolute;
  margin: 0;
  height: 44px;
}

.dsj .slideTxtBox .hd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 0 40px 0 0;
  font-size: 18px;
  padding: 0 20px;
  border: 2px solid #ccc;
  border-radius: 2px;
  font-weight: bold;
  color: #aaa;
}

.dsj .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #1f71a3;
  border-color: #1f71a3;
}

.dsj .slideTxtBox .bd ul {
  zoom: 1;
  margin-top: 40px;
}

.dsj .slideTxtBox .bd li {
  height: auto !important;
  /* line-height: 56px; */
  border-bottom: 1px solid #dddddd;
  margin-top: 0;
  padding: 15px 0;
}


.dsj .slideTxtBox .bd li a {
  display: block;
  line-height: 24px;
  width: 85%;
  float: right;
}

.dsj .slideTxtBox .bd li:last-child {
  border-bottom: none;
}

.dsj .slideTxtBox .bd li .date {
  float: left;
  color: #1f71a3;
  margin-right: 60px;
  width: 125px;
}

.lxwm-content {
  display: none;
}

@media screen and (max-width: 640px) {
  .box {
    margin-top: 0.2rem;
  }

  .slideTxtBox {
    margin-top: 0;
  }

  .slideTxtBox .hd {
    height: 0.2rem;
    padding-bottom: 0.05rem;
  }

  .slideTxtBox .hd ul {
    height: 0.22rem;
    font-size: 0.14rem;
  }

  .slideTxtBox .hd ul li {
    height: 0.2rem;
    font-size: 0.14rem;
    margin-right: 0.2rem;
    line-height: 0.2rem;
  }

  .slideTxtBox .hd ul li.on {
    height: 0.2rem;
    border-bottom: 0.05rem solid #1d7bb1;
    padding-bottom: 0.05rem;
  }

  .slideTxtBox .bd {
    margin-top: 0.2rem;
  }

  .jtgk img,
  .lxwm img,
  .zzjg img,
  .jtry img {
    width: 3.9rem;
  }

  .jtgk {
    margin-top: 0.3rem;
  }

  .dsj .slideTxtBox {
    width: 3.9rem;
  }

  .dsj .slideTxtBox .hd,
  .dsj .slideTxtBox .hd ul {
    height: 0.3rem;
  }

  .dsj .slideTxtBox .hd ul li {
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.14rem;
    padding: 0 0.1rem;
    margin-right: 0.2rem;
  }

  .dsj .slideTxtBox .hd ul li.on {
    height: 0.25rem;
    line-height: 0.25rem;
    border-bottom: none;
    padding-bottom: 0;
  }

  .dsj .slideTxtBox .bd ul {
    margin-top: 0;
  }

  .dsj .slideTxtBox .bd li .date {
    width: 1.05rem;
    margin-right: 0;
  }

  .dsj .slideTxtBox .bd li {
    height: 0.3rem;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.12rem;
  }


  #map_container {
    width: 3.6rem !important;
    height: 2rem !important;
    top: 0 !important;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0.08rem 0.08rem 0 #1f7bb2;
  }

  .lxwm {
    margin-top: 0.2rem;
    height: 350px;
  }

  .lxwm img {
    display: none;
  }

  .lxwm-content {
    display: block;
    font-size: 0.14rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2.2rem;
  }

  .lxwm-content p {
    white-space: nowrap;
    line-height: 1.8;
  }
}