.logo {
  width: 300px;
  position: absolute;
  width: 300px;
  top: 10px;
  left: 19%;
}

.body_bg {
  background: url(../images/body_bg.png) no-repeat top center
    rgba(255, 246, 219, 1);
}

.ldz_title {
  margin-top: 40px;
  text-align: center;
}

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

.ldz_nr .ldz_item {
  width: 31.7%;
}

.ldt_tit {
  background: url(../images/bt_title.png) no-repeat center;
  height: 76.1px;
  line-height: 76.1px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  position: relative;
  z-index: 9;
  color: #f4cf9e;
}

.cfsl {
  width: 42%;
  margin: 0 auto 20px;
  color: #f4cf9e;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 10px;
  height: 93px;
  background: url(../images/cfsy.png) no-repeat center / 100% 100%;
  text-align: center;
  line-height: 80px;
  margin-top: -10px;
}

.ldt_memo {
  background: url(../images/cf_bg.png) no-repeat center / 100% 100%;
  height: 286px;
  font-size: 20px;
  font-weight: 500;
  padding: 62px 36px 40px 33px;
  line-height: 46px;
  color: rgba(110, 20, 14, 1);
  text-indent: 2em;
  box-sizing: border-box;
  margin-top: -50px;
}

.red {
  color: rgba(188, 39, 26, 1);
  font-weight: 700;
  font-size: 22px;
}

.ldz_nr1 {
  justify-content: center;
}

.ldz_nr1 .ldz_item {
  margin-top: 37px;
}

.ldz_nr1 .ldz_item1 {
  width: 36%;
  margin-right: 64px;
}

.ldz_nr1 .ldt_memo {
  height: 315px;
  padding: 62px 23px 40px;
}

.ldz_nr1 .ldz_item1 .ldt_memo {
  margin-left: 27px;
  margin-right: 36px;
}

.ldz_nr1 .ldz_item1 .ldt_tit,
.ldz_nr1 .ldz_item .ldt_memo {
  background-size: 100% 100%;
}

.ldz1 .ldt_memo {
  height: 361px;
  background: url(../images/cf_bg1.png) no-repeat center / 100% 100%;
  padding: 55px 26px 29px 27px;
}

.ldz_nr2 .ldt_memo {
  height: 286px;
  padding: 62px 30px 40px 37px;
}

.ldz_nr2 {
  justify-content: center;
  margin-top: 40px;
}

.ldz_nr2 .ldz_item2 {
  width: 57.6%;

  margin-right: 44px;
}

.ldz_nr2 .ldz_item3 {
  width: 33.7%;
}

.ldz_nr2 .ldz_item2 .ldt_memo {
  background: url(../images/cf_bg2.png) no-repeat center / 100% 100%;
}

.ldz_nr2 .ldz_item3 .ldt_memo {
  background: url(../images/cf_bg4.png) no-repeat center / 100% 100%;
}

.dtcx {
  margin-top: 82px;
  border-radius: 10px;
  border: 1px solid rgba(218, 15, 15, 1);
  padding: 9px 43px 50px;
}

.dtcx_title {
  text-align: center;
}

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

.list li {
  display: flex;
  position: relative;
  width: 48%;
  padding-left: 25px;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(204, 204, 204, 1);
  justify-content: space-between;
}

.list li a {
  width: 85%;
  font-size: 1.125rem;
  line-height: 52px;
  color: rgba(56, 56, 56, 1);
}

.list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(204, 204, 204, 1);
  display: block;
  position: absolute;
  top: 27px;
  left: 0;
}

.time {
  font-size: 1.125rem;
  line-height: 52px;
  color: rgba(166, 166, 166, 1);
}

.ewm {
  margin-top: 53px;
  padding: 37px 54px 32px;
  border-radius: 10px;
  border: 1px solid rgba(218, 15, 15, 1);
}

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

.ewm_title li {
  width: 32%;
  height: 81px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #f2cb97;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/ewm_bg.png) no-repeat center / 100% 100%;
}

.ewm_nr {
  display: flex;
  margin-top: 27px;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.ewm_nr li {
  display: flex;
  width: 32%;
  flex-direction: column;

  align-items: center;
}

.ewm_nr li img {
  width: 208px;
  height: 212px;
}

.ewm_nr li span {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;

  line-height: 28px;
  color: rgba(145, 145, 145, 1);
}

.dbtext {
  margin-top: 36px;
  padding: 98px 119px 90px 126px;
  font-size: 18px;
  font-weight: 500;
  text-indent: 2em;
  line-height: 34px;
  color: rgba(110, 20, 14, 1);
  background: url(../images/bottom_Bg.png) no-repeat center/100% 100%;
  margin-bottom: 30px;
}
   .list li:hover a,
        .list li:hover .time {
            color: rgba(188, 39, 26, 1);
        }

        .list li:hover::before {
            background: rgba(188, 39, 26, 1);
        }   .list li:hover a,
        .list li:hover .time {
            color: rgba(188, 39, 26, 1);
        }

        .list li:hover::before {
            background: rgba(188, 39, 26, 1);
        }
@media (max-width: 1480px) {
.ldz1 .ldt_memo {
    height: 324px;}
  .logo {
    width: 240px;
  }

  .cfsl {
    width: 51%;
  }

  .ldt_memo {
    font-size: 18px;
    padding: 60px 20px 40px 23px;
    line-height: 38px;
  }

  .ldz_nr1 .ldz_item1 {
    width: 47%;
  }

  .ldt_tit {
    background-size: 100% 100%;
    font-size: 30px;
    margin: 0 18px;
  }

  .red {
    color: rgba(188, 39, 26, 1);
    font-size: 20px;
  }

  .ldz_nr1 .ldt_memo {
    height: 246px;
  }

  .ldz_nr .ldz_item4 {
    width: 33.7%;
  }

  .ewm_title li {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .ldz_item2 .ldt_tit {
    background-size: auto;
  }
.ldz_nr2 .ldt_memo {
        height: 280px;
    }
}

@media (max-width: 1200px) {
  .ldz_nr {
    flex-wrap: wrap;
  }

  .ldz_nr .ldz_item {
    width: 48%;
    margin-top: 30px;
  }

  .ldt_memo {
    height: auto !important;
  }

  .ldz_nr1 .ldz_item1 {
    margin-right: 14px;
  }

  .ldt_tit {
    margin: 0 8px;
  }

  .ldz_nr2 .ldz_item2 {
    margin-right: 23px;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 154px;
  }

  .cfsl {
    width: 71%;
    font-size: 26px;
  }

  .ldz_nr .ldz_item1,
  .ldz_nr .ldz_item4 {
    width: 100%;
  }

  .ldz_item2 .ldt_tit {
    background-size: 100% 100%;
  }

  .list li {
    width: 100%;
  }

  .ewm_title li {
    width: 100%;
  }

  .ewm_nr li {
    width: 33%;
  }

  .ewm_nr li img {
    width: 100px;
    height: auto;
  }

  .dbtext {
    padding: 98px 64px 90px 64px;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 73px;
    top: 4px;
  }

  .cfsl {
    width: 100%;
    font-size: 16px;
  }

  .ldz_nr1 .ldz_item1 .ldt_memo {
    margin-left: 0px;
    margin-right: 0px;
  }

  .ldz_nr .ldz_item {
    width: 100%;
  }

  .ldt_tit {
    font-size: 22px;
  }

  .ldz_item1 .ldt_tit {
    font-size: 18px;
  }

  .dtcx {
    margin-top: 42px;

    padding: 9px 12px 50px;
  }

  .list li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .list li a {
    white-space: normal;
  }

  .ewm {
    padding: 37px 13px 32px;
  }
  .dbtext {
    background: rgba(255, 246, 219, 1);
    padding: 51px 34px 63px 29px;
    /* background-size: cover; */
  }
}
