/*  */
body {
  background: url(../images/body_bg.png) no-repeat top center,
url(../images/bottom_bg.png) no-repeat bottom center;
}

.logo {
  margin-top: 20px;
}

.text {
  width: 70%;
  margin-left: 82px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.text img {
  width: 100%;
}

.nav_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 85px;
  opacity: 1;
  background: rgba(46, 109, 221, 1);
  line-height: 85px;
  padding: 0 55px;
}

.nav_ul a {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.main_nr {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.main {
  margin: 40px;
}

.zcgd_title a {
  display: block;
  height: 84.08px;
  background: url(../images/zcgd_title.png) no-repeat left center / 100%;
}

.zt_list li {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 26.4px;
  margin-top: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}

.zt_list li::before {
  content: "";
  display: block;
  width: 22px;
  height: 26.99px;
  background: url(../images/icon.png) no-repeat left;
  position: absolute;
  left: 0;
}

.zt_list li:first-child {
  margin-top: 20px;
}

.zt_list li a {
  color: rgba(51, 51, 51, 1);
}

.time {
  font-size: 20px;
  line-height: 26.4px;
  color: rgba(166, 166, 166, 1);
}

.zt_list {
  margin-bottom: 40px;
}

.btgz_title a {
  display: block;
  height: 84.08px;
  background: url(../images/btgz_title.png) no-repeat left center / 100%;
}

.btylb_title a {
  display: block;
  height: 84.08px;
  background: url(../images/btylb.png) no-repeat left center / 100%;
}

.btylb_nr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btylb_nr li {
  width: 32%;
  margin-top: 40px;
  font-size: 20px;
  height: 147px;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
  background: url(../images/li_bg.png) no-repeat left;
  padding: 26px 38px 0 32px;
  box-sizing: border-box;
}

.bmfw_title a {
  display: block;
  height: 84.08px;
  background: url(../images/bmfw_title.png) no-repeat left center / 100%;
}

.bmfw_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.bmfw {
  width: 48.2%;
}

.bgt {
  width: 48.2%;
}

.bgt_title a {
  display: block;
  height: 84.08px;
  background: url(../images/bgt_title.png) no-repeat left center / 100%;
}

.tyul {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  flex-wrap: wrap;
}

.tyul li {
  border: 1px solid rgba(117, 182, 255, 1);
  width: 48%;
 padding: 30px 20px 32px;
    text-align: center;
    box-sizing: border-box;
    height: 207px;
}

.tyul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-size: 20px;

  color: rgba(0, 0, 0, 1);
}

.tyul li a span {
  margin-top: 10px;
}

.bdlj {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
}

.bdlj li {
  width: 48.3%;
}

.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@media (max-width: 768px) {
  .text {
    width: 70%;
    margin-left: 85px;
    margin-top: 50px;
  }

  .nav_ul {
    line-height: 45px;
    height: 100px;
  }

  .nav_ul li {
    width: 33.3%;
  }

  .btylb_nr li {
    width: 100%;
  }

  .btylb_nr li {
    background-size: 100% 100%;
  }

  .bmfw,
  .bgt {
    width: 100%;
  }

  .nav_ul {
    padding: 0 7px;
  }

  .text {
    width: 82%;
    margin-left: 43px;
    margin-top: 49px;
  }

  .zt_list li a {
    width: 75%;
  }

  .tyul li {
    margin-top: 20px;
    width: 100%;
  }

  .bdlj li {
    width: 100%;
    margin-top: 20px;
  }

  .nav_ul li {
    width: 48%;
  }

  .nav_ul {
    line-height: 45px;
    height: auto;
  }

  .zcgd_title a,
  .btgz_title a,
  .btylb_title a,
  .bmfw_title a,
  .bgt_title a {
    background-size: cover;
  }
}
