* {
  margin: 0;
  padding: 0;
}

.lz_container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;

  padding: 1px 12px;
  box-sizing: border-box;
}

.lz_header {
  height: 626px;
  background: url(/2025ndzt/xhtml/lzzsfj/images/hd_bg.png) no-repeat center;
}

.lz-text {
  width: 820px;
  margin: 0 auto;
}

.lz-text img {
  width: 100%;
}

.logo {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 260px;
}

.logo img {
  width: 100%;
}

body {
  background-color: #ffe4e0;
}

.item {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: white;
height: 183px;
}

.lz-nr {
  margin-top: -50px;
}

.item_left {
  width: 0%;
}

.item_left img {
  width: 100%;
  display: block;
}

.item_right {
  width:100%;
  position: relative;
}

a {
  text-decoration: none;
}

.item_right .item_tit a {
  font-size: 23px;
  font-weight: 700;
text-align: center;
  line-height: 36px;
  color: rgba(212, 48, 48, 1);
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.item_nr {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: rgba(51, 51, 51, 1);
  text-indent: 2em;
}

.chakan {
  position: absolute;
  width: 114px;
  height: 34px;
  opacity: 1;
  border-radius: 17px;
  background: rgba(212, 48, 48, 1);
  bottom: 0px;
  right: 20px;
  text-align: center;
  line-height: 34px;
}

.chakan a {
  color: rgba(255, 255, 255, 1);
}

.lz-nr {
  padding-bottom: 50px;
}

.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: 1500px) {
  .logo {
    width: 220px;
  }

  .lz-text {
    width: 750px;
    padding-top: 50px;
  }
}

@media (max-width: 1200px) {
  .elli-m {
    -webkit-line-clamp: 2;
  }

  body:not(.nores) .lz_container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lz-text {
    width: 700px;
  }
}

@media (max-width: 992px) {
  body:not(.nores) .lz_container {
    width: 750px !important;
  }

  .chakan {
    bottom: -3px;
  }

  .lz-text {
    width: 650px;
  }
}

@media (max-width: 768px) {
  body:not(.nores) .lz_container {
    width: auto !important;
  }

  .elli-m {
    -webkit-line-clamp: 3;
  }

  .lz-text {
    width: 600px;
  }

  .logo {
    width: 180px;
  }

  .item {
    flex-wrap: wrap;
            height: 187px;
  }

  .item_left {
    width: 0%;
  }

  .item_right {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .lz-text {
    width: 450px;
  }

  .lz_header {
    height: 400px;
  }

  .logo {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .lz-text {
    width: 350px;
  }

  .logo {
    width: 140px;
  }

  .item {
    height: 209px;
  }
}
