.wrap {
  width: 100%;
  overflow: hidden;
}

.top img {
  width: 100%;
}

.top,
.pic {
  text-align: center;
}

.pic {
  /* margin: 20px auto 35px; */
  margin: 20px auto 35px;
  width: 100%;
  padding-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: rgb(255, 255, 255);
  background-image: url(https://file.henan.gov.cn/4640000376/img/20231124_4.jpg);
  height: 550px;
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* ========= */
.diy-area {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.diy-area .hd {
  position: absolute;
  right: 10px;
  bottom: 15px;
  z-index: 1;
}

.diy-area .hd ul li {
  float: left;
  margin-right: 8px;
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #fff;
}

.diy-area .hd ul li.on {
  background: #c50018;
}

.diy-area .bd {
  position: relative;
  z-index: 0;
}

.diy-area .bd li {
  position: relative;
  width: 100%;
  float: left;
}

.diy-area .bd li img {
  width: 100%;
  height: 400px;
}

.diy-area .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  background-image: url(https://file.henan.gov.cn/4640000376/img/pic-bg.png);
}

.diy-area-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 72px;

}

.diy-area .bd p a {
  color: #fff;
}

.diy-frame,
.con {
  width: 100%;
  margin: 0 auto;
}

.diy-area {
  min-height: 40px;
  overflow: hidden;
}

.title-des-container .item,
.title-des-container .title-des,
.title-des-news .item,
.title-des-news .title-des {
  border-bottom: 1px dashed #aaa;
  /* padding: 5px 0; */
  line-height: 1.5;
}

.title-des {
  padding: 0px 10px 10px;
  margin-right: 10px;
  line-height: 1.5;
}

.title-des .des {
  line-height: 1.5;
  font-weight: normal;
  text-indent: 2rem;
  font-size: 16px;
}

.title-des .title {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
  color: rgb(80, 164, 89);
  font-size: 27px;
}

.title-des .title a {
  font-weight: bold;
  color: rgb(80, 164, 89);
  font-size: 27px;
}

.title-des-container {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}

.con {
  margin: 35px auto;
}

.con>div {
  width: 48.4%;
}

.con>div .tit {
  position: relative;
  margin-bottom: 10px;
}

.con>div .tit a img {
  width: 275px;
  height: 44px;
}

.con>div .tit .fr {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #999;
}

.con>div .tit a {
  color: #616161;
}

.list ul li {
  font-size: 16px;
  padding-left: 10px;
  height: 42px;
  line-height: 42px;
  background: url(https://file.henan.gov.cn/4500000001/gb/img/li-bg.png) center left no-repeat;
}

.list ul li a:hover {
  color: rgb(18, 84, 26);
}

.list ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}

.bdbg {
  width: 100%;
  margin-bottom: 50px;
}

.bdbg .tit {
  width: 100%;
}

.bdbg .tit a {
  display: block;
  width: 100%;
}

.bdbg .tit a img {
  width: 100%;
}

.bdbg .title-des {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 15px;
}

.bdbg .title-des h3 {
  text-align: center;
  margin: 10px 0;
}

.bdbg .title-des h3 a {
  font-size: 23px;
  font-weight: normal;
}

.bdbg .title-des .des {
  font-size: 17px;
  color: rgb(107, 107, 107);
  line-height: 2;
  font-weight: normal;
  text-indent: 2rem;
}

.list-box {
  width: 100%;
}

.list-box .list {
  width: 48.4%;
}

/* å±å¹•å¤§äºŽ 300px æˆ–å°äºŽ 1200px æ—¶åº”ç”¨è¯¥æ ·å¼ */
@media screen and (min-width: 300px) and (max-width: 1200px) {

  .content {
    width: 100%;
  }

  .pic {
    background-size: 100% 100%;
  }

  .title-des .title a {
    font-size: 22px;
  }

  .list ul li {
    font-size: 16px;
  }

  .list ul li a {
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bdbg .title-des h3 a {
    font-size: 22px;
  }

  .bdbg .title-des .des {
    font-size: 14px;
  }

}

/* 无障碍 */
.oldModel .diy-area {
  width: 100% !important;
  height: 800px !important;
}
.oldModel .diy-area:nth-child(2) {
  height: auto !important;
}
.oldModel .diy-area .bd {
  width: 100% !important;
  height: 800px !important;
}
.oldModel .tempWrap {
  width: 100% !important;
  height: 800px !important;
}
.oldModel .diy-area .bd li , .oldModel .diy-area .bd li img{
  width: 1180px !important;
  height: 800px !important;
}
.oldModel .con>div {
  width: 100%;
  margin-bottom: 20px;
}
.oldModel .list ul li {
  height: 50px;
  line-height: 50px;
}
.oldModel .list-box .list {
  width: 100%;
}
.oldModel .footer-iframe-box ,  .oldModel iframe{
  display: none;
}