img,
input {
    vertical-align: middle;
}


.content_fff {
    width: 1420px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.home-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

html.home-hero-active,
body.home-hero-active {
    height: 100%;
    overflow: hidden;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.home-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-nav {
    background: rgba(255, 255, 255, 0.4);
}

.home-nav .nav-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.home-nav .nav-item a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
}

.home-nav .nav-icon {
    width: 28px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    background: url(../image/img.png) no-repeat;
}

.home-nav .nav0 { background-position: -235px 4px; }
.home-nav .nav1 { background-position: -278px 4px; }
.home-nav .nav2 { background-position: -24px 4px; }
.home-nav .nav3 { background-position: -130px 4px; }
.home-nav .nav4 { background-position: -180px 4px; }
.home-nav .nav5 { background-position: -325px 4px; }
.home-nav .nav6 { background-position: -80px 2px; }

.home-logo {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}

.home-logo img {
    max-width: 520px;
    width: 60%;
    height: auto;
}

.home-mouse {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.mouse-icon {
    width: 26px;
    height: 40px;
    margin: 0 auto 6px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    position: relative;
    box-sizing: border-box;
}

.mouse-icon::after {
    content: "";
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    animation: mouseScroll 1.6s infinite;
}

.home-mouse-text {
    font-size: 14px;
    letter-spacing: 1px;
}

@keyframes mouseScroll {
    0% { opacity: 1; transform: translate(-50%, 0); }
    70% { opacity: 0; transform: translate(-50%, 10px); }
    100% { opacity: 0; transform: translate(-50%, 10px); }
}

body.home-hero-active .content_fff,
body.home-hero-active .header,
body.home-hero-active .bg,
body.home-hero-active .right-nav {
    display: none;
}

body.home-hero-hidden .home-hero {
    display: none;
}

body.home-hero-hidden .bg,
body.home-hero-hidden .header {
    display: block;
}

@media (max-width: 1280px) {
    .home-nav .nav-list,
    .home-logo {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .home-hero {
        height: 100vh;
    }
    .home-nav .nav-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 16px;
        padding: 10px 12px;
    }
    .home-nav .nav-item a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .home-logo {
        padding-bottom: 30px;
    }
    .home-logo img {
        width: 90%;
        max-width: 100%;
    }
    .home-mouse {
        padding-bottom: 12px;
    }
}

.toutiao_con {
    padding-top: 20px;
}

.toutiao_con h1 {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 20pt;
    font-family: "微软雅黑";
    /* padding: 10px; */
}

.toutiao_con h1 a {
    color: #cd0000;
}

.toutiao_con p {
    width: 100%;
    height: 40px;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
}

.border_div {
    border: none;
}

.main2 .slidebox {
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    height: 458px;
    width: 718px !important;
}

.main2 .swiper-container {
    width: 100%;
    height: 100%;
}

.main2 .swiper-slide {
    position: relative;
}

.main2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main2 .slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main2 .swiper-pagination {
    position: absolute;
    text-align: right;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 10px !important;
    right: 15px !important;
    left: auto !important;
    width: auto !important;
}

.main2 .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 4px !important;
    cursor: pointer;
    font-size: 0;
}

.main2 .swiper-pagination-bullet-active {
    background: #df0a13;
    opacity: 1;
}

.right-nav div.close {
    float: none;
}

.ztslide {
    position: relative;
    height: 100px;
    margin: auto;
}

    overflow: hidden;
    clear: both;
}

.picScroll ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll ul li {
    float: left;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    display: inline;
}

.picScroll ul li a {
    cursor: pointer;
}

.picScroll ul li img {
    width: 100%;
    height: 100px;
}

.advert_top {
    width: 100%;
    margin: 6px auto 15px;
    position: relative;
    height: 70px;
}

.advert {
    display: block;
    width: 100%;
}

.advert img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .content_fff {
        width: 100%;
        overflow: hidden;
    }
    .main2 {
        width: 100%;
    }
    .main2 .slidebox {
        width: 100% !important;
        height: auto;
        aspect-ratio: 16 / 9; /* 让移动端轮播图保持比例 */
    }
    .lsyw {
        width: 100%;
        height: auto;
        margin-left: 0;
        float: none;
    }
    .new_info {
        margin-top: 10px  !important;
        width: 100%  !important;
    }
    .dzyxx_list,
    .szfxx_list {
        margin-top:0 !important;
        height: 360px !important;
        width: 95% !important;
        padding: 10px;
    }
    .newlist .title {
        height: auto !important;
        line-height: normal !important;
    }
    .newlist .title ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 让 iOS 滚动更平滑 */
        scrollbar-width: none; /* Firefox 隐藏滚动条 */
    }
    .newlist .title ul::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Edge 隐藏滚动条 */
    }
    .newlist .title li {
        flex: 0 0 auto; /* 防止被压缩，保持自身宽度 */
        width: auto;
        padding: 10px 15px !important;
        font-size: 16px !important;
        white-space: nowrap; /* 文字不换行 */
        border-bottom: 1px solid #ddd;
    }
    .new_content {
        padding: 0 10px 0 10px !important;
    }
    
    /* 彻底重置 fl_jsp 区域，防止被其他 PC 端全局样式污染 */
    #btn.fl_jsp {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        padding: 10px !important;
        margin: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        gap:0;
    }
    
    #btn.fl_jsp a {
        width: 48% !important;
        /* margin: 0 0 10px 0 !important; */
        padding: 0 !important;
        display: block !important;
        flex: none !important; /* 清除可能存在的 flex-grow */
    }
    
    #btn.fl_jsp a:first-child {
        margin-top: 5px !important;
    }
    
    #btn.fl_jsp a img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    .swiper-container-bottom {
        width: 100% !important;
        padding: 0 !important; /* 必须去掉 padding，否则 Swiper 计算宽度和滑动距离会出错 */
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }
    
    /* 彻底重置所有外层父容器的固定宽度 */
    .ztzl, 
    .ztzl .conbot.container,
    .content_fff {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .swiper-container-bottom .swiper-slide {
        text-align: center; /* 让内部图片居中 */
        width: 100% !important; /* 强制占满容器 */
        box-sizing: border-box !important;
    }
    .swiper-container-bottom .swiper-slide img {
        width: 100% !important;
        max-width: calc(100% - 60px) !important; /* 用 max-width 给左右按钮留出空间 */
        height: auto !important;
        aspect-ratio: 334 / 176;
        object-fit: cover;
        margin: 0 auto; /* 居中显示 */
        border-radius: 4px;
        display: block !important;
    }
    .conbot .next,
    .conbot .prev {
        opacity: 1 !important; /* 移动端没有 hover，强制显示按钮 */
        width: 36px !important;
        height: 36px !important;
        background-size: 20px !important; /* 调大背景图标 */
        background-color: rgba(255,255,255,0.95) !important; /* 提高背景白色的不透明度，增加对比度 */
        background-repeat: no-repeat !important;
        background-position: center !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important; /* 增加阴影，让按钮更有立体感和辨识度 */
        border-radius: 50% !important; /* 确保是圆形的 */
        top: 50% !important;
        transform: translateY(-50%) !important; /* 绝对垂直居中 */
    }
    .conbot .prev {
        left: 5px !important;
    }
    .conbot .next {
        right: 5px !important;
    }
    .advert_top,
    .TB-focus {
        display: none;
    }
}

.main2 {
    height: auto;
    width: 1420px;
    margin-bottom: 24px;
    overflow: hidden;
}

.lsyw {
    width: 678px;
    height: 458px;
    margin-left: 22px;
    float: left;
}

.newlist .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #df0a13;
    position: relative;
    background: #f5f5f5;
}

.newlist .title li {
    display: inline-block;
    padding: 0 23px;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    position: relative;
}

.newlist .title li.hover {
    background-color: #df0a13;
    color: #fff;
    border-top-right-radius: 18px;
}

.newlist .title li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.new_content {
    padding: 0 24px 0 24px;
}

.new_info {
    margin-top: 24px;
    height: 380px;
    overflow-y: hidden;
}

.new_info li {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
}

.new_info li i {
    display: none;
}

.new_info a {
    color: #333;
    text-decoration: none;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_info span {
    color: #999;
    font-size: 16px;
    margin-left: 15px;
    font-family: Arial;
}

.dzyxx_list {
    margin-top: 24px;
    height: 380px;
    overflow-y: hidden;
    width: 100%;
}

.szfxx_list {
    margin-top: 24px;
    height: 380px;
    overflow-y: hidden;
    width: 100%;
}

.dzyxx_list li,
.szfxx_list li {
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #eee;
}

.dzyxx_list li a,
.szfxx_list li a {
    display: block;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dzyxx_list li i,
.szfxx_list li i {
    display: none;
}

.dzyxx_list li span,
.szfxx_list li span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-left: 15px;
    font-family: Arial;
}

.p10_div {
    padding: 0px;
}

.flashlist .f_out {
    height: 469px;
}

/*数字政府*/
#sc_szzf {
    width: 100%;
    margin: 10px auto 0;
    padding: 20px 0;
    background: url(../images/index/6.png) no-repeat center center;
    background-size: cover;
}

.tit-top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 30px 0 0; */
    width: 100%;
}

.tit-top-links a {
    width: 33%;
    display: block;
}

.tit-top-links img {
    width: 100%;
    height: 74px;
    display: block;
    transition: transform 0.3s ease;
}

.tit-top-links a:hover img {
    transform: translateY(-5px);
}

#tit {
    margin-bottom: 0px;
    padding: 20px 0;
    padding-bottom: 27px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

#tit img {
    max-width: 100%;
    height: auto;
}


/* border-bottom: 2px solid #f1bec0;*/
#tit h1 {
    font: bold 5.8em '';
    color: #0059b5;
    letter-spacing: 8px;

}

#tit h1 em {
    font-weight: bold;
}

#tit p {
    font: 2.5em/2 '';
    color: #0257b2;
}

#tit span {
    font: 2.6em '';
    color: #abc8ea;
    letter-spacing: 2px;
    display: inline-block;
    background: #eef5fd;
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
}

#yiwang {
    position: relative;
    margin: 40px auto;
    margin-top: 0px;
    /* width: 1420px; */
}

.fl_jsp {
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
    margin-left: 1px;
}

#yiwang dd {
    width: 21%;
    height: 81px;


    text-align: center;
}


#yiwang dd span {
    font-size: 24px;
    margin-left: 18px;
    vertical-align: middle;
}

#yiwang dd span em {
    font-weight: bold;
}


.hoverbox {
    width: 90.5%;
    padding: 20px;
    list-style: none;
    display: none;
    position: absolute;
    left: 3%;
    top: 100px;
    text-align: left;
    z-index: 999;
    background: #fff;

}


.hoverbox.hover {
    display: flex;
}

.hoverbox>li {
    position: relative;
    text-align: center;
    width: 190px;
}

.hoverbox h2 {
    font: 18px/2 '';
    text-align: left;
    color: #000;
    padding-left: 29px;
}

.hoverbox ul {

    margin: 20px 0;
    height: 220px;
    overflow: hidden;
}

.hoverbox ul a {
    font: 16px/2 '';
    color: #404040;
}

.whitle_bg {
    position: absolute;

    top: -3px;
    width: 268px;
}

#yiwang dd .line {
    position: absolute;
    width: 97%;
    height: 1px;
    top: 93px;
    background: #f0dfdf;
}

.hoverbox button {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    transform: translateY(-10px);
    border: 1px solid darkgray;
    border-radius: 53%;
    font: 20px/.8 '';
    cursor: pointer;

}

.hoverbox button.butons {
    margin-left: 47px;
}






.conbot .next,
.conbot .prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #ccc;
    text-align: center;
    position: absolute;
    cursor: pointer;
    top: 30%;
    z-index: 99;
    font-size: 0px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.conbot:hover .next,
.conbot:hover .prev {
    opacity: 1;
}

.conbot .prev {
    left: 10px;
    background: url(../newimg/newzwxx-051left.png)
}

.conbot .next {
    right: 12px;
    background: url(../newimg/newzwxx-051right.png)
}

.conbot {
    position: relative;

    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
}
.swiper-container-bottom {
    padding: 0 7.5px;
    box-sizing: border-box;
}
.swiper-container-bottom .swiper-slide {
    /* padding: 0 7.5px; */
    box-sizing: border-box;
}

.ztzl {
    height: auto;
}

.conbot ul li {
    width: 33.333%;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

.conbot li p {
    font-size: 18px;
    color: #be0000;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conbot li p em {
    font-weight: bold;
}

.picMarquee-left .bd { width: 100%; }
.picMarquee-left .bd .tempWrap { width: 100%; }
.picMarquee-left .bd ul { margin-left: 0; }
.picMarquee-left .bd img { width: 100%; height: 150px; }

.fl_jsp li ul li a:hover {
    background: url('../newimg/zfbz.png') repeat-x;
}

#tit {}

.Submenu {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.Submenu a {
    font-size: 14px !important;
    padding: 5px 10px !important;
    display: block !important;
    color: #666 !important;
    border-bottom: 1px solid #f0f0f0;
}

.Submenu a:hover {
    background-color: #f9f9f9;
    color: #df0a13 !important;
}

.Submenu a:last-child {
    border-bottom: none;
}

.hoverbox ul li:hover .Submenu,
.Submenu:hover {
    display: block;
}

element.style {}

.hoverbox ul a {
    font: 16px/2 '';
    color: #a3a3a3;
    text-align: left;

}

.Submenu a {
    font-size: 14px !important;
}

.hoverbox a {
    display: -webkit-box;
    overflow: hidden;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fl_jsp li img {
    margin-left: 33px;
}

.hoverbox>li {
    text-align: left;

}

.ftleft .p1 a:hover {
    text-decoration: underline;
}

.yqlj_left a:hover {
    text-decoration: underline;

}

.Submenu a {
    padding-left: 0px;
}





#yiwang dd {
    width: 24%;
    height: 185px;
    border: 1px solid #dbebfa;
    cursor: pointer;
    text-align: center;
}

#yiwang dd:hover {
    border-color: #0059b5;
}

#yiwang dd>img {
    position: relative;
    top: -10px;
}

#yiwang h1 {
    color: #0059b5;
    margin-top: 10px
}

#yiwang h1 em {
    font: bold 26px '';
}

#yiwang dd:nth-of-type(1) .hoverbox:before {
    left: 12%
}

#yiwang dd:nth-of-type(2) .hoverbox:before {
    left: 37%
}

#yiwang dd:nth-of-type(3) .hoverbox:before {
    left: 62%
}

#yiwang dd:nth-of-type(4) .hoverbox:before {
    left: 87%
}

.hoverbox {
    width: 100%;
    padding: 20px;
    box-shadow: #b0d1f3 0 0 10px;
    list-style: none;
    display: none;
    background-color: white;
    position: absolute;
    left: 0;
    top: 180px;
    text-align: left;
    z-index: 999;
    box-sizing: border-box;
}

.hoverbox:before {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    background: url("../newimg/hoverboxbgsjx.png");
    background-size: 100%;
}

.hoverbox>li {
    position: relative
}

.hoverbox h2 {
    font: 22px/2 '';
}

.hoverbox ul {
    width: 195px;
    margin: 20px 0;
    height: 220px;
    overflow: hidden;
    padding-left: 51px;
}

.hoverbox ul li::marker {
    font: 18px/2 '';
    color: #a3a3a3;
}

.hoverbox ul a {
    font: 18px/2 '';
    color: #a3a3a3;
    margin-left: -30px;
    padding-left: 14%;
    padding-right: 15px;
}

.hoverbox ul a:hover {
    color: #df0a13;
}

.hoverbox a {
    display: table;
    overflow: hidden;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hoverbox li button:first {
    margin-left: 30px;
}

.ywtb {
    color: #e35887;
}

.ywjg {
    color: #efa526;
}

.ywgk {
    color: #80ba78;
}

.ywxt {
    color: #dc5151;
}

#yiwang dd:hover .hoverbox,
.hoverbox:hover {
    display: flex
}



.gwylastli {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

#main4 .gwylastli a span {
    font-weight: bold;
    color: #cc272d;
    font-size: 18px;
    float: unset;
}

.gwylastli a span em {
    font-weight: bold;
}

/***/

@media (max-width: 820px) {
    html {
        font-size: 18px;
    }

    .title li.hover .more {
        right: 0px;
    }

    html body {
        width: 100%
    }

    .content_fff {
        width: 100%;
    }

    .toutiao_con {
        padding-top: 2%;
    }

    .toutiao_con a {
        font-size: 0.8em;
    }

    .toutiao_con h1 {
        height: auto;
    }

    .main2 {
        height: auto;
        width: 100%;
    }


    .flashlist,
    .xwtp,
    .focus,
    .main2,
    .f_out a img,
    .flashlist .f_out {
        height: 100%;
        width: 100%;
    }

    .lsyw {
        width: 100%;
        height: 100% !important;
        margin-left:0;
        margin-top:10px
    }

    .newlist .title li,
    .newlist .title li span,
    .new_info li,
    #main4 .gwylastli a span {
        font-size: 0.9rem;
        /* padding: 0px 15px; */
    }

    .gwylastli {
        width: 90%;


    }

    #sc_szzf {
        width: 100%;
    }

    .new_info li {
        font-size: 13px;
        /* padding-left: 28px; */
    }

    #yiwang {
        width: 100%;
        margin-left: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #yiwang dd h1.change_tit {
        font-size: 18px !important;
    }

    #yiwang dd>img {
        width: 80%;
        max-width: 98px;
    }

    #yiwang h1 em {
        font-size: 1rem;
    }

    #yiwang dd {
        height: 120px;
    }

    #tit {
        margin-bottom: 40px;
        padding: 10px 0;
        /* height: 231px; */
    }

    #tit span {
        font-size: 14px
    }

    /* 移动端hoverbox样式优化 - 参照截图 */
    .hoverbox {
        top: 140px !important;
        width: 100% !important;
        left: 0px !important;
        position: absolute !important;
        display: none !important;
        flex-wrap: wrap !important;
        box-sizing: border-box !important;
        background: #fff !important;
        box-shadow: #b0d1f3 0 0 10px !important;
        border-radius: 0 !important;
        z-index: 999 !important;
        padding: 20px 10px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        max-height: 400px !important;
        transform: none !important;
    }

    /* 默认隐藏所有的hoverbox */
    #yiwang dd .hoverbox,
    .hoverbox {
        display: none !important;
    }

    /* 只有当 dd 拥有 active 类时，才展示其内部的 hoverbox */
    #yiwang dd.active .hoverbox {
        display: flex !important;
    }

    /* 隐藏PC端的小三角和分隔线 */
    .hoverbox:before,
    .hoverbox .line {
        display: none !important;
    }

    /* hoverbox内的li - 手机端横排2列 */
    .hoverbox>li {
        width: 50% !important;
        position: relative !important;
        text-align: center !important;
        box-sizing: border-box !important;
        margin-bottom: 30px !important;
        padding: 0 10px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    /* 顶部大图标居中显示 */
    .hoverbox>li>img {
        display: block !important;
        position: static !important;
        width: 70px !important;
        height: auto !important;
        margin: 0 auto 15px auto !important;
    }

    /* h2分类标题样式 - 居中、深蓝色 */
    .hoverbox h2 {
        font-size: 1.1rem !important;
        padding-left: 0 !important;
        text-align: center !important;
        color: #2664b3 !important;
        font-weight: bold !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    /* 内部ul列表样式 */
    .hoverbox ul {
        width: 100% !important;
        margin: 0 !important;
        height: auto !important;
        padding-left: 0 !important;
        max-height: none !important;
        overflow: visible !important;
    }

    /* 内部li项 */
    .hoverbox ul li {
        width: 100% !important;
        text-align: center !important;
        position: relative !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
        margin-bottom: 13px !important;
    }

    /* 链接样式 - 单行截断并居中 */
    .hoverbox ul a {
        font: 14px/1.5 '' !important;
        color: #666 !important;
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        text-decoration: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    /* 隐藏手机端 hoverbox 下的翻页按钮 */
    .hoverbox .butons {
        display: none !important;
    }

    .hoverbox ul a:active {
        color: #df0a13 !important;
    }

    #btn a {
        width: 49%;
    }

    #btn a img {
        width: 100%;
        height: 74px;
    }


    .zwzt {
        width: 100%;
    }

    .tempWrap {
        margin: 0 !important;
        padding: 0 !important;
    }

    .conbot ul li {
        padding: 0px !important;
    }

    .container {
        width: 100%;
    }

    .main2 {
        /* overflow: auto; */
    }

    .main2 .slidebox {
        width: 100%;
        height: auto;
    }

    .main2 .swiper-wrapper {
        height: auto !important;
    }

    .toutiao_con p {
        height: auto;
    }

    /*手机版头部底部*/


    #container {
        width: 100%;
    }

    .nav ul {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 48px;
        font-size: 0px;
    }

    .nav ul li {
        float: unset;
        display: inline-block;
        margin-top: 0px;
        width: auto !important;
        height: 48px;

    }

    .search-box .search {
        width: 100%;
    }

    .search-box .search .search-input {
        width: 100%;
    }

    .search-box .search input {
        width: 80%;
    }

    .search-box {
        height: auto;
    }

    .search-box .search-item {
        width: 17%;
    }

    .footer .help {
        position: relative;
        overflow: auto;
        width: 45%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .slide-text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .footer .footer-content {
        padding-top: 0px;
    }

    .weather-box {

        position: relative;
        left: 30%;
        display: inline-block;
    }

    .footer {
        padding-top: 0px;
    }
}

.hcUnderLine+.hoverbox {
    display: flex;
}

.hcUnderLine.hoverbox {
    display: flex;
}

.hcUnderLine>.hoverbox {
    display: flex;
}

.hzyBgc1.hoverbox {
    display: flex;
}
