.pc-header {
    position: inherit;
}

.img1 {
    display: block;
}

.img2 {
    display: none;
}

.xq-const .banner,
.content {
    height: auto;
    width: 100%;
}

.xq-const .banner img {
    width: 100%;
    height: 100%;
}

.content {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.content .content-left {
    width: 60%;
    height: auto;
    /* 页码 */
}

.content .content-left .title-qgzyy {
    height: 80px;
}

.content .content-left .title-qgzyy h2 {
    width: 170px;
    height: 80px;
    background: url(https://www.hanyang.gov.cn/material/2024/images/ztzl/qgzyy/qgzyy_gzdt.png) center no-repeat;
}

.content .content-left .gqzyylist {
    display: block;
    height: 56px;
    line-height: 56px;
    width: 100%;
    background: url(https://www.hanyang.gov.cn/material/2022/images/zfxxgk/icon9.png) left center no-repeat;
    background-size: auto;
    font-size: 24px;
}

.content .content-left .gqzyylist a {
    margin-left: 30px;
    width: calc(90% - 150px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 24px;
}

.content .content-left .gqzyylist a:hover {
    color: #c00505;
    cursor: pointer;
}

.content .content-left .gqzyylist .time {
    width: 140px;
}

.content .content-left .gqzyylist .fr {
    float: right;
}

.content .content-left .gqzyylist:hover {
    color: #c00505;
    cursor: pointer;
    background-color: beige;
    background: url(https://www.hanyang.gov.cn/material/2022/images/zfxxgk/icon9s.png) left center no-repeat;
    background-size: auto;
}

.content .content-left .min_page li {
    border-radius: 20px;
}

.content .content-left .min_page .active {
    color: #fff;
}

.content .content-left .min_page li:hover {
    border-radius: 20px;
}

.content .content-right ul {
    width: 100%;
}

.content .content-right ul li {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.content .content-right ul li img {
    width: 100%;
}

.qgzyy {
    background: #f9f9f9 url(https://www.hanyang.gov.cn/material/2024/images/ztzl/qgzyy/qgzyy_bac.png) bottom no-repeat;
    background-size: contain;
}

.qgzyy .min_page li a:hover {
    color: #a33e1d;
}

.qgzyy .min_page .active {
    background-color: #a33e1d;
}

.qgzyy .min_page li:hover {
    border: 1px solid #a33e1d;
    color: #a33e1d;
}

.zyyxc {
    height: auto;
    padding-bottom: 2rem;
}

.zyyxc .publicize-title img {
    width: 100%;
    height: auto;
}


.zyyxc .publicize {
    margin-top: 2rem;
    margin-bottom: 30px;
}

.zyyxc .publicize ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.zyyxc .publicize ul li {
    width: 24%;
    height: auto;
    overflow: hidden;
}

.zyyxc .publicize ul li img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:751px) {
    .img2 {
        display: block;
    }

    .img1 {
        display: none;
    }

    .content .content-left {
        width: 100%;
        height: auto;
    }

    .content .content-left .con .gqzyylist a {
        font-size: 16px;
        width: calc(100% - 150px);
    }

    .content .content-left .con .gqzyylist .time {
        font-size: 16px;
        width: 100px;
    }

    .zyyxc .publicize ul li {
        width: 48%;
        margin-bottom: 1rem;
    }
}