.content{
  max-width: 1560px;
  margin: 0 auto;
}
.dqwz{
  padding-bottom: 28px;
  margin-top: 20px;
  background: url(fgt.png) repeat-x bottom;
  margin-bottom: 20px;
  background-size: 100% 8px !important;
}
.dqwz span.dqwzbg{
  background: url(dqwz_bg.png) no-repeat left center;
  padding-left: 40px;
  background-size: 20px !important;
  display: inline-block;
}
.dqwz span.dqwzbg,.dqwz a{
  font-family: "微软雅黑",PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.dqwz table table td:last-child a{
  color: #3366CC;
}
.dqwz i{
  color: #ccc;
  margin: 0 10px;
  font-size: 16px;
  font-family: "微软雅黑",PingFangSC-Regular;
}
.content .titbg{
  height: 60px;
  background: #F3F7FE;
  line-height: 60px;
  margin-bottom: 20px;
}
.content .titbg span{
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  padding-left: 30px;
  border-left: 4px solid #3366CC;
  height: 24px;
}
.wzdtlist{
  overflow: hidden;
  margin-bottom: 40px;
}
.wzdtlist li{
  width: 16.66%;
  float: left;
  line-height: 36px;
  margin-bottom: 10px;
}
.wzdtlist li i{
  height: 6px;
  border-radius: 3px;
  border: 1px solid #3366CC;
  width: 6px;
  display: inline-block;
  float: left;
  margin-top: 15px;
}
.wzdtlist li a{
  margin-left: 14px;
  font-family: "微软雅黑",PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
/* 适老化 */
.jnpageold .dqwz span.dqwzbg,.jnpageold .dqwz a,.jnpageold .dqwz i{
  font-size: 28px;
  line-height: 56px;
}
.jnpageold .dqwz i{
  margin: 0px 20px;
}
.jnpageold .dqwz span.dqwzbg{
  padding-left: 60px;
  background-size: 28px !important;
}
.jnpageold .content .titbg {
  height: 90px;
  line-height: 90px;
  margin-bottom: 30px;
}
.jnpageold .content .titbg span {
  font-size: 48px;
  padding-left: 30px;
  border-left: 8px solid #3366CC;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  margin-top: 21px;
}
.jnpageold .wzdtlist li {
  width: 25%;
  line-height: 72px;
  margin-bottom: 20px;
}
.jnpageold .wzdtlist li a {
  margin-left: 24px;
  font-size: 36px;
}
.jnpageold .wzdtlist li i {
  height: 12px;
  border-radius: 6px;
  width: 12px;
  margin-top: 30px;
}
/* 响应式 */
@media only screen  and (max-width: 1560px) {
  .content {
    max-width: 96%;
    margin: 0 2%;
  }
}
@media only screen  and (max-width: 1024px) {
  .wzdtlist li {
    width: 25%;
  }
}
@media only screen  and (max-width: 780px) {
  .dqwz span.dqwzbg, .dqwz a{
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .dqwz {
    padding-bottom: 1.75rem;
    margin-top: 1.25rem;
    margin-bottom: 0rem;
  }
  .dqwz i {
    margin: 0 1rem;
    font-size: 1.5rem;
  }
  .dqwz span.dqwzbg{
    padding-left: 3.125rem;
    background-size: 1.875rem auto !important;
  } 
  .content .titbg span {
    font-size: 2.125rem;
    padding-left: 1.875rem;
    height: 2.25rem;
  }
  .content .titbg {
    margin-top: 2.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    margin-bottom: 0rem;
  }
  .wzdtlist li {
    width: 50%;
    line-height: 2.25rem;
    margin-bottom: 0px;
    margin-top: 1.5rem;
  }
  .wzdtlist li a {
    margin-left: 1.75rem;
    font-size: 1.875rem;
  }
  .wzdtlist li i {
    border-radius: 0.375rem;
    width: 0.75rem;
    margin-top: 0.75rem;
    height: 0.75rem;
  }
}