.content{
  max-width: 1560px;
  margin: 0 auto;
}
.dqwz{
  padding-bottom: 28px;
  margin-top: 20px;
}
.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;
}

.dczj_list {
    display: flex;
    flex-wrap: wrap;
}
.dczj{
  width: 750px;
  height: 200px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  margin: 0 40px 50px 5px;
  background-image: linear-gradient(
    #a5c5f2 0%, 
    #ffffff 40%, 
    #ffffff 100% );
}
.dczj:nth-child(2n) {
  margin-right: 0;
}
.dczj a { 
  display: flex;
}
.dczj .dczj_text {
  width: 600px;
  height: 200px;
  float: left;
  padding: 30px 0 36px 28px;
  box-sizing: border-box;
}
.dczj .dczj_text .text_bt {
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.dczj_text .text_ly {
  color: #333;
}
.dczj_text .text_ly,
.dczj_text .text_time {
  font-size: 18px;
  line-height: 36px;
}
.dczj .dczj_img { 
  width: 150px;
}
.img_text1,
.img_text2 {
  width: 150px;
  height: 65px;
  border-top: 3px solid white;
  border-radius: 0 15px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-left: 3px;
  box-shadow: 10px -10px 5px 5px #fff;
}
.img_text1 {
  color: #fff;
  background: url(./jinxz.png) no-repeat; 
}
.img_text2 {
  color: #444;
  background: url(./yijies.png) no-repeat; 
}
  
/* 适老化 */

/* 响应式 */
@media only screen  and (max-width: 1560px) {
  .content {
    max-width: 96%;
    margin: 0 2%;
  }
}
@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: 1.25rem;
  }
  .dqwz i {
    margin: 0 1rem;
    font-size: 1.5rem;
  }
 
}

@media only screen and (max-width: 800px) {
  .dczj {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  .dczj a {
    flex-direction: column;
  }
  .dczj .dczj_text {
    width: 100%;
    height: auto;
    float: none;
    padding: 20px;
  }
  .dczj .dczj_text .text_bt {
    font-size: 18px;
    line-height: 28px;
    height: 84px;
    -webkit-line-clamp: 3;
  }
  .dczj_text .text_ly,
  .dczj_text .text_time {
    font-size: 16px;
    line-height: 28px;
  }
  .dczj .dczj_img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .img_text1,
  .img_text2 {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 15px;
    margin: 0 10px 10px 0;
  }
  .dczj:nth-of-type(2n) {
    margin-right: 0;
  }
  .img_text2 {
    background: #88949f;
  }
  .img_text1 {
    background: #1e75c6;
  }
}