/* ---------------------------------------------------要闻动态------------------------------------------------------- */

.fixTop {
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

/* 头条 */
.hotNewsItem {
    position: absolute;
    left: 0px;
    z-index: 9;
    background: #fff;
    height: 150px;
    border-radius: 30px 30px 0 0;
    box-shadow: inset 0 8px 35px #cdeafe;
    top: 50px;
    width: 100%;


}

.hotTit a {
    display: block;
    padding-bottom: 0px;
    font-size: 42px;
    line-height: 118px;
    font-weight: 799;
    color: #0771ba;
    text-align: center;
}

.hotTit a:hover {
    transform: translateY(-5px);
    transition: 0.5s;
}

/* 轮播图 */
.yw-swiper {
    padding: 44px 0 50px;
    background-color: #edf6ff;
}

.yw-swiper .container {
    position: relative;
}
.yw-swiper .swiper-slide{height:445px;}

.yw-swiper a {
    display: flex;
    padding-top: 50px;
    background-image: linear-gradient(#fff 0, #fff 82%, #edf6ff 70%);
	height:100%;
}

.yw-swiper .img {
    width: 56.4%;
	height:100%;
    margin-left: 5.2%;
}

.yw-swiper .img img {
    display: block;
    width: 100%;
	height:100%;
}

.yw-swiper .txt {
    position: relative;
    width: 28%;
    margin-left: 5.2%;
}

.yw-swiper h2 {
    padding-top: 30px;
    background-color: #fff;
    font-size: 24px;
    line-height: 42px;
    color: #000;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yw-swiper p {
    padding-top: 30px;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.yw-swiper .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 152px;
    height: 48px;
    padding-left: 20px;
    background-color: #44b0f8;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    transition: all .5s;
}

.yw-swiper .more img {
    position: absolute;
    right: 19px;
    top: 15px;
}

.yw-swiper .more:hover {
    transform: translateY(-5px);
    transition: 0.5s;
    background: #0771ba;
    border-radius: 0px 20ox 0px 10px;
}

.yw-swiper .swiper-button-prev {
    left: 5.2% !important;
    right: auto;
}

.yw-swiper .swiper-button-next {
    right: 38.4% !important;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.yw-box .newsMore {
    color: #999;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 40px;
    font-size: 14px;
}

.yw-swiper02 {
    padding: 48px 0;
    background-color: #fff;
}

.SwiperNewsTit01,
.SwiperNewsTit,
.ztzl h2 {
    margin-bottom: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6ebfc;
}

.tabItem {
    width: 220px !important;
    height: 78px;
    margin-right: 14px !important;
    background: url(../images/tab-bg01.png) no-repeat center bottom;
    font-size: 26px;
    font-weight: 700;
    line-height: 78px;
    color: #333;
    text-align: center;
}

.tabItem.active {
    color: #0771ba;
    background-image: url(../images/tab-bg02.png);
}

.tabsConItem01 {
    display: flex;
    flex-wrap: wrap
}

.tabsConItem01 a {
    display: flex;
    width: 48%;
    padding: 30px 0;
    margin-bottom: 30px;
    border: 1px solid #dcf1ff;
    background: #f0f9ff url(../images/item-bg.png) no-repeat;
    background-position: 172px bottom;
    box-sizing: border-box;
    transition: all .5s;
}

.tabsConItem01 .date {
    width: 138px;
    height: 70px;
    text-align: center;
    font-size: 16px;
    color: #999;
}

.tabsConItem01 .date b {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.tabsConItem01 div {
    display: flex;
    flex: 1;
    align-items: center;
    height: 70px;
    padding: 0 30px;
    border-left: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.tabsConItem01 div p {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tabsConItem01 a:nth-child(2n) {
    margin-left: 4%;
}

.tabsConItem01 a:hover {
    background: linear-gradient(145deg, #589cf7, #237aee);
    transform: translateY(-5px);
    transition: 0.5s;
}

.tabsConItem01 a:hover .date,
.tabsConItem01 a:hover .date b,
.tabsConItem01 a:hover p {
    color: #fff;
}

.yw-swiper03 {
    padding: 48px 0;
    background: #e6f1fe url(../images/yw-bg01.png) no-repeat right bottom;
}

.yw-swiper03 .tabItem {
    width: 170px !important;
    height: 64px;
    background-image: url(../images/tab-bg03.png);
    line-height: 64px;
}

.yw-swiper03 .tabItem.active {
    background-image: url(../images/tab-bg04.png);
}

.tabsConItem {
    display: flex;
    flex-wrap: wrap
}

.tabsConItem p {
    position: relative;
    display: flex;
    align-items: center;
    width: 44.28%;
    height: 134px;
    margin-bottom: 40px;
    background-color: #fff;
}

.tabsConItem p span {
    position: absolute;
    right: -64px;
    top: 32px;
    width: 170px;
    height: 68px;
    background-color: #f2faff;
    border: 1px solid #deeffb;
    font-size: 18px;
    line-height: 68px;
    color: #000;
    text-align: center;
}

.tabsConItem p a {
    padding: 0 165px 0 44px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.tabsConItem p:nth-child(2n) {
    margin-left: 6.8%;
}

.tabsConItem p::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 100%;
    height: 100%;
    background-color: #f2faff;
    z-index: -1;
}

.tabsConItem p:hover::before {
    content: none;
}

.tabsConItem p:hover {
    background: linear-gradient(145deg, #589cf7, #237aee);
    transform: translateY(-5px);
    transition: 0.5s;
}

.tabsConItem p:hover a {
    color: #fff;
}

.ztzl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ztzl h2 {
    position: relative;
}

.ztzl .tabItem {
    display: block;
}

.zhuantiSwiper {
    margin-top: 40px;
}

.zhuantiSwiper img {
    width: 100%;
}

.zhuantiSwiper img:hover {
    transform: scale(0.9);
    transform-origin: center center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.zhuantiSwiper img {
    transition: all 0.3s ease;
}

.ztzl .swiper-button-prev {
    left: 0 !important;
    right: auto;
}

.ztzl .swiper-button-next {
    right: 0 !important;
    left: auto;
}

.newsMore {
    position: absolute;
    right: 0px;
    top: 35px;
    font-weight: normal;
    font-size: 14px;
    z-index: 1;
}

.newsMore:hover,
.newsMore:active {
    color: #0771ba;
}

/* ==================== 响应式 (320px – 767px) ==================== */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .header {
        height: 300px;
    }

    .fixTop {
        position: relative;
        margin-top: 120px;
        z-index: 2;
    }

    .hotNewsItem {
        height: 55px;
        top: 28px;
        width: 88%;
        padding: 6%;
        border-radius: 15px 25px 10px 10px;

    }

    .hotTit a {
        font-size: 16px;
        line-height: 65px;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: -14px;
    }

    .yw-swiper {
        padding: 23px 0 50px;
    }

    .yw-swiper {
        padding: 20px 0 35px;
    }

    /* a标签flex左右改为上下堆叠 */
    .yw-swiper a {
        flex-direction: column;
        padding: 5%;
        background-image: linear-gradient(#fff 0, #fff 92%, #edf6ff 92%);
    }

    /* 图片容器全屏宽度，清除左右边距 */
    .yw-swiper .img {
        width: 100%;
        margin-left: 0;
    }

    .yw-swiper .img img {
        width: 100%;
        display: block;
		height:280px;
    }

    /* 文字区域全屏宽，清除边距，底部留白给按钮 */
    .yw-swiper .txt {
        width: 100%;
        margin-left: 0;
        padding-bottom: 65px;
    }

    /* 标题适配字号、行数 */
    .yw-swiper h2 {
        padding-top: 15px;
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 2;
    }

    /* 简介文字缩小，减少显示行数 */
    .yw-swiper p {
        padding-top: 12px;
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    /* 查看详情按钮缩小适配手机 */
    .yw-swiper .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        bottom: 0px;
        right: 0;
        border-radius: 0 12px 0 8px;
    }

    .yw-swiper .more img {
        right: 14px;
        top: 11px;
    }

    .yw-swiper .more:hover {
        border-radius: 0px 20px 0px 10px;
    }

    /* 轮播箭头重新定位，取消PC端错位值 */
    .yw-swiper .swiper-button-prev {
        left: 5% !important;
        top: 120px;
    }

    .yw-swiper .swiper-button-next {
        right: 5% !important;
        top: 120px;
    }

    /* 统一缩小轮播导航按钮尺寸 */
    .swiper-button-next,
    .swiper-button-prev {
        --swiper-navigation-size: 34px;
        width: 32px;
        height: 32px;
        padding: 4px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }

    .swiperNews {
        position: relative;
    }

    .newsMore {
        position: absolute;
        right: 0px;
        top: 20px;
        font-size: 14px;
    }

    .tabItem {
        width: 115px !important;
        height: 45px;
        margin-right: 8px !important;
        background: none;
        font-size: 20px;
        font-weight: 700;
        line-height: 45px;
        color: #333;
        text-align: center;
    }

    .tabItem.active {
        color: #0771ba;
        background-image: none;
    }

    /* 国务院 */
    .tabsConItem01 {
        gap: 16px;
    }

    .tabsConItem01 a {
        width: 100%;
        margin-left: 0 !important;
        padding: 18px 16px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .tabsConItem01 a:nth-child(2n) {
        margin-left: 0;
    }

    /* 左侧标题区域 */
    .tabsConItem01 div {
        flex: 1;
        height: auto;
        padding: 0;
        border-left: none;
        margin-right: 12px;
    }

    .tabsConItem01 div p {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    /* 日期容器放到最右侧 */
    .tabsConItem01 .date {
        order: 2;
        flex-shrink: 0;
        text-align: right;
        font-size: 14px;
        color: #999;
        width: auto;
        height: auto;
        display: inline-flex;
        align-items: center;
    }

    /* 在 2026-06 后面添加横杠 */
    .tabsConItem01 .date span {
        display: contents;
    }

    .tabsConItem01 .date::before {
        content: "";
        order: 1;
    }

    .tabsConItem01 .date::after {
        content: "-";
        order: 2;
        margin: 0 2px;
    }

    /* 日期数字同行展示，取消大号样式 */
    .tabsConItem01 .date b {
        order: 3;
        display: inline;
        font-size: 14px;
        font-weight: normal;
        color: inherit;
    }

    .yw-swiper02 {
        padding: 15px 0;
    }

    /* 政务要闻 */
    .yw-swiper03 {
        padding: 0px;
        background: none;
        width: 100%;
    }

    .yw-swiper03 .tabItem {
        width: 95px !important;
        height: 60px;
        background-image: none;
        line-height: 60px;
    }

    .SwiperNewsCon {
        width: 100%;
    }

    .tabsConItem {
        gap: 0px;
    }

    /* 改为单列布局，清除双列边距 */
    .tabsConItem p {
        width: 100%;
        margin-left: 0 !important;
        height: auto;
        min-height: 40px;
        padding: 2px 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .tabsConItem p:nth-child(2n) {
        margin-left: 0;
    }

    /* 左侧标题占70%，单行超出省略 */
    .tabsConItem p a {
        width: 70%;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 右侧时间，禁止压缩，同行展示完整日期 */
    .tabsConItem p span {
        position: static;
        flex-shrink: 0;
        width: auto;
        height: auto;
        line-height: 32px;
        font-size: 14px;
        padding: 0 10px;
        background-color: unset;
        border: 0px solid #deeffb;
        text-align: center;
        top: auto;
        right: auto;
    }

    .tabsConItem p::before {
        left: 4px;
        top: 4px;
    }

    .yw-swiper03 .tabItem.active {
        background-image: none;
    }

    .SwiperNewsTit01,
    .SwiperNewsTit,
    .ztzl h2 {
        margin-bottom: 10px;
        padding-bottom: 0px;
        border-bottom: 1px solid #d6ebfc;
    }

    .yw-box .newsMore {
        top: 18px;
    }

    .hotTopNewsTit a {
        font-size: 16px;
        font-weight: 200;
        color: #0771ba;
        text-align: center;
        display: block;
        padding: 3% 5%;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 17px;
    }


}

@media screen and (min-width: 320px) and (max-width: 767px) {
.subform {
    width: 100%;
}
    .searchKeywords {
        width: 80%;
        left: 10%;
    }
    .searchSubmit {
        right: 10%;
		top: 0px;
    }
.searchBox {
        margin-top: 10px;
        margin-bottom: 30px;
    }
.swiperBanner img {
	height:245px;
	}
}