.zmain {
  width: 1200px;
  margin: 0 auto;
}

.zmain .zbanner {
  height: 258px;
}
.zmain .zbanner img {
  width: 100%;
  height: 100%;
}
.zmain .ztitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  margin-top: 40px;
}
.zmain .ztitle .zleft {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #477ec6;
  display: flex;
  align-items: center;
}
.zmain .ztitle .zleft img {
  width: 29px;
  height: 29px;
  margin-right: 5px;
}
.zmain .zcarousel {
  display: flex;
  justify-content: space-between;
  height: 337px;
}
/*轮播图*/
.zmain .zcarousel .zuos {
  width: 50%;
  position: relative;
}
.zmain .zcarousel .zuos .swiper {
  height: 337px;
}
.zmain .zcarousel .zuos .swiper img {
  width: 100%;
  height: 100%;
}

.lbt_buttom {
  position: absolute;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: flex;
}
.lbt_b_l {
  width: 65px;
  height: 60px;
  background: #356fd5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lbt_b_l span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 6px;
}
.lbt_b_l p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
}
.lbt_b_r {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
.lbt_b_r p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
/* ///右侧内容 */
.zmain .zcarousel .yous {
  width: 50%;
  padding: 10px 40px 0 20px;
  overflow: hidden;
  background-color: #f0f2f5;
}
.zmain .zcarousel .yous .first_box_right_top {
  display: block;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 26px;
  line-height: 48px;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
.zmain .zcarousel .yous .first_box_right_bottom a {
  display: block;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(./bt-listPic.png) no-repeat left center;
}
.policy {
  width: 100%;
  min-height: 250px;
  background-color: #ffffff;
  padding: 40px 30px 30px 30px;
}
.policy .dabt {
  width: 62.5%;
  height: 50px;
  background: #3f6cd6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.policy .dabt .ztsw {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #fcfefd;
}
.policy .second_box_list {
  margin-top: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: normal; */
  margin-bottom: -30px;
  margin-right: -30px;
}
.policy .second_box_list .second_box_item {
  width: 30%;
  height: 93px;
  /* background: #fff; */
  background-color: #f9fcff;
  transition: none;
  border: 1px solid #e5f1f8;
  font-family: "MicrosoftYaHei ";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 30px;
  margin-right: 30px;
}
/* 适老化 */
.elder .zmain .ztitle .zleft {
  font-size: 32px;
}
.elder .zright a {
  font-size: 20px;
}
.elder .lbt_b_r {
  justify-content: flex-start;
}
.elder .lbt_b_r p { 
  font-size: 26px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elder .zmain .zcarousel .yous .first_box_right_bottom a{
    font-size: 20px;
}
.elder .policy .second_box_list .second_box_item{
    font-size: 20px;
}
/* 移动端 */
@media screen and (max-width: 750px) {
  .zmain {
    width: 100%;
  }
  .zmain .zbanner {
    height: 160px;
  }
  .zmain .zcarousel .zuos {
    width: 100%;
    position: relative;
  }
  .zmain .zcarousel .you {
    width: 100%;
  }
  .zmain .zcarousel {
    height: auto;
    flex-wrap: wrap;
  }
  .zmain .zcarousel .zuos .swiper {
    height: 254px;
  }
  .lbt_b_r {
    justify-content: flex-start;
  }
  .lbt_b_r p {
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zmain .zcarousel .yous {
    width: 100%;
    padding: 10px 40px 0 20px;
    height: auto;
  }
  .zmain .ztitle {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zmain .ztitle .zleft {
    font-size: 24px;
  }
  .zmain .zcarousel .yous .first_box_right_top {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .policy .dabt {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 40px;
  }
  .policy .second_box_list .second_box_item {
    width: 100%;
  }
  .elder .lbt_b_r p {
    font-size: 21px;}
}