@media screen and (min-width: 640px) {
  .ldxx {
    width: 475px;
  }

  .ldxx .title {
    width: 475px;
    height: 46px;
    background: url(../img/titbg.png)center center no-repeat;
  }

  .title a {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    padding-left: 20px;
  }

  .ldxx ul {}

  .ldxx ul li {
    width: 230px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    float: left;
    margin-top: 15px;
  }

  .ldxx ul li:nth-child(2n) {
    margin-left: 15px;
  }

  .ldxx ul li a {
    display: block;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }

  .zyzz {
    width: 688px;
  }

  .zyzz .title {
    width: 688px;
    height: 46px;
    background: url(../img/titbg2.png)center center no-repeat;
  }

  .title a {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    padding-left: 20px;
  }

  .zyzz p {
    text-indent: 2.5em;
    /* height: 288px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; */
  }

  .zyzz p a {
    color: #121212;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  /* zzjg */
  .zzjg {
    width: 100%;
  }

  .zzjg .title {
    width: 100%;
    height: 46px;
    background: url(../img/titbg3.png)center center no-repeat;
  }

  .zzjg h1 {
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
  }

  .zzjg .jigou .jigouimg {
    display: flex;
    justify-content: space-between;
  }

  .zzjg .jigou ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .zzjg .jigou ul li {
    width: 386px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0.5px solid #0B316E;
    background: #F4F9FD;
    margin-top: 10px;
  }

  .zzjg .jigou ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
  }

  .zzjg .zhidui ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
  }

  .zzjg .zhidui ul li {
    flex-basis: 25%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .zzjg .zhidui ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
  }

  .dlxx .title {
    width: 100%;
    height: 46px;
    background: url(../img/titbg3.png)center center no-repeat;
  }

  .dlxx ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .dlxx ul li {
    width: 48%;
    height: 66px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ECF6FF;
    text-align: center;
    line-height: 66px;
    font-size: 17px;
    font-weight: 400;
  }

  .danwei {
    width: 272px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #0B316E;
  }

  .danwei a {
    color: #ffffff;
    font-size: 18px;
    line-height: 62px;
    text-align: center;
    display: block;
  }

  .jgb {
    width: 100%;
    height: 336px;
    background: url(../img/jgnsjgBg.png)center center no-repeat;
  }

  .jgb ul {}

  .jgb ul li {
    width: 50%;
    float: left;
    line-height: 42px;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    padding-left: 100px;
  }
}

/* wap */
@media screen and (max-width: 640px) {
  .main {
    font-size: 0.26rem;
  }

  .ldxx {
    width: 100%;
    margin-top: 0.2rem;
  }

  .title {
    width: 100%;
    height: 0.61rem;
    background: url(../img/waptitbg.png)center center no-repeat;
    background-size: 100% 100%;
  }

  .title a {
    color: #ffffff;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.61rem;
    padding-left: 0.2rem;
  }

  .ldxx ul li {
    width: 48%;
    height: 0.62rem;
    flex-shrink: 0;
    border-radius: 3px;
    background: #ECF6FF;
    float: left;
    margin-top: 0.1rem;
    text-align: center;
    line-height: 0.62rem;
  }

  .ldxx ul li:nth-child(2n) {
    margin-left: 2%;
  }

  .zyzz {
    width: 100%;
    margin-top: 0.2rem;
  }

  .zyzz p {
    margin: 0.2rem 0;
  }

  .zyzz p a {
    font-size: 0.26rem;
    line-height: 0.4rem;
    display: block;
    text-indent: 2em;
    padding: 0.2rem;
    background: #ECF6FF;
  }

  .zzjg h1 {
    font-size: 0.32rem;
    margin: 0.2rem 0;
  }

  .jgb {
    width: 100%;
    height: 9.5rem;
    background: url(../img/wapjgb.png)center center no-repeat;
    background-size: 100% 100%;
  }

  .jgb ul li {
    width: 100%;
    line-height: 0.64rem;
    color: #121212;
    font-size: 0.26rem;
    padding-left: 0.2rem;
  }

  .zzjg .zhidui ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
  }

  .zzjg .zhidui ul li {
    flex-basis: 50%;
    box-sizing: border-box;
    padding: 0.15rem;
    text-align: center;
    border: 1px solid #ccc;
  }

  .dlxx {
    width: 100%;
    margin-top: 0.2rem;
  }

  .dlxx ul {
    /* display: flex;
    justify-content: space-between;
    margin-top: 20px; */
    margin-top: 0.2rem;
  }

  .dlxx ul li {
    width: 100%;
    height: 0.8rem;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ECF6FF;
    text-align: center;
    line-height: 0.8rem;
    font-size: 17px;
    font-weight: 400;
    /* margin-top: 0.2rem; */
  }
}

/* 适老化 */
.oldModel .ldxx{
  width: 100%;
}
.oldModel .zyzz{
  width: 100%;
  margin-top: 20px;
}
.oldModel .ldxx ul li{
  margin-right: 20px;
}
.oldModel .title a{
  padding-left: 5px;
}
.oldModel .zyzz p{
  height: auto;
  line-height: 1.5;
}
