* {
  margin: 0;
  padding: 0;
  font-size: 28px;
  box-sizing: content-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.top {
  height: 420px;
  background: url(http://www.hanyang.gov.cn/material/2022/zzms/images/banner.png) center no-repeat;
  background-size: cover;
}
.top .w1400 {
  position: relative;
}
.top .w1400 .logo {
  display: block;
  width: 400px;
  height: 80px;
  background: url(http://www.hanyang.gov.cn/material/2022/zzms/images/logo.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 65px;
}
.top .w1400 .nav {
  color: #fff;
  font-weight: bold;
  position: absolute;
  display: flex;
  top: 260px;
}
.top .w1400 .nav span {
  display: block;
  padding: 0 20px;
  font-size: 50px;
  height: 70px;
  line-height: 70px;
}
.top .w1400 .nav a {
  display: block;
  width: 310px;
  height: 70px;
  line-height: 64px;
  box-sizing: border-box;
  border: 3px solid #fff;
  text-align: center;
  background-color: #f0a329;
  cursor: pointer;
}
.center {
  background-color: #ecf3f8;
  padding-bottom: 2rem;
}
.center .w1400 {
  background-color: #fff;
  padding: 20px 50px 30px;
}
.center .w1400 .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.center .w1400 .nav a {
  width: 315px;
  height: 80px;
  line-height: 80px;
  margin-top: 20px;
  text-align: center;
  color: #005da0;
  background-color: #ecf3f8;
}
.center .w1400 .nav span {
  width: 315px;
}
.center .w1400 .breadcum {
  padding-left: 32px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #333;
  line-height: 40px;
  position: relative;
}
.center .w1400 .breadcum::before {
  content: "";
  height: 26px;
  width: 22px;
  display: block;
  background: url(http://www.hanyang.gov.cn/material/2022/zzms/images/icon-pos.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.center .w1400 .title {
  margin-top: 2rem;
  color: #2272ad;
  height: 55px;
  line-height: 48px;
  position: relative;
  padding-left: 22px;
  font-size: 40px;
  font-weight: 600;
}
.center .w1400 .title::before {
  content: "";
  display: block;
  width: 13px;
  height: 27px;
  background: url(http://www.hanyang.gov.cn/material/2022/zzms/images/icon.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 12px;
}
.center .w1400 .list {
  margin-top: 8px;
}
.center .w1400 .list .list-item {
  clear: both;
}
.center .w1400 .list .list-item .title {
  margin-top: 0;
  font-weight: 500;
  color: #333333;
  line-height: 64px;
  width: 1100px;
  padding-left: 22px;
  position: relative;
  float: left;
}
.center .w1400 .list .list-item .title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D8D8D8;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 28px;
}
.center .w1400 .list .list-item .title a {
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.center .w1400 .list .list-item .time {
  font-weight: 400;
  color: #999999;
  line-height: 64px;
  float: right;
}
.center .w1400 .list .list-item::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.center .w1400 .list .list-item:hover .title {
  color: #005da0;
}
.center .w1400 .list .list-item:hover .title::before {
  background: #005da0;
}
.center .w1400 .list .list-item:hover .time {
  color: #005da0;
}
.center .w1400 .more-btn {
  width: 267px;
  height: 76px;
  line-height: 76px;
  background: #ECF3F8;
  font-weight: 400;
  color: #025393;
  text-align: center;
  cursor: pointer;
  margin: 20px auto 0;
}
.center .w1400 .more-btn a {
  color: inherit;
}
.pc-footer {
  padding-top: 2rem;
}
.pc-footer .w1400 .foot-top {
  display: flex;
  justify-content: space-between;
  color: #8d8d8d;
  padding-bottom: 1rem;
  border-bottom: 1px solid #efefef;
}
.pc-footer .w1400 .foot-top .mo-footer {
  display: none;
}
.pc-footer .w1400 .foot-top .left .map {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}
.pc-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;
}
.pc-footer .w1400 .foot-top .left .address {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}
.pc-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;
}
.pc-footer .w1400 .foot-top .left .yx {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding-left: 25px;
  color: inherit;
}
.pc-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;
}
.pc-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;
}
.pc-footer .w1400 .foot-top .right .f3-t {
  display: flex;
  justify-content: right;
}
.pc-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;
}
.pc-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;
}
.pc-footer .w1400 .foot-top .right .f3-n {
  display: flex;
  justify-content: right;
}
.pc-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;
}
.pc-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;
}
.pc-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;
}
.pc-footer .w1400 .foot-botton ul {
  display: flex;
  justify-content: space-between;
}
.pc-footer .w1400 .foot-botton ul li {
  font-size: 16px;
  color: #8d8d8d;
  height: 60px;
  line-height: 60px;
}
.pc-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;
  }
  .top .w1400 .logo {
    left: 6%;
  }
  .top .w1400 .nav {
    left: 6%;
  }
  .center .list .list-item .title {
    width: 70% !important;
  }
  .pc-footer .w1400 {
    padding: 0 20px;
  }
  .pc-footer .w1400 .foot-botton ul {
    flex-wrap: wrap;
  }
  .pc-footer .w1400 .foot-botton ul li {
    width: 223px;
    font-size: 14px;
  }
  .pc-footer .w1400 .foot-botton ul span {
    width: 223px;
  }
}
@media screen and (max-width: 1071px) {
  .top .w1400 .nav span {
    font-size: 45px;
  }
  .top .w1400 .nav a {
    width: 270px;
  }
  .center .w1400 .nav a {
    width: 48%;
  }
}
@media screen and (max-width: 986px) {
  .top {
    height: 330px;
  }
  .top .w1400 .nav {
    top: 190px;
  }
  .top .w1400 .nav span {
    font-size: 1.5rem;
  }
  .top .w1400 .nav a {
    width: 220px;
    font-size: 1rem;
  }
  .pc-footer .w1400 .foot-top .left .map {
    font-size: 0.8rem;
  }
  .pc-footer .w1400 .foot-top .left .address {
    font-size: 0.8rem;
  }
  .pc-footer .w1400 .foot-top .left .yx {
    font-size: 0.8rem;
  }
  .pc-footer .w1400 .foot-top .center {
    width: 260px;
  }
}
@media screen and (max-width: 861px) {
  * {
    font-size: 22px;
  }
  .top {
    height: 213px;
    background: url(http://www.hanyang.gov.cn/material/2022/zzms/images/mo-banner.png) center no-repeat;
    background-size: cover;
  }
  .top .w1400 .logo {
    width: 11rem;
    top: 1rem;
  }
  .top .w1400 .nav {
    top: 4.5rem;
  }
  .top .w1400 .nav a {
    display: none;
  }
  .center .w1400 .list .list-item .title {
    width: 96% !important;
  }
  .center .w1400 .title {
    font-size: 1.5rem;
  }
  .pc-footer .w1400 {
    padding: 0 10px;
  }
  .pc-footer .w1400 .foot-top {
    display: block;
    overflow: auto;
  }
  .pc-footer .w1400 .foot-top .mo-footer {
    display: block;
    margin-bottom: 1rem;
  }
  .pc-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;
  }
  .pc-footer .w1400 .foot-top .mo-footer .f3-n {
    display: flex;
    justify-content: space-between;
  }
  .pc-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;
  }
  .pc-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;
  }
  .pc-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;
  }
  .pc-footer .w1400 .foot-top .left {
    width: 45%;
    float: left;
  }
  .pc-footer .w1400 .foot-top .center {
    display: none;
  }
  .pc-footer .w1400 .foot-top .right {
    width: 45%;
    float: right;
  }
  .pc-footer .w1400 .foot-top .right .f3-n {
    display: none;
  }
  .pc-footer .w1400 .foot-botton ul li {
    width: 100%;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 701px) {
  .top {
    height: 9rem;
  }
  .center .w1400 {
    padding: 10px;
  }
}
@media screen and (max-width: 551px) {
  * {
    font-size: 18px;
  }
  .top {
    height: 6rem;
  }
  .top .w1400 .logo {
    width: 10rem;
    top: 0;
  }
  .top .w1400 .nav {
    top: 2.5rem;
  }
  .top .w1400 .nav span {
    font-size: 1rem;
  }
  .center .w1400 .nav a {
    width: 100%;
    height: 65px;
    line-height: 65px;
  }
  .center .w1400 .list .list-item .title {
    line-height: 50px;
  }
  .center .w1400 .list .list-item .title::before {
    top: 20px;
  }
  .center .w1400 .list .list-item .time {
    line-height: 35px;
  }
  .pc-footer .w1400 .foot-top .left .address {
    width: 170px;
  }
}
