.row {
  margin: 0px;
}
.col-xs-12 {
  padding: 0px !important;
}
.hd-title a {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  position: relative;
  height: 37px;
  display: block;
  margin-bottom: 26px;
}
.hd-title a::after {
  content: "";
  display: block;
  position: absolute;
  width: 59px;
  height: 4px;
  background-color: #2669cc;
  bottom: 0;
}
.w860 {
  width: 860px;
}
.w500 {
  width: 500px;
}
.grid::after {
  display: none;
}
.grid::before {
  display: none;
}

/* p1开始 */
.p1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 33px;
}
.hd-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  border: 1px solid #8db6ff;
  overflow: hidden;
}
.hd-table thead tr th {
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #2669cc;
  background-color: #f0f4fa;
}
.hd-table thead tr th:nth-child(1) {
  padding-left: 29px;
  text-align: left;
  width: 60%;
}
.hd-table thead tr th:nth-child(2),
.hd-table thead tr th:nth-child(3) {
  width: 20%;
}
.hd-table tbody tr td {
  line-height: 54px;
  text-align: center;
}
.hd-table tbody tr td:nth-child(1) {
  width: 60%;
}
.hd-table tbody tr td:nth-child(2),
.hd-table tbody tr td:nth-child(3) {
  width: 20%;
  font-size: 16px;
}
.hd-table tbody tr td:nth-child(1) a {
  display: block;
  width: 500px;
  padding-left: 29px;
  text-align: left;
  padding-right: 30px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 16px;
}

.sj-box {
  height: 324px;
  width: 100%;
  border: 1px solid #8db6ff;
  border-radius: 6px;
  display: flex;
  align-items: end;
  position: relative;
}
.sj-box select {
  position: absolute;
  background-color: #f0f4fa;
  border: none;
  top: 18px;
  left: 18px;
  padding: 5px 10px;
  border-radius: 6px;
  color: #2669cc;
  font-size: 18px;
}
/* p1结束 */

/* p2开始 */
.p2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.zj-title a {
  display: block;
  width: 100%;
  line-height: 52px;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 22px;
  color: #fff;
  background: #2669cc url("//zgj.wuhan.gov.cn/material/images/2024/hdjl/zjbt_bg.png") 700px 7px no-repeat;
  margin-bottom: 30px;
}
.p2 .w860 {
  border: 1px solid #2669cc;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 16px;
}
.p2 .list-t li {
  padding: 0px 20px;
  padding-left: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p2 .list-t li:hover a{
  color: #2d8fff;
}
.p2 .list-t li a {
  width: 90%;
  display: inline-block;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}
.p2 .list-t li .date {
  font-size: 14px;
  color: #999999;
  position: relative;
}
.p2 .list-t li:before {
  left: 21px;
}
.jx,
.js {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0px 10px;
  display: inline-block;
}
.jx {
  background-color: #fbba23;
}
.js {
  background-color: #2669cc;
}
.p2 .list-a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.p2 .list-a li a {
  display: block;
  width: 234px;
  height: 125px;
  padding-top: 26px;
  padding-left: 23px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 6px;
  text-align: left;
}
.p2 .list-a li:nth-child(1) a {
  background: #dfefff url("//zgj.wuhan.gov.cn/material/images/2024/hdjl/lyb_bg.png") 164px 59px no-repeat;
  color: #2669cc;
  border: 1px solid #8db6ff;
}
.p2 .list-a li:nth-child(2) a {
  background: #daf3f8 url("//zgj.wuhan.gov.cn/material/images/2024/hdjl/znwd_bg.png") 150px 55px no-repeat;
  color: #27a7c1;
  border: 1px solid #6ad1e6;
}
.xxbtmjbdh {
  margin-bottom: 23px;
}
.p2 .w500 a {
  display: block;
}
/* p2结束 */

/* p3开始 */
.p3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ft-box {
  display: flex;
  justify-content: space-between;
}
.ft-tp {
  display: block;
  margin-right: 36px;
  min-width: 308px;
}
.ft-nr h4 {
  font-size: 20px;
  color: #333333;
  line-height: 47px;
}
.ft-nr span {
  color: #0047af;
  font-size: 16px;
}
.ft-nr p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.p3 .w500{
    padding-top: 63px;
}
.p3 .list-b li{
    padding: 0px;
}
.p3 .list-b li a {
  display: block;
  width: 100%;
  height: 108px;
  padding-left: 31px;
  padding-top: 28px;
  padding-right: 25px;
  background-color: #f0f4fa;
  margin-bottom: 16px;
}
.p3 .list-b li a h4 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  padding-right: 10px;
}
.p3 .list-b li a p {
  font-size: 16px;
  color: #999999;
  white-space: nowrap; /* 不换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.p3 .list-b li:last-child a {
  margin-bottom: 0px;
}
/* p3结束 */
@media (max-width: 1200px) {
  .inner, .content, .links, .copyright{
    width: 100%;
  }
  .w860,.w500{
    width: 100%;
    margin-bottom: 20px;
  }
  .p1,.p2,.p3{
    margin-bottom: 0px;
  }
  .hd-title a{
    font-size: 18px;
  }
  .p1,.p2,.p3 {
    flex-direction: column;
    padding: 0px 20px;
  }
  .hd-table tbody tr td{
    line-height: 30px;
  }
  .hd-table thead tr th{
    line-height: 40px;
    font-size: 16px;
  }
  .hd-table tbody tr td:nth-child(1) a{
    width: 150px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 12px;
  }
  .p2 .list-t li a{
    width: 75%;
  }
  .hd-table thead tr th:nth-child(1){
    width: 40%;
    padding-left: 15px;
  }
  .hd-table tbody tr td:nth-child(1){
    width: 40%;
  }
  .hd-table thead tr th:nth-child(2), .hd-table thead tr th:nth-child(3){
    width: 30%;
  }
  .hd-table tbody tr td:nth-child(2), .hd-table tbody tr td:nth-child(3){
    width: 30%;
    font-size: 12px;
    padding: 3px;
  }
  .zj-title a{
    margin-bottom: 10px;
  }
  .zj-title a{
    line-height: 40px;
    font-size: 18px;
  }
  .sj-box select{
    top: 10px;
    left: 10px;
    font-size: 14px;
  }
  .p2 .list-a{
    margin-bottom: 20px;
  }
  .p2 .list-a li{
    width: 48%;
  }
  .p2 .list-a li a{
    width: 100%;
    font-size: 16px !important;
    height: 80px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .p2 .list-a li:nth-child(1) a{
    background-position: 115px 38px;
    background-size: 17%;
  }
  .p2 .list-a li:nth-child(2) a{
    background-position: 118px 43px;
    background-size: 17%;
  }
  .p2 .w500 a img{
    width: 100%;
  }
  .xxbtmjbdh{
    margin-bottom: 20px;
  }
  .ft-box{
    flex-direction: column;
  }
  .ft-tp{
    margin-right: 0px;
    min-width: auto;
  }
  .ft-tp img{
    width: 100%;
    object-fit: cover;
  }
  .p3 .w500{
    padding-top: 0px;
  }
  .ft-nr h4{
    font-size: 16px;
  }
  .ft-nr p,.ft-nr span{
    font-size: 14px;
  }
  .p3 .list-b li a h4{
    font-size: 16px;
  }
  .p3 .list-b li a p{
    font-size: 14px;
  }
  .p3 .list-b li a{
    padding-top: 16px;
    height: 90px;
  }

  .header{
    height: 300px !important;
}
.top-swiper {
    height: 300px !important;
}
.ht{
    width: 100%;
}
.header .search{
    justify-content: center;
}
.header .search button{
    position: relative;
    margin-left: 0px;
}
}
@media (max-width:1200px) and (min-width:550px) {
  .ft-box{
    width: 48%;
    float: left;
  }
  .p2 .list-a{
    width: 48%;
        float: right;
  }
  .ft-tp img{
    width: 59%;
  }
  .ft-tp{
    text-align: center;
  }
}