* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.w90 {
  width: 90%;
}

.header .top {
  height: 50px;
  background-color: #a31b21;
}

.header .top .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .top .w1400 .topSuperior a {
  color: #fff;
  font-size: 1rem;
  margin: 0 0.5rem;
  line-height: 50px;
}

.header .top .w1400 .topLink {
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.header .top .w1400 .topLink span {
  margin-right: 1rem;
}

.header .top .w1400 .topLink a {
  position: relative;
  color: inherit;
  margin: 0 0.5rem;
}

.header .top .w1400 .topLink a::before {
  width: 1px;
  height: 17px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -11px;
  content: "";
}

.header .top .w1400 .topLink #wuzhangai {
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/wuzhangaisheshi.png) center no-repeat;
  width: 18px;
  height: 50px;
  display: inline-block;
}

.header .top .w1400 .topLink #weixin {
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/weixin.png) center no-repeat;
  width: 24px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.header .top .w1400 .topLink #weixin .hideBoxPhone{
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/sy/header/pho_bac.png) center no-repeat;
  top: 52px;
  width: 124px;
  height: 133px;
  z-index: 9;
}
.hideBox-act{
  display: block !important;
}
.header .top .w1400 .topLink #weixin .hideBoxPhone img{
  width: 116px;
  height: 116px;
  margin-top: 12px;
  margin-left: 4px;
}
.header .top .w1400 .topLink #weibo {
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/weibo.png) center no-repeat;
  width: 24px;
  height: 50px;
  display: inline-block;
}

.header .nav {
  height: 116px;
}

.header .nav .w1400 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav .w1400 .logo {
  width: 19.625rem;
  height: 116px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/logo.png) center no-repeat;
  background-size: contain;
}

.header .nav .w1400 .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav .w1400 .menu a {
  color: #333;
  font-size: 1.125rem;
  margin: 0 1rem;
  position: relative;
  height: 116px;
  line-height: 116px;
}

.header .nav .w1400 .menu a::after {
  width: 53px;
  height: 13px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/menu.png) center no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  content: "";
  opacity: 0;
}
.header .nav .w1400 .menu .nav-search::after{
  display: none;
}
.header .nav .w1400 .menu a:hover {
  color: #a31b21;
  font-weight: bold;
}

.header .nav .w1400 .menu a:hover::after {
  transition: all 0.5s;
  opacity: 1;
}
.accordionSearch{
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/sousuo.png) center no-repeat;
  width: 22px;
  height: 100%;
  cursor: pointer;
}
.pls-nav-search-dropdown{
  position: absolute;
  right: -22px;
  top: 2rem;
  visibility: hidden;
  z-index: 3;
  width: 520px;
  background: #ffffff;
  border: 1px solid #a31b21;
  padding: 0 1rem;
  /* .pls-nav-search-i */
}
.is-open .pls-nav-search-dropdown{
  visibility: visible;
  transition: all .3s ease-in-out;
}
.pls-nav-search-bar-input{
  float: left;
  border-width: 0;
  background: transparent;
  width: calc(100% - 4rem);
  font-size: 15px;
  color: #495770;
  line-height: 19px;
  padding: 12px 0;
  display: block;
  border: none;
  border-style: none;
  outline: none;
}
.pls-nav-search-bar-btns{
  display: flex;
  float: rigth;
}
.pls-nav-search-i{
  display: inline-block;
  width: 22px;
  height: 45px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/sousuo.png) center no-repeat;
  cursor: pointer;
}
.pls-nav-search-i:hover{
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/sousuos.png) center no-repeat;

}
.pls-nav-search-btn{
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/icon_4.png) center no-repeat;
  width: 18px;
  margin-left: 1rem;
  cursor: pointer;
}
.pls-nav-search-btn:hover{
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/icon_5.png) center no-repeat;

}
.header .nav .w1400 .menu .act {
  color: #a31b21;
  font-weight: bold;
}

.header .nav .w1400 .menu .act::after {
  transition: all 0.5s;
  opacity: 1;
}

.header .nav .w1400 .mo-menu {
  display: none;
}

.header .moForm {
  display: none;
}

.moNaver {
  display: none;
}

.content {
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/back.png) center no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}

.content .banner {
  height: 381px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/banner.png) center no-repeat;
  background-size: cover;
  position: relative;
}

.content .banner::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.content .banner .title {
  line-height: 65px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 30%;
}

.content .banner .title .f_main {
  font-size: 3.75rem;
  font-weight: bold;
  color: #a31b21;
}

.content .banner .title .f_main::after {
  content: "";
  display: inline-block;
  margin: 0 1.25rem 0.3125rem 0.75rem;
  vertical-align: middle;
  width: 2px;
  height: 20px;
  border-radius: 5px;
  background: #a31b21;
}

.content .banner .title .f_sub {
  font-size: 2.25rem;
  color: #a31b21;
}

.content .banner .select_box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  width: 410px;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}

.content .banner .select_box .select_btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 1.75rem;
  color: #a31b21;
  box-sizing: border-box;
  position: relative;
}

.content .banner .select_box .select_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-width: 8px 7px;
  border-top-color: #a31b21;
}

.content .banner .select_box .select_ul {
  display: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: 200px;
  background-color: #fff;
  border: 1px solid #dbe7ec;
  overflow-y: scroll;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  z-index: 99;
}

.content .banner .select_box .select_ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
}

.content .banner .select_box .select_ul li a {
  text-align: center;
  display: block;
  color: #000;
}

.content .banner .select_box .select_ul li:hover {
  background-color: #a31b21;
}

.content .banner .select_box .select_ul li:hover a {
  color: #fff;
}

.content .banner .select_box .select_ul .current {
  background-color: #a31b21;
}

.content .banner .select_box .select_ul .current a {
  color: #fff;
}

.content .banner .banner_list {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.content .banner .banner_list li {
  width: 200px;
  height: 80px;
  background-color: #e5b48c;
  text-align: center;
  margin: 0 10px;
}

.content .banner .banner_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 80px;
  font-size: 1.25rem;
}

.content .banner .banner_list li:hover {
  background-color: #a31b21;
}

.content .banner .banner_list li:hover a {
  color: #fff;
}

.content .banner .banner_list .cur {
  background-color: #a31b21;
}

.content .w1400 .ztfw-top {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
}

.content .w1400 .ztfw-top .top_zc {
  width: 60%;
  background-color: #fff;
  padding: 20px;
}

.content .w1400 .ztfw-top .top_zc .title {
  position: relative;
  padding-left: 1.875rem;
}

.content .w1400 .ztfw-top .top_zc .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/on.png) left center no-repeat;
}

.content .w1400 .ztfw-top .top_zc ul li {
  position: relative;
  line-height: 50px;
  padding-left: 20px;
  font-size: 1rem;
}

.content .w1400 .ztfw-top .top_zc ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #ddd;
  border-radius: 100px;
}

.content .w1400 .ztfw-top .top_zc ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 1.1rem;
}

.content .w1400 .ztfw-top .top_zc ul li:hover::before {
  background-color: #a31b21;
}

.content .w1400 .ztfw-top .top_zc ul li:hover a {
  color: #a31b21;
}

.content .w1400 .ztfw-top .top_bm {
  width: 35%;
  background: #fff url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/tree.png) right top no-repeat;
  background-size: auto;
  padding: 20px;
}

.content .w1400 .ztfw-top .top_bm .title {
  position: relative;
  padding-left: 1.875rem;
}

.content .w1400 .ztfw-top .top_bm .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/on.png) left center no-repeat;
}

.content .w1400 .ztfw-top .top_bm .name {
  line-height: 45px;
  font-weight: bold;
}

.content .w1400 .ztfw-top .top_bm .name span {
  font-weight: normal;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 1rem;
  background-color: #f9f9f9;
}

.content .w1400 .cxfw {
  margin: 2rem 0;
  padding: 0 20% 0 0;
  height: 153px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/cxfw_bac.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .w1400 .cxfw span {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin-left: 2rem;
}

.content .w1400 .cxfw ul {
  display: flex;
  align-items: content;
  flex-wrap: wrap;
}

.content .w1400 .cxfw ul li {
  width: 190px;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 10px;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 1rem 0.3rem;
}

.content .w1400 .cxfw ul li a {
  color: #fff;
}

.content .w1400 .cxfw ul li:hover {
  background: #a31b21;
}

.content .w1400 .ztfw-bottom {
  display: flex;
  justify-content: space-between;
}

.content .w1400 .ztfw-bottom .bottom-wt {
  padding: 20px;
  width: 48%;
  background: #fff;
}

.content .w1400 .ztfw-bottom .bottom-wt .title {
  position: relative;
  padding-left: 1.875rem;
}

.content .w1400 .ztfw-bottom .bottom-wt .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/on.png) left center no-repeat;
}

.content .w1400 .ztfw-bottom .bottom-wt ul {
  margin-top: 1rem;
}

.content .w1400 .ztfw-bottom .bottom-wt ul li {
  position: relative;
  line-height: 50px;
  padding-left: 3.5rem;
}

.content .w1400 .ztfw-bottom .bottom-wt ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 26px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/Q.png) center no-repeat;
  background-size: contain;
}

.content .w1400 .ztfw-bottom .bottom-wt ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 1.1rem;
}

.content .w1400 .ztfw-bottom .bottom-wt ul li:hover a {
  color: #a31b21;
}

.content .w1400 .ztfw-bottom .bottom-right {
  width: 48%;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw {
  background: #fff;
  padding: 20px;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw .title {
  position: relative;
  padding-left: 1.875rem;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 13px;
  height: 27px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/on.png) left center no-repeat;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul {
  margin-top: 1rem;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul li {
  position: relative;
  line-height: 44px;
  padding-left: 20px;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #ddd;
  border-radius: 100px;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul li a {
  font-size: 1.1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul li:hover::before {
  background-color: #a31b21;
}

.content .w1400 .ztfw-bottom .bottom-right .bsfw ul li:hover a {
  color: #a31b21;
}

.content .w1400 .ztfw-bottom .bottom-right .bzgf {
  margin-top: 2rem;
  display: block;
}

.content .w1400 .ztfw-bottom .bottom-right .bzgf img {
  width: 100%;
  height: auto;
}

.footer {
  padding-top: 2rem;
}

.footer .w1400 .foot-top {
  display: flex;
  justify-content: space-between;
  color: #8d8d8d;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efefef;
}

.footer .w1400 .foot-top .mo-footer {
  display: none;
}

.footer .w1400 .foot-top .left .map {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}

.footer .w1400 .foot-top .left .map::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 28px;
  content: "";
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/footer/map.png) center no-repeat;
  background-size: contain;
}

.footer .w1400 .foot-top .left .address {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}

.footer .w1400 .foot-top .left .address::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 17px;
  height: 21px;
  content: "";
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/footer/add.png) center no-repeat;
  background-size: contain;
}

.footer .w1400 .foot-top .left .yx {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}

.footer .w1400 .foot-top .left .yx::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 15px;
  content: "";
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/footer/youxiang.png) center no-repeat;
  background-size: contain;
}

.footer .w1400 .foot-top .center {
  width: 355px;
  height: 72px;
  background: url(http://www.hanyang.gov.cn/material/2022/images/sy/footer/footlogo.png) center no-repeat;
  background-size: contain;
}

.footer .w1400 .foot-top .right .f3-t {
  display: flex;
  justify-content: right;
}

.footer .w1400 .foot-top .right .f3-t .jiucuo {
  display: block;
  width: 110px;
  height: 55px;
  background: url(http://www.hanyang.gov.cn/images/jiucuo.png) center no-repeat;
  background-size: contain;
  border: 1px solid #ccc;
  margin-right: 0.5rem;
}

.footer .w1400 .foot-top .right .f3-t .dzjg {
  display: block;
  width: 50px;
  height: 64px;
  background: url(http://www.hanyang.gov.cn/images/img_footer03.png) center no-repeat;
  background-size: contain;
}

.footer .w1400 .foot-top .right .f3-n {
  display: flex;
  justify-content: right;
}

.footer .w1400 .foot-top .right .f3-n .xyzz {
  width: 100px;
  height: 33px;
  background: url(http://www.hanyang.gov.cn/images/xyzz.png) center no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}

.footer .w1400 .foot-top .right .f3-n .xyhb {
  width: 100px;
  height: 33px;
  background: url(http://www.hanyang.gov.cn/images/xyhb.png) center no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}

.footer .w1400 .foot-top .right .f3-n .xywh {
  width: 100px;
  height: 33px;
  background: url(http://www.hanyang.gov.cn/images/xywh.png) center no-repeat;
  background-size: cover;
  margin-right: 0.2rem;
}

.footer .w1400 .foot-botton ul {
  display: flex;
  justify-content: space-between;
}

.footer .w1400 .foot-botton ul li {
  font-size: 16px;
  color: #8d8d8d;
  height: 60px;
  line-height: 60px;
}

.footer .w1400 .foot-botton ul li a {
  font-size: 16px;
  color: #8d8d8d;
}

@media screen and (max-width: 1401px) {
  .w1400 {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 1241px) {
  .header {
    position: relative;
  }

  .header .top .w1400 .topSuperior {
    display: none;
  }

  .header .top .w1400 .topLink {
    width: 100%;
    justify-content: space-between;
  }

  .header .top .w1400 .topLink .time {
    line-height: 50px;
  }

  .header .top .w1400 .topLink span {
    margin-right: 0;
  }

  .header .top .w1400 .topLink a {
    display: none;
  }

  .header .top .w1400 .topLink a:first-child::before {
    display: none;
  }

  .header .top .w1400 .topLink #wuzhangai,
  .header .top .w1400 .topLink #weixin,
  .header .top .w1400 .topLink #weibo {
    display: none;
  }

  .header .top .w1400 .topLink .hb {
    display: flex;
    align-items: center;
  }

  .header .nav .w1400 .logo {
    width: 15rem;
  }

  .header .nav .w1400 .menu {
    display: none;
  }

  .header .nav .w1400 .mo-menu {
    display: flex;
    align-items: center;
  }

  .header .nav .w1400 .mo-menu img {
    cursor: pointer;
  }

  .header .nav .w1400 .mo-menu .mo_sousuo {
    width: 2.375rem;
    height: 2.135rem;
  }

  .header .nav .w1400 .mo-menu .mo_menus {
    width: 2.625rem;
    height: 2.0625rem;
    margin-left: 1rem;
  }

  .header .moForm {
    transition: all 0.5s;
    display: none;
    position: absolute;
    top: 50px;
    z-index: 2;
    background-color: #fff;
    height: 116px;
    width: 100%;
    box-shadow: 0px 0px 20px #a31b21;
  }

  .header .moForm .w1400 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 116px;
  }

  .header .moForm .w1400 input {
    height: 50px;
    width: calc(100% - 7rem);
    padding-left: 1rem;
    font-size: 1rem;
    border: 1px solid #333;
  }

  .header .moForm .w1400 .moFormBtn img {
    margin: 0 0.5rem;
  }

  .moNaver {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background-color: #fff;
    z-index: 9;
  }

  .moNaver .logo-box {
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .moNaver .logo-box i {
    background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/logo.png) center no-repeat;
    background-size: contain;
    height: 3.75rem;
    width: 17rem;
  }

  .moNaver .logo-box span {
    background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/icon_5.png) center no-repeat;
    width: 19px;
    height: 19px;
    cursor: pointer;
  }

  .moNaver .menu-box {
    padding: 0 1rem;
  }

  .moNaver .menu-box a {
    line-height: 4rem;
    font-size: 1rem;
    color: #333;
    background: url(http://www.hanyang.gov.cn/material/2022/images/sy/header/icon_6.png) right center no-repeat;
    background-size: 0.6rem auto;
    border-bottom: #dcdcdc 1px solid;
    padding-left: 1rem;
    display: block;
  }

  .m-nav-block {
    display: block;
    transition-duration: 0.5s;
    right: 0%;
  }

  .footer .w1400 {
    padding: 0 20px;
  }

  .footer .w1400 .foot-botton ul {
    flex-wrap: wrap;
  }

  .footer .w1400 .foot-botton ul li {
    width: 223px;
    font-size: 14px;
  }

  .footer .w1400 .foot-botton ul span {
    width: 223px;
  }
}

@media screen and (max-width: 1401px) {
  .content .list .list-item .title {
    width: 70% !important;
  }
}

@media screen and (max-width: 1071px) {
  .content .w1400 .nav a {
    width: 48%;
  }
}

@media screen and (max-width: 986px) {
  .content .w1400 .ztfw-bottom .bottom-wt ul li {
    padding-left: 2rem;
  }

  .footer .w1400 .foot-top .left .map {
    font-size: 1rem;
  }

  .footer .w1400 .foot-top .left .address {
    font-size: 1rem;
  }

  .footer .w1400 .foot-top .left .yx {
    font-size: 1rem;
  }

  .footer .w1400 .foot-top .content {
    width: 260px;
  }
}

@media screen and (max-width: 861px) {
  * {
    font-size: 22px;
  }

  .content .w1400 .list .list-item .title {
    width: 96% !important;
  }

  .content .w1400 .title {
    font-size: 1.5rem;
  }

  .footer .w1400 {
    padding: 0 10px;
  }

  .footer .w1400 .foot-top {
    display: block;
    overflow: auto;
  }

  .footer .w1400 .foot-top .mo-footer {
    display: block;
    margin-bottom: 1rem;
  }

  .footer .w1400 .foot-top .mo-footer .logo {
    width: 12rem;
    height: 3rem;
    background: url(http://www.hanyang.gov.cn/material/2022/images/sy/footer/footlogo.png) center no-repeat;
    background-size: contain;
  }

  .footer .w1400 .foot-top .mo-footer .f3-n {
    display: flex;
    justify-content: space-between;
  }

  .footer .w1400 .foot-top .mo-footer .f3-n .xyzz {
    width: 30%;
    height: 2rem;
    background: url(http://www.hanyang.gov.cn/images/xyzz.png) center no-repeat;
    background-size: contain;
    margin-right: 0.2rem;
  }

  .footer .w1400 .foot-top .mo-footer .f3-n .xyhb {
    width: 30%;
    height: 2rem;
    background: url(http://www.hanyang.gov.cn/images/xyhb.png) center no-repeat;
    background-size: contain;
    margin-right: 0.2rem;
  }

  .footer .w1400 .foot-top .mo-footer .f3-n .xywh {
    width: 30%;
    height: 2rem;
    background: url(http://www.hanyang.gov.cn/images/xywh.png) center no-repeat;
    background-size: contain;
    margin-right: 0.2rem;
  }

  .footer .w1400 .foot-top .left {
    width: 45%;
    float: left;
  }

  .footer .w1400 .foot-top .content {
    display: none;
  }

  .footer .w1400 .foot-top .right {
    width: 45%;
    float: right;
  }

  .footer .w1400 .foot-top .right .f3-n {
    display: none;
  }

  .footer .w1400 .foot-botton ul li {
    width: 100%;
    font-size: 1rem;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 751px) {
  * {
    font-size: 16px;
  }

  .content .banner {
    background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/banner-mo.png);
  }

  .content .banner .banner_list li {
    width: 9rem;
  }

  .content .banner .select_box {
    width: 80%;
    margin: 0 auto;
    left: 0;
    transform: none;
  }

  .content .w1400 .ztfw-top {
    display: block;
  }

  .content .w1400 .ztfw-top .top_bm {
    margin-top: 2rem;
  }

  .content .w1400 .ztfw-bottom .bottom-wt ul li {
    padding-left: 2rem;
  }

  .content .w1400 .cxfw {
    background: url(http://www.hanyang.gov.cn/material/2022/images/bsfw/ztfw/cxfw_bac-mo.png) center no-repeat;
    height: 380px;
    padding: 0;
    display: block;
  }

  .content .w1400 .cxfw span {
    line-height: 140px;
  }

  .content .w1400 .cxfw ul {
    width: 100%;
    margin: 0 auto;
  }

  .content .w1400 .cxfw ul li {
    width: 44%;
    margin: 10px 10px 0 10px;
  }

  .content .w1400 .ztfw-bottom {
    display: block;
  }

  .content .w1400 .ztfw-top .top_zc,
  .content .w1400 .ztfw-top .top_bm,
  .content .w1400 .ztfw-bottom .bottom-wt,
  .content .w1400 .ztfw-bottom .bottom-right {
    width: 100%;
  }

  .content .w1400 .ztfw-bottom .bottom-right {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 701px) {
  .content .w1400 {
    padding: 10px;
  }
}

@media screen and (max-width: 556px) {
  * {
    font-size: 14px;
  }
  .content .banner .banner_list {
    width: 100%;
    flex-wrap: wrap;
  }

  .content .banner .banner_list li {
    width: 26%;
  }

  .footer .w1400 .foot-top .left .address {
    width: 180px;
  }
}