				    				    body,
html {
  background: rgb(240, 250, 255);
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

ul {
  padding: 0;
}

.kdtz img {
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
}

.kdtz_content {
  position: relative;
  width: 100%;
  bottom: 70px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.kdtz_contai {
  background-color: #fff;
  border-top: 2px solid rgb(55, 141, 242);
  padding: 40px 40px 25px 40px;
}

/* 标题图片 */
.title_img img {
  width: 100%;
}

/* 政策文件 */

.kdtz_zcwj ul,
.kdtz_ssxg ul {
  margin: 35px 0;
}

.kdtz_zcwj ul li,
.kdtz_ssxg ul li {
  overflow: hidden;
  font-size: 18px;
  padding-left: 36px;
  line-height: 46px;
  background: url(./title_icon.png) no-repeat left;
}

.kdtz_zcwj ul li a,
.kdtz_ssxg ul li a {
  display: block;
  float: left;
  color: #000;
  letter-spacing: 1px;
  transition: all 0.4s;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kdtz_zcwj ul li a:hover,
.kdtz_ssxg ul li a:hover {
  color: rgb(55, 141, 242);
}

.kdtz_zcwj ul li span,
.kdtz_ssxg ul li span {
  float: right;
  color: rgb(163, 163, 163);
}

/* 政策解读 */
.kdtz_zcjd {
  margin-top: 42px;
  margin-bottom: 24px;
}

.kdtz_zcjd ul li {
  border: 1px solid rgb(55, 141, 242);
  padding: 5px 8px;
  float: left;
  width: 31%;
  margin: 20px 0;
}

.kdtz_zcjd ul li a {
  display: block;
  background: url(./zcjd_bg.png) no-repeat center center;
  padding: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #000;
  transition: all 0.4s;
}

.kdtz_zcjd ul li:hover a {
  color: rgb(55, 141, 242);
}

.kdtz_zcjd ul li:nth-child(2),
.kdtz_zcjd ul li:nth-child(5) {
  margin-left: 39px;
  margin-right: 39px;
}
.kdtz_zcjd {
  overflow: hidden;
}
.top_bannerpho{display: none;}
/* 手机版 */
@media screen and (max-width: 769px) {
  .top_banner{
    display: none;
  }
  .top_bannerpho{display: block;}
  .w1200 {
    width: 100%;
  }

  .kdtz img {
    width: 100%;
    height: auto;
  }
  .kdtz_content {
    bottom: auto;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
  .kdtz_contai {
    padding: 2rem;
  }
  .kdtz_zcwj ul li,
  .kdtz_ssxg ul li {
    overflow: hidden;
    font-size: 1.8rem;
    line-height: 3.6rem;
    background: none;
    padding-left: 0px;
  }
  .title_img a {
    text-align: center;
    position: relative;
    height: 4rem;
    display: block;
  }
  .title_img img {
    width: 200% !important;
    height: auto;
    max-width: unset;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: -50%;
  }
  .kdtz_zcwj ul,
  .kdtz_ssxg ul {
    margin: 1.5rem 0;
  }
  .kdtz_zcjd ul li:nth-child(2),
  .kdtz_zcjd ul li:nth-child(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .kdtz_zcjd ul li {
    padding: 0.5rem;
    width: 100%;
    margin: 2rem 0 0;
  }
  .kdtz_zcwj ul li a,
  .kdtz_ssxg ul li a {
    max-width: 100%;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }
  .kdtz_zcjd ul li a {
    padding: 1rem;
    line-height: 3.5rem;
    font-size: 1.8rem;
  }
  .kdtz_zcwj ul li span,
  .kdtz_ssxg ul li span {
    float: left;
  }
}
				