@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.bread-crumbs {
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
}

.ldjs {
  display: none;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt {
  padding-top: 0;
}

.ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt div p {
  text-indent: 2em;
}

@media screen and (max-width: 768px) {
  .ldxq-main .bread-crumbs {
    width: calc(100% - .3rem);
    padding-left: 0.3rem;
    border: 0;
  }
  .ldxq-main .bread-crumbs p {
    color: #175eb6;
  }
  .ldxq-main .bread-crumbs p a {
    color: #333;
  }
  .ldxq-main .ldxq-wrap {
    padding: 0 0.32rem 0 0.28rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box {
    width: 100% !important;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldjs {
    border-bottom: 2px #f5f5f5 solid;
    padding-bottom: 0.12rem;
    display: flex;
    align-items: center;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldjs img {
    width: 0.48rem;
    float: left;
    margin-right: 0.07rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldjs p {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldjs:nth-child(2) {
    margin-top: 0.71rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf img {
    width: 2.86rem;
    height: auto;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf p, .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf h4 {
    font-size: 0.36rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf p {
    margin-top: 0.32rem;
    margin-bottom: 0.3rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .lf a {
    width: 2.86rem !important;
    height: 0.74rem !important;
    background: url("../images/ldxx-h5-szxx.png") no-repeat center center !important;
    background-size: 100% 100% !important;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt {
    width: 100%;
    margin-right: 0;
    margin-top: 0.45rem;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt div h3 {
    font-size: 0.32rem;
    line-height: 0.28rem;
    border-left: 0.08rem solid #1764ce;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt div p {
    margin-top: 0.33rem;
    font-size: 0.32rem !important;
    line-height: 0.5rem !important;
    text-indent: 2em;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-ldxx .rt div a {
    display: none;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt {
    margin-top: 0;
    padding-top: 0;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li {
    position: relative;
    width: 97%;
    padding-left: 3% !important;
    padding-bottom: 0.1rem !important;
    margin: 0.33rem 0;
    margin-right: -3% !important;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(.25rem - 2px);
    width: 4px;
    height: 4px;
    background: #c2cdd7 !important;
    border-radius: 50%;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li p {
    float: unset !important;
    display: inline;
    width: auto;
    padding-left: 0 !important;
    line-height: 0.5rem !important;
    max-width: 100% !important;
    color: #333 !important;
    background: none !important;
  }
  .ldxq-main .ldxq-wrap .ldxq-box .ldxq-gzdt li span {
    position: unset;
    float: right;
    margin-right: 3%;
    display: inline-block;
    font-size: 0.3rem !important;
    line-height: 0.5rem !important;
  }
  .ldxq-main .ll-grzl.ll-grzl-show {
    display: block !important;
  }
  .ldxq-main .ll-grzl-btn {
    font-size: 0.3rem !important;
  }
}

