


@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */
        /* 移动端适配 - 屏幕宽度≤768px时生效 */
        @media (max-width: 768px) {
            /* 1. 核心容器布局调整 */
            .new-3 {
                width: 100%;
                padding: 0 5px; /* 增加左右内边距，避免贴边 */
                margin: 0 auto;
            }

            .new-3 .zdtj {
                width: 100%;
                padding-top: 10px;
            }

            /* 核心容器改为flex布局，实现2列排列 */
            .new-3 .nrk-32.clearfix2 {
                display: flex !important; /* 提升优先级 */
                flex-wrap: wrap; /* 自动换行 */
                flex-direction: row !important;
                gap: 10px !important; /* 列间距 */
                overflow-x: visible !important;
                padding: 10px 0;
                width: 97%; /* 确保宽度100% */
            }

            /* 2. 咨询服务标题栏适配 */
            .new-3 .title {
                display: flex !important;
                flex-direction: row !important;
                justify-content: center;
                align-items: center;
                width: 100%;
                padding: 10px 0 15px;
                margin-bottom: 5px;
            }

            .new-3 .title .fz40 {
                font-size: 24px !important;
                line-height: 1.2 !important;
                writing-mode: horizontal-tb !important;
                width: auto !important;
                padding-top: 0 !important;
                margin: 0 !important;
                text-align: center;
            }

            .new-3 .title .more {
                writing-mode: horizontal-tb !important;
                font-size: 14px !important;
                color: #666 !important;
                background-color: #f5f5f5 !important;
                border-radius: 20px !important;
                padding: 4px 12px !important;
                margin: 0 !important;
                display: inline-block !important;
                text-decoration: none;
            }

            /* 3. 核心：移动端每行2列布局（关键优化） */
            .new-3 .lmmc-6 {
                width: calc(50% - 5px) !important; /* 2列，减去gap的一半（10px/2=5px） */
                margin: 0 !important; /* 清空所有margin */
                margin-bottom: 15px !important; /* 仅保留底部间距 */
                height: auto !important;
                min-height: 200px !important;
                padding: 0px;
                float: none !important; /* 取消浮动，用flex布局 */
                border: 1px solid #eee;
                border-radius: 6px;
            }

            /* 图片自适应（关键：确保图片撑满容器且不变形） */
            .new-3 .lmmc-6 img {
                width: 100%;
                height: 100%;
                object-fit: cover; /* 保持图片比例，裁剪多余部分 */
                border-radius: 4px;
            }

            /* 4. 卡片内文字适配 */
            .new-3 .lmmc-6 .main-title {
                font-size: 20px;
                font-weight: bold;
                display: block;
                margin-bottom: 8px;
                color: #333;
                text-decoration: none;
                padding-top: 5px;
            }

            .new-3 .lmmc-6 .content-link {
                display: block;
                text-decoration: none;
            }

            .new-3 .lmmc-6 .text-col,
            .new-3 .lmmc-6 .text-col2,
            .new-3 .lmmc-6 .text-col3 {
                display: inline-block;
                font-size: 12px;
                color: #ffffff;
                border-radius: 4px;
            }

            /* 5. 取消多余的横向滚动 */
            .new-3 .nrk-32 {
                overflow-x: visible !important;
            }
        }

        /* 小屏手机适配（≤479px）- 可选优化 */
        @media (max-width: 479px) {
            .new-3 .lmmc-6 {
                min-height: 180px !important;
            }

            .new-3 .title .fz40 {
                font-size: 20px !important;
            }

            .new-3 .lmmc-6 .text-col,
            .new-3 .lmmc-6 .text-col2,
            .new-3 .lmmc-6 .text-col3 {
                font-size: 14px;
            }
        }
/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */

@media screen and (max-width:1720px ) {
.jtt2 {    right: 20px;    z-index: 99;}
.swiper-button-prev2 {left: 20px;}


}


@media screen and (max-width:1675px ) {
.nav .wp-menu .menu-item a.menu-link {padding: 0 20px;font-size: 18px;transition: all 0.6s;}
}

/*@media screen and (max-width:1570px ) {*/
/*.foot-link { padding-left:160px;}*/



}
@media screen and (max-width:1420px ) {
.foot-xx { padding-left:50px;}
.people-1{ width:48%;}
}
@media screen and (max-width:1370px ) {
.nav .wp-menu .menu-item a.menu-link {padding: 0 10px;font-size: 16px;transition: all 0.6s;}
}
@media screen and (max-width:1300px ) {
.people-1{ width:100%;}
}

@media screen and (max-width:1280px ) {
/*.foot-link { padding-left:10px;}*/
.foot-xx { padding-left:10px;}

}
@media screen and (max-width:1200px ) {
.foot-logo { width:83.5%;}
/*.foot-3 {*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*background: url(/gov/upload/logodi.png) no-repeat center center;}*/
/*.foot-link { padding-left:0px; }*/
.foot-xx { padding-left:0px;}
.zjk {    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;    text-align: center;width: 83.5%;}
.foot-ewm { padding-top:1px;text-align: center;width: 100%;}
}

/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
.dh { display:none;}
.fgx-2,.top-nav { display:none;}
.top-logo { width:100%;}
.top-2 {width: 100%;
        background: url(/gov/upload/logoyidong.png) no-repeat 50%;
        background-size: 170px 60px;
        background-position: center bottom, 30px 0;}
.top-rt {width:100%;margin-top: 10px;margin-bottom: 15px;}
.top-1 {/** position:inherit;**/background:#a21a14 !important;}
.img-content {display: inline-block;}
.lmmc-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.lmmc-2 { font-size:24px;line-height: 32px;}
.lmbm-1 { font-size:20px;    padding-top: 5px;}
.more-1 {
    position: absolute;
    right: 0px;
    width: 70px;
    height: 34px;
    background: #FFEFEF;
    border-radius: 30px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    top: calc(50% - 17px);
}
.btt-2 { font-size:14px;}
.jj-1 { font-size:12px;}
.btt-1 { margin-bottom:30px;}
.nrk-2 {
    padding-bottom: 15px;
}
.btt-3 { padding:0 15px;    height: 55px;
    margin-bottom: 10px;}
.tm-1 { font-size:36px;}
.btt-4 { font-size:14px;padding-left: 20px;}
.col_news .col_news_box {
    margin-left: 345px;
}
.jzlb {
    font-size: 16px;
    line-height: 42px;
    color: #111111;
    padding-right: 100px;
    position: relative;
    border-bottom: 1px solid #e5e2dd;
}
.fbsj4 { font-size:13px;}
.col_menu .col_menu_head h3.col_name .col_name_text { height:115px;}
.col_menu {margin-top: -90px;}
.col_menu .col_menu_head h3.col_name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.tpxw-2 {padding-top: 15px;}
.name-pp { font-size:18px; padding-top:20px; padding-bottom:15px;}
.fbt { font-size:14px; margin-bottom:15px;}
.kzzd { font-size:13px; line-height:26px;}
.pp-1 {height:auto;width: 120px;margin-top: 14px;}
.people-1 {padding:0 10px;height: 250px;margin-bottom: 15px;}
.pp-yc {
  /**  float: right;
    width: calc(100% - 140px);**/
}

.col_list .wp_listcolumn .wp_column a .column-name {
    line-height: 42px;
}
.col_list .wp_listcolumn .wp_column a {
    font-size: 16px;
}
.col_list .wp_listcolumn .sub_list a .column-name { line-height:36px;}
.col_list .wp_listcolumn .wp_column .sub_list a { font-size:14px;}






.wrapper .inner {
	width: 100%;
	margin: 0 auto;
}
.navi-aside-toggle, .navi-aside-search {
	display: block;
}
#header {position: initial;
    opacity: 1;
    transition: all 0.6s;
}
#header .inner {
	/* padding: 10px 0px; */
	/* height: auto; */
	/* position: relative; */
	/* background: none; */
}
.header .head-left {
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}
.header .sitelogo {
	float: none;
	margin-top: 0px;
}
.header .sitelogo a {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.header .sitetitle {
	margin-top: 38px;
	font-size: 28px;
}
.header .head-main {
	display: none;
}
.header .head-right {
	float: none;
	width: 100%;
	margin-top: 0px;
}
.header .head-right .searchbox {
	margin: 5px 0px;
	width: 100%;
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-navi .wp-menu {
	display: none;
}
.wp-navi-slide .navi-slide-head {
	display: block;
	padding: 0 10px;
	height: 40px;
}
.wp-navi-slide .wp-menu {
	background: #fff;
}
.wp-navi-slide .wp-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
	z-index: 100;
	width: 100%;
	padding-left: 0px;
	text-align: left;
	border-bottom: 1px solid #eee
}
.wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 6px;
	top: 1px;
	background: url(css/img/icons.png) no-repeat 10px -116px;
}
.wp-navi-slide .wp-menu .menu-item a.menu-link {
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #343434;
	font-size: 14px;
}
.wp-navi-slide .wp-menu .menu-item a.menu-link.hover, .wp-navi-slide .wp-menu .menu-item.hover a.menu-link, .wp-navi-slide .sub-menu .sub-item.hover> a, .wp-navi-slide .sub-menu .sub-item a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
}
.wp-navi-slide .sub-menu {
	display: none;
	position: relative;
	left: 0;
	bottom: 0px;
	top: 0px;
	min-width: 0px;
	z-index: 100;
	background: #fff;
	opacity: 0.8;
}
.wp-navi-slide .sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
.wp-navi-slide .sub-menu .sub-item a {
	display: block;
	color: #000;
	height: auto;
	line-height: 40px;
	padding: 0 36px;
	font-size: 14px;
	background: none;
}
.wp-navi-slide .sub-menu .sub-item a:hover {
	color: #000;
	background-color: #eee;
	display: block;
}
.wp-navi-slide .sub-menu .sub-menu {
	left: 0;
	top: 0;
}
.wp-navi-slide .sub-menu .sub-menu .sub-item a {
	padding: 0 52px;
}
.mbanner .focus {
}
.mbanner .focus .focus-title-bar {/* display:none!important; */
}
.main1 .ml {
	float: none;
	width: 100%;
	padding-top: 0px;
}
.main1 .mll {
	float: none;
	width: 100%;
	margin-left: 0px;
	min-height: 0px;
}
.main1 .mc {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.main1 .mr {
	float: none;
	width: 100%;
}
.main2 .inner {
	padding: 10px 0;
}
.main4 .ml {
	float: none;
	width: 100%;
}
.main4 .mr {
	float: none;
	width: 100%;
	padding-top: 0px;
}
/*左标题右内容*/
.post5 {
	background: transparent;
}
.post5 .tt {
	float: none;
	width: 100%;
	margin-right: 0px;
	border-bottom: 2px solid #146cc1;
}
.post5 .tt .tit {
	float: none;
	margin-top: 0px;
	width: 100%;
}
.post5 .tt .tit .title {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #18267d;
	cursor: pointer;
}
.post5 .more_btn {
	display: inline-block;
	right: 0;
	bottom: 0px;
	margin-top: 0px;
	text-align: right;
}
.post5 .more_btn a {
	line-height: 45px;
	color: #666;
}
.post5 .con {
	padding: 6px 0;
	position: relative;
}
.post5 .con .conbox {
	margin-left: 0px;
	padding-left: 0px;
	background: transparent;
}
.post-41 .con {
	padding: 8px 0;
}
#footer .inner {
	background: none;
}
#footer .inner .foot-left {
	float: none;
	padding-left: 0px;
	background: none;
	padding: 0;
}
#footer .inner .foot-left p {
	text-align: center;
}
#footer .inner .foot-right {
	float: none;
	margin-top: 12px;
}
.shares ul {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	float: none;
}
/**友情链接**/
.botlinks .links-wrap {
	float: none;
	display: inline-block;
	margin: 4px 0px;
	width: 100%;
}
.botlinks .links-wrap .link-items {
	min-width: 100%;
}
/*图列表*/
.news_tu .news_list li.news {
	width: 33.3%;
}

.post-11 .news .link_icon .link_con { font-size:24px;transition: all 0.6s;}

.post-31 .news_list .news_box a {font-size:24px;transition: all 0.6s;}

.lmmc-5 { font-size:20px; margin-bottom:15px; height:120px;}
.lmmc-6 { font-size:20px; margin-bottom:15px; height:120px;}
.nrk-3 { padding-bottom:15px;}
.nrk-4 {
    padding-bottom: 20px;
}


#l-container .inner, #d-container .inner {
	padding: 0px 0px;
}
#l-container.wrapper .inner .mod, #d-container.wrapper .inner .mod {
	padding: 0;
}
.column-switch {
	display: block;
}
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: grid;
	line-height: 40px;
	font-size: 17px;
	height: 40px;
	text-align: left;
	justify-content: left;
}/**栏目名称图标**/
.col_menu {
	width: 100%;
	float: none;
	margin-right: 0px;
	position: relative;
	margin-top: 0;
}
.col_menu .col_menu_con {
	display: none;
	border: 0px solid #e4e4e4;
}
.col_metas .col_title h2 {
	font-size: 18px;
}
.col_news .col_news_box {
    margin-left: 10px;
    margin-right: 10px;
}
.dqwz { display:none;}





}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
.new-2 .ml{ width:100%;}
.new-2 .mr{ width:100%;}
.people-1{ width:100%;}
.tpp-2 { margin-left:0; width:49%;}
.tpp-2:nth-child(even){ float:right;}
.btt-1 { margin-bottom:1px;}
.btt-3 { width:100%;}
.lmmc-5 { width:49%; margin-left:0; font-size:16px; font-weight:normal; height:120px; margin-bottom:10px;}
.lmmc-5:nth-child(even){ float:right;}
.lmmc-6 { width:49%; margin-left:0; font-size:16px; font-weight:normal; height:120px; margin-bottom:10px;}
.lmmc-6:nth-child(even){ float:right;}
.jtt2 {/* width:20px; */}
.swiper-button-prev2 {
    /* margin-right: 10px; */
}
.zyjt { margin-top:-3.85px;}




#header .inner {
	height: 32px;
	transition: all 0.6s;
}
.header .sitelogo a img {
	max-width: 50%;
	margin: 5px 0px;
}
.header .sitelogo a {
}
.header .sitetitle {
	display: block;
	margin-top: 10px;
	font-size: 18px;
}
.main1 .ml {
	float: none;
	width: 100%;
}
.main1 .mr {
	float: none;
	width: 100%;
}
.main4 .inner {
	padding: 10px 0 15px;
}
.main4 .mr {
	float: none;
}
.post-12 .news_list li.news {
	width: 33.3%;
}
.post-41 .news_list li.news {
	width: 50%;
}
#footer .inner {
	padding: 17px 0px;
}
#footer .inner .foot-left {
	float: none;
}
#footer .inner p {
	text-align: center;
}
/*栏目图片*/
.l-banner {
	height: 180px;
}
.l-banner img {
	width: 100%;
	height: 100%;
}
#l-container .inner, #d-container .inner {
	padding: 0px 0px;
}
#l-container.wrapper .inner .mod, #d-container.wrapper .inner .mod {
	padding: 0;
}
.column-switch {
	display: block;
}
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: grid;
	line-height: 40px;
	font-size: 17px;
	height: 40px;
	text-align: left;
	justify-content: left;
}/**栏目名称图标**/
.col_menu {
	width: 100%;
	float: none;
	margin-right: 0px;
	position: relative;
	margin-top: 0;
}
.col_menu .col_menu_con {
	display: none;
	border: 0px solid #e4e4e4;
}
.col_metas .col_title h2 {
	font-size: 18px;
}/**当前栏目名称**/
.col_news {
	width: 100%;
	min-height: 300px;
	float: none;
} /**栏目新闻**/
.col_news .col_news_box {
	margin-left: 10px;
	margin-right: 10px;
}
.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 0px;
}
.col_news_con .news_list li.news {
	line-height: 24px;
	padding: 4px 0px;
}
.col_news_con .news_list li.news span.news_title {
	line-height: 24px;
	margin-right: 100px;
}/*标题*/
.col_news_con .news_list li.news span.news_meta {
	margin-left: -100px;
}/*属性*/
.wp_paging li.pages_count, .wp_paging li.page_jump {
	display: none;
}
.infobox {
	width: auto;
	padding: 0px;
	margin: 0 10px;
}

/*图列表*/
.news_tu .news_list li.news {
	width: 50%;
}
/*组织机构*/
.inss .part_xy .sub-list .sub-item {
	width: 50%;
}


.post-11 .news .link_icon .link_con {
    font-size: 19px;
    transition: all 0.6s;
}

.post-11 .news .link_icon .icon {
    background-size: 100% !important;
    width: 40px;
    height: 40px;transition: all 0.6s;
}

.post-31 .news_list .news_box a {font-size:19px;transition: all 0.6s;}
.post-31 .news_list li.news {width:50%;}
.mbanner .focus .focus-navigation {display: none !important;}
.mbanner .focus .focus-page {margin-left: 7px;width: 12px;height: 12px;}


.logo1 img {width:60%; transition: all 0.6s;}
.slt1 {width:100%;height:auto;float: none;transition: all 0.6s;}
.jianjie {width: 94%;margin: auto;float: none;transition: all 0.6s;}
.dyk { padding: 10px;transition: all 0.6s;}
.zbk {width:100%; float:none; padding-bottom:15px;}
.dh {height:32px;}

.slt3 {width: 49%;margin-right:0;transition: all 0.6s;margin: 0 0 10px 0;}
.TT2,.TT4 {float:right;transition: all 0.6s;}


}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */





 
@media screen and (max-width: 479px) {
.pp-yc{padding-left:130px; }
.post-11 .news .link_icon .link_con {
    font-size: 14px;
    transition: all 0.6s;
}
.post-11 .news .link_icon {height:150px;transition: all 0.6s;}

.post-31 .news_list .news_box a {font-size:14px;transition: all 0.6s;}
.post1 .tt .title {font-size:32px;transition: all 0.6s;}	
	
	
.site-lang ul li.links a {
	margin: 0px 2px 0px 2px;
}
.post-11 .news_list li.news .news_title {
	width: 73%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.post-12 .news_list li.news {
	width: 100%;
}
#footer .inner p.copyright span {
	display: block;
}
.article h1.arti_title {
	line-height: 28px;
	font-size: 18px;
}
.article h2.arti_title {
	line-height: 28px;
	font-size: 16px;
}
/*图列表*/
.news_tu .news_list li.news {
	width: 100%;
}
/*组织机构*/
.inss .part_xy .sub-list .sub-item {
	width: 100%;
}

.logo1 img {width:40%; transition: all 0.6s;}
.slt3 {width:100%;margin: 0 0 10px 0;transition: all 0.6s;}
.tpxw {position:inherit; padding:0; height:auto;transition: all 0.6s;}
.slt2 {position:inherit;}
.slt2 img {display:block; margin:auto;}
.tpp-2 { width:49%;margin-bottom: 10px;}


}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
}



/* 移动端适配 - 屏幕宽度小于768px时生效（主流移动端断点） */
@media (max-width: 768px) {


  /* 3. 首页轮播/图片模块改为单列 */
  .tpp-8 {
    display: flex !important;
    flex-direction: column !important;
  }
  .zc-tp8, .zc-tp9 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }
  .yb-tp8 {
    float: none !important;
    width: 100% !important;
  }
  
  /* 4. 底部三列布局改为单列 */
  .foot-3 {
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 20px;
        gap: 10px;
        padding-bottom: 5px;
  }
  

  .footer-column {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1px !important;
    text-align: center !important;
  }



  /* 新增：移动端隐藏友情链接列 核心样式 */
  .footer-column.link-column {
    display: none !important;
  }
  
  

    /* 外层容器适配 */
    .new-4 {
        width: 100%;
        padding: 0 10px; /* 移动端左右留白 */
        box-sizing: border-box; /* 防止padding撑大宽度 */
    }

    /* 轮播容器 */
    .new-4 .swiper-container {
        width: 100%;
        overflow: hidden;
    }

    /* 图片容器外层 - 关键修改：改为纵向排列 */
    .new-4 .tpp-3 {
        display: flex;
        flex-direction: column; /* 从横向改为纵向排列 */
        gap: 1px; /* 图片上下间距，比横向时稍大更美观 */
        width: 100%;
    }

    /* 每张图片的容器 */
    .new-4 .zc-tp {
        width: 100%; /* 宽度100%占满一行 */
        height: 255px; /* 高度自适应 */
    }

    /* 图片链接容器（核心样式） */
    .new-4 .tp-1 .tpsx3 {
        display: block; /* 确保是块级元素 */
        width: 100%; /* 宽度100%适配 */
        height: 250px; /* 纵向排列时高度可稍大，提升显示效果 */
        border-radius: 4px; /* 轻微圆角，提升体验 */
    }

    /* 最后一张图片的特殊样式（清除多余边距） */
    .new-4 .yb-tp {
        margin-right: 0;
        margin-bottom: 0; /* 清除最后一张图片的底部间距 */
    }
    
    
}

/* 移动端适配 */
@media (max-width: 768px) {
    .vertical-images .image-card {
        height: 130px;
        width: calc(100% - 20px);
        margin: 0 10px 15px;
    }
    .vertical-images .images-row {
        flex-direction: column;
        margin: 0 -10px;
    }
    .vertical-images .image-title {
        font-size: 20px;
    }
}

/* 移动端适配：横向布局 */
@media (max-width: 768px) {
  .title {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center; /* 主轴居中 */
    align-items: center;
    position: relative;
    max-width: 100% !important;
    height: auto !important;
    padding: 10px 16px;
  }

  /* 咨询服务文字 */
  .fz40 {
    font-size: 30px !important;
    line-height: 1.2 !important;
    writing-mode: horizontal-tb !important; /* 强制横排 */
    text-orientation: mixed !important;
    width: auto !important;
    padding-top: 0 !important;
    margin-right: auto; /* 关键：推“更多”到右边 */
    text-align: center;
  }

  /* 查看更多链接 */
  .title .more {
    writing-mode: horizontal-tb !important;
    font-size: 20px !important;
    color: #333 !important;
    text-decoration: none !important;
    background-color: #f0f0f0 !important; /* 椭圆背景色 */
    border-radius: 20px !important; /* 椭圆（高度≈40px）*/
    padding: 6px 16px !important;
    margin: 0 !important;
    margin-left: 12px !important; /* 与文字间距 */
    display: inline-block !important;
  }

  /* 防止 i 标签干扰（如有）*/
  .title .more i {
    display: none !important;
  }
}




@media (max-width: 768px) {
    /* 重置inner容器布局，改为垂直排列 */
    .zxrd .zxrd-list .inner {
        flex-direction: column;
        gap: 8px; /* 缩小移动端间距 */
        padding: 0 10px;
    }


    .zxrd .zxrd-list .title .tips {
        font-size: 24px; /* 保留原字号不变 */
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        white-space: normal;
        width: 100%;
        text-align: center;
        padding: 6px 0; /* 从15px缩到6px，大幅减少标题上下留白，不影响字体显示 */
        margin: 0; /* 清除默认外边距，避免额外高度 */
        line-height: 1.2; /* 紧凑行高，匹配24px字体，不浪费纵向空间 */
    }
    
    /* 移动端：列表改为垂直排列，每个li占满一行 */
    .zxrd .zxrd-list #row1Slide {
        flex-direction: column;
        gap: 20px; /* li之间增加间距 */
    }

    /* 移动端：每个li占满宽度，取消原有宽度计算 */
    .zxrd .zxrd-list ul li {
        width: 100%;
        margin: 0; /* 重置margin，避免间距问题 */
    }

    /* 移动端优化文字大小，提升可读性 */
    .zxrd .zxrd-list ul li .info .date {
        font-size: 20px;
    }

    .zxrd .zxrd-list ul li .text {
        font-size: 16px;
        padding: 15px 10px;
        height: auto; /* 取消固定高度，自适应文字 */
        width: 95%;
    }
}


/* 移动端适配（屏幕宽度小于768px时生效） */
@media (max-width: 767px) {


  /* Logo居中 */
  .foot-logo {
    display: inline-block;
    display: grid;
    width: 100%;
  }
  
  .foot-logo img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  /* 联系方式居中 */
  .nrk-6 {
    text-align: center;
  }

  .btt-7 {
    line-height: 1.8;
    margin: 5px 0;
    text-align: left;
  }

  /* 友情链接居中 */
  .foot-ewm {
    text-align: center;
        line-height: 5px;
  }

  .btt-8 {
    margin: 8px 0;
  }

  /* 版权信息居中 */
  .bqxx {
    text-align: center;
    padding: 10px 0;
  }
}



/* 1300 */
@media screen and (max-width: 1300px) {
    /* jxxm */ .jxxm .list ul li .tit {
        top: 155px;
    }
}
    .jxxm {
    padding-top: 20px;
    }
/* 1200 */
@media screen and (max-width: 1200px) {
    .jxxm {
    padding-top: 20px;
    }

    /* jxxm */
    .jxxm .jxxm-tit {
        text-align: center;
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .jxxm .jxxm-tit>div {
        display: inline-block;
    }

    .jxxm .list {
        margin-left: 0;
    }

    .jxxm .list ul li .tit {
        top: 180px;
    }


}

/* 1199往下 */
@media screen and (max-width: 1199px) {
    /* jxxm */ .jxxm .list ul li:hover .con .box {
        transform: none;
    }
}
    .jxxm {
    padding-top: 20px;
    }


/* 1024 */
@media screen and (max-width: 1024px) {
    .jxxm {
    padding-top: 20px;
    }

    /* jxxm */
    .jxxm .list ul li .tit {
        top: 145px;
        font-size: 14px;
    }

    .jxxm .list ul li .titbtm {
        top: 3%;
        font-size: 14px;
    }


}

/* 900 */
@media screen and (max-width: 900px) {
    .jxxm {
    padding-top: 20px;
    }

    /* jxxm */
    .jxxm .list ul li .con .box .pic {
        margin-bottom: 30px;
    }

    .jxxm .list ul li .tit {
        top: 53%;
        font-size: 14px;
        width: 28px;
    }

    .jxxm .list ul li .titbtm {
        width: 28px;
        font-size: 14px;
    }

    .jxxm .list ul li .more {
        font-size: 12px;
        width: 14px;
    }

    .jxxm .list ul li .more::after {
        margin-top: 5px;
    }

    .jxxm .list ul li .morebtm {
        font-size: 12px;
        width: 14px;
        top: 3%;
        bottom: auto;
    }

    .jxxm .list ul li .morebtm::after {
        margin-top: 5px;
    }
}

/* 768 */
@media screen and (max-width: 768px) {
    .jxxm {
    padding-top: 20px;
    }

    /* jxxm-tit */
    .jxxm .jxxm-tit {
        font-size: 18px;
    }

    .jxxm .jxxm-tit .text {
        font-size: 24px;
    }

    .jxxm .list ul li .tit {
        font-size: 14px;
    }

    .jxxm .list ul li .titbtm {
        font-size: 18px;
    }

    .jxxm .list ul li .more {
        font-size: 12px;
    }

    .jxxm .list ul li .morebtm {
        font-size: 12px;
    }

 
}

/* 600 */
@media screen and (max-width: 600px) {


    /* jxxm */
    .jxxm {
    padding-top: 20px;
    }
    
    .jxxm .inner {
        padding: 0;
    }

    .jxxm .list ul li {
        width: 50%;
        height: 178px;
    }

    .jxxm .list ul li .con {
        border-radius: 10px;
        padding-top: 60%;
        box-shadow: 0 0 15px #aaaaaa;
        height: 108px;
    }

 
}
/* 移动端适配：750px以下屏幕生效 */
@media screen and (max-width: 750px) {
        .banner {
            position: relative;
            overflow: hidden;
            /*margin: 90px auto;*/
            width: 1920px;
            height: 520px;
            background-color: aqua;
            /*border-radius: 12px;*/
        }

        li {
            list-style: none;
        }

        .banner ul {
            position: absolute;
            top: 0;
            left: 0;
        }

        .banner ul li {
            float: left;
        }

        .banner ul li a img {
            display: block;
            width: 1920px;
            height: 520px;
        }

        .banner .prev,
        .banner .next {
            display: none;
            z-index: 2;
            position: absolute;
            width: 50px;
            height: 35px;
            line-height: 35px;
            border-radius: 17.5px;
            top: 50%;
            background-color: rgba(0, 0, 0, .2);
            color: #fff;
            font-size: 18px;
            font-weight: 700;
        }

        .banner .prev {
            left: 0;
            transform: translate(-50%, -50%);
            text-indent: 28px;
        }

        .banner .next {
            right: 0;
            transform: translate(50%, -50%);
            text-indent: 8px;
        }

        .banner .prev:hover,
        .banner .next:hover {
            background-color: rgba(0, 0, 0, .3);
        }

        .banner .gd {
            position: absolute;
            left: 50%;
            bottom: 20px;
            margin-left: -36.5px;
            display: flex;
            justify-content: space-around;
            width: 75px;
            height: 15px;
            border-radius: 8px;
            background-color: #ffffff4d;
        }

        .banner .gd i {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-top: 2.5px;
            background-color: azure;
        }

        .current {
            background-color: #ff5000 !important;
            width: 15px !important;
            height: 9px !important;
            border-radius: 4.5px !important;
        }
}