.pc-header {
  position: inherit;
}
.maincontent {
  width: 100%;
  background: url(https://www.hanyang.gov.cn/material/2022/images/bsfw/back.png) center bottom no-repeat;
  background-size: cover;
}
.navwrap a {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  padding: 0 46px;
  position: relative;
}
.navwrap a:hover {
  color: #a31b21;
}
.navwrap a:not(:last-child) {
  border-right: 1px solid #ddd;
}
.content .box-title1 {
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.content .box-title1 p {
  position: relative;
  line-height: 70px;
  width: 120px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .box-title1 p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fed8a0;
  content: "";
}
.content .type-ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .list-ul .list-li {
  width: 25%;
  float: left;
}
.content .list-ul .list-li {
  position: relative;
  line-height: 43px;
  font-size: 16px;
}
.content .list-ul .list-li a {
  width: 256px;
  height: 57px;
  margin-top: 15px;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  margin-right: 25px;
}
.content .list-ul .list-li a:hover {
  background: url(https://www.hanyang.gov.cn/material/2022/images/zfxxgk/icon12.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.content .article-pic {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .article-pic .ztdh-li {
  width: 24%;
  height: auto;
  overflow: hidden;
}
.content .article-pic .ztdh-li a {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.content .article-pic .ztdh-li a i {
  width: 100%;
  height: 100%;
}
.content .article-pic span {
  width: 24%;
}
.content .article-pic .fl {
  float: left;
}
.content .article-pic .ztdh-title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.content .article-pic .ztdh-title h3 {
  width: auto;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 1px;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 501px) {
  .navwrap a {
    font-size: 20px;
  }
}
@media screen and (max-width: 801px) {
  .content .list-ul .list-li {
    width: 100%;
    margin-left: 3rem;
  }
  .content .list-ul .list-li a {
    line-height: 57px;
    font-size: 16px;
  }
  .content .type-ul a {
    width: 170px;
    height: 38px;
    line-height: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 751px) {
  .article-pic {
    padding-top: 1rem;
  }
  .content .article-pic .ztdh-li {
    width: 100%;
  }
}
@media screen and (max-width: 1001px) {
  .ztdh-title {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 841px) {
  .ztdh-title h3 {
    font-size: 16px;
  }
}
