.ldxx-content {
  width: 100%;
  margin-top: 20px;
}

.ldxx-left-nav {
  width: 212px;
  height: auto;
  margin-right: 45px;
}

.ldxx-left-title {
  width: 100%;
  height: 55px;
  color: #fff;
  background: #1d7acc;
  font-size: 18px;
  line-height: 55px;
  font-weight: bold;
  text-align: left;
}

.ldxx-left-title span {
  padding-left: 45px;
}

.idxx-hover {
  display: none;
}

.ldxx-left-list {
  margin-top: 20px;
  background: #f3faff;
}

.ldxx-left-list li {
  position: relative;
  width: 188px;
  height: 59px;
  margin: 0 12px;
  border-bottom: 1px solid #dedede;
  line-height: 60px;
  font-size: 16px;
  text-align: left;
  color: #353535;
  cursor: pointer;
}

.ldxx-left-list li:nth-last-of-type(1) {
  border: none;
}

.ldxx-left-list img {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}

.ldxx-left-list span {
  padding-left: 45px;
}

.ldxx-left-list .click {
  color: #318cd9;
  border-bottom: 1px solid #1d7acc;
}

/* 右侧 */
.ldxx-right-content {
  width: 940px;
}

.ldxx-right-title {
  border-bottom: 1px solid #dce4ea;
  color: #1d7acc;
  font-size: 18px;
  line-height: 36px;
}

.ldxx-right-title i img {
  margin-top: 8px;
}

.ldxx-right-title span {
  padding: 6px 10px;
  border-bottom: 3px solid #1d7acc;
}

.ldxx-right-main {
  width: 100%;
  text-align: center;
}

.ldxx-first p.hover,
.ldxx-second p.hover {
  color: #1d7acc;
}

.ldxx-first,
.ldxx-second {
  width: 100%;
  overflow: hidden;
}

.ldxx-first {
  padding-top: 60px;
}

.ldxx-second {
  padding-top: 30px;
}

.ldxx-second li {
  float: left;
  width: 33%;
  height: 340px;
  padding-top: 30px;
  text-align: center;
}

.ldxx-first img,
.ldxx-second img {
  cursor: pointer;
  transition: all 0.6s;
}

.ldxx-first-img:hover img {
  box-shadow: 0 0 20px #5e5e5e;
}

.ldxx-first p,
.ldxx-second p {
  width: 130px;
  margin: 0 auto;
  line-height: 32px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.ldxx-zw {
  font-weight: bold;
}

.ldxx-mobile-nav {
  display: none;
}

@media screen and (max-width: 1200px) {
  .ldxx-left-nav {
    display: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .ldxx-mobile-nav {
    display: block;
    position: relative;
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
    height: 0.82rem;
    font-size: 0.22rem;
    color: #fff;
    background: #1d7acc;
    line-height: 0.82rem;
    cursor: pointer;
  }

  .ldxx-mobile-nav img {
    width: 0.3rem;
    float: right;
    margin-right: 0.2rem;
    margin-top: 0.25rem;
  }

  .ldxx-mobile-nav .select-list {
    display: none;
    position: absolute;
    right: 0;
    width: 3.6rem;
    color: #333333;
    border: 0.01rem solid #dedede;
    background: #f1f1f1;
    z-index: 100;
  }

  .ldxx-mobile-nav .select-list li {
    width: calc(100% - 0.4rem);
    /* margin: 0 0.2rem; */
    padding: 0 0.2rem;
    height: 0.78rem;
    font-size: 0.22rem;
    line-height: 0.8rem;
    background: #f1f1f1;
    border-bottom: 0.01rem solid #dedede;
  }

  .ldxx-mobile-nav .select-list li:hover {
    background: #1d7acc;
    color: #fff;
  }

  .ldxx-left-list {
    display: none;
  }

  .ldxx-left-title {
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
  }

  .ldxx-right-content {
    width: 100%;
  }

  .ldxx-first {
    padding-top: 0.5rem;
  }

  .ldxx-first-img {
    width: 2.6rem;
    height: 3.6rem;
    margin: 0 auto;
  }

  .ldxx-first-img img {
    width: 100%;
    height: 100%;
  }

  .ldxx-first p,
  .ldxx-second p {
    width: 2.6rem;
    margin: 0 auto;
    line-height: 0.6rem;
    font-size: 0.28rem;
    color: #333333;
    cursor: pointer;
  }

  .ldxx-second {
    padding-top: 0.6rem;
  }

  .ldxx-second li {
    float: left;
    width: 50%;
    height: 7rem;
    padding-top: 0rem;
    text-align: center;
  }

  .ldxx-second li img {
    width: 100%;
    height: 100%;
  }

  .ldxx-right-title {
    display: none;
  }
}