@charset "utf-8";
/* 全局盒模型统一：核心优化，避免内边距/边框撑开宽度 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
/* 优化：移除强制横向隐藏，避免内容截断 */
html{ overflow-x: auto; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:16px/1 arial,\5b8b\4f53; color:#333; outline:0; } /* 全局基础字体调大到16px */
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 36px;height: 36px;vertical-align:middle;background:url(images/icon.png) no-repeat;} /* 图标同步放大，协调视觉 */
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#ccc;}
:-moz-placeholder {color:#ccc;}
::-moz-placeholder { color:#ccc;}
:-ms-input-placeholder { color:#ccc;}
/**布局开始**/
body {line-height:1;font-size: 16px;/* 全局基础字体调大到16px */font-family: "Arial","Microsoft YaHei","\u5b8b\4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height: 1.8;/* 适配大字体，调整行高 */}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#095ab5;}
/*页面尺寸：核心优化，设置最大宽度1600px*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {
  width: 100%;
  max-width: 1600px; /* 全局最大宽度设置为1600px */
  margin: 0 auto;
  padding: 0 20px; /* 左右留边距，避免贴边 */
}
/*headtop*/
#headtop{background: #666;}
#headtop .inner{}
.headtop .top-left{float: left;}
.headtop .top-right{float:right;}
/*head开始*/
.header {background: #18267e url('images/head_bg.jpg') no-repeat center top; border-bottom:none; height:auto;line-height:inherit; }
.header .inner{height: 140px;/* 适配站点标题放大，微调高度 */position:relative;background: url('images/by.png') no-repeat right 47px;}
.header .sitelogo{float:left;margin-top: 25px;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size: 36px;/* 站点标题调大到36px */font-weight:bold;color:#fff;} /**站点名称**/

.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;margin-top: 12px;width:220px;/* 适配搜索框文字放大，微调宽度 */}
/*rale样式*/
.site-rale{}
.site-rale ul{}
.site-rale ul li.links{float:left;}
.site-rale ul li.links a{line-height: 38px;/* 适配大字体，调整行高 */padding: 0 12px 0 12px;padding-left: 19px;font-size: 16px;/* 导航文字调大到16px */color: #cad3d4;background:url(images/icon_role.png) no-repeat;}
.site-rale ul li.links a:hover{color:#fff;}
.site-rale ul li.links.i1 a{background-position: 0px 0px;}
.site-rale ul li.links.i2 a{background-position: -90px 0px;}
.site-rale ul li.links.i3 a{background-position: -187px 0px;}
.site-rale ul li.links.i4 a{background-position: -269px 0px;}
/*lang样式*/
.site-lang{}
.site-lang ul{float:right;}
.site-lang ul li.links{float:left;}
.site-lang ul li.links a{line-height: 38px;/* 适配大字体，调整行高 */margin:0px 5px;font-size: 16px;/* 语言切换文字调大到16px */color: #cad3d4;}
.site-lang ul li.links a:hover{color:#fff;}
/*默认主导航样式*/
#nav{background: #004ea1;}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:inline-block; width:24px;/* 箭头图标放大，协调视觉 */height:24px;/* 箭头图标放大，协调视觉 */background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 32px;line-height: 46px;/* 适配大字体，调整行高 */color: #FFFFFF;font-size: 18px;/* 主导航文字调大到18px */}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#1384e2; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 46px;/* 适配主导航行高，微调下拉菜单位置 */min-width: 160px;/* 适配子菜单文字放大，微调宽度 */z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 44px;/* 适配大字体，调整行高 */line-height: 44px;/* 适配大字体，调整行高 */padding: 0 17px;font-size: 16px;/* 子菜单文字调大到16px */background:none;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#1384e2; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {
  width: auto;
  max-width: 1600px; /* 轮播图跟随全局最大宽度 */
  text-align: center;
  position:relative;
  padding: 0 20px;
}
/**主体模块样式**/
#m-container {}
#m-container .inner {}
/**首页三列布局**/
.mod {}
.mbox {}

.main1{}
.main1 .inner{padding:10px 0px 0px;}
.main1 .ml{float:left; width:480px;padding-top:8px;}
.main1 .mc{float:left; width:650px;margin-left:30px;}
.main1 .mr{float:right;width: 346px;}

.main4{background: #eeeeee;}
.main4 .inner{padding: 15px 0 0;}
.main4 .ml{float:left; width:530px;}
.main4 .mr{float:right;}
.main4 .mr .mlink{}
/**标题栏新闻窗口**/
.post { margin-bottom:10px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 18px;/* 标题栏文字调大到18px */font-weight:normal;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 46px;/* 适配大字体，调整行高 */color: #424242;font-family:"Microsoft yahei";}
.post .tt .tit .name{ display:none; line-height:18px;/* 适配大字体，调整行高 */ color:#333; }/*栏目别名*/
.post .con { padding: 6px 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 24px;/* 适配大字体，调整高度 */margin-top: 10px;line-height: 24px;/* 适配大字体，调整行高 */float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 16px;/* 更多按钮文字调大到16px */cursor:pointer;} 
.post .more_btn a{color:#666;} 
.post .more_btn a:hover{color:#666;} 
/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 2px solid #146cc1;}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;margin-right:20px;font-size: 24px;/* 标准标题调大到24px */font-weight:bold;color: #18267d;cursor:pointer;}
.post1 .tt .tit .title.selected {color:#0f429b;}
.post1 .more_btn a{color:#1826a5;}
/*带图标标题*/
.post2 { }
.post2 .tt {}
.post2 .tt .tit {padding-left:24px; background:url('images/new1_icon.png') no-repeat left center;}
.post2 .tt .tit .title {font-size: 24px;/* 带图标标题调大到24px */font-weight:bold;color: #18267d;cursor:pointer;}
.post2 .con {}
/*居中标题*/
.post3 {}
.post3 .tt {width:100%; text-align: center; } 
.post3 .tt .tit {float:none;}
.post3 .tt .tit .title {font-weight:bold; font-size: 24px;/* 居中标题调大到24px */color: #1B2EA3;}
.post3 .more_btn {margin-left:10px;line-height: 24px;/* 适配大字体，调整行高 */ float:none;}
/*标题切换hover*/
.post4 {}
.post4 .tt {border-bottom:1px solid #57b8ef;}
.post4 .tt .tit {border-bottom:0px;}
.post4 .tt .tit .title {display:inline-block;margin-right:20px;font-size: 18px;/* 切换标题调大到18px */color: #333;border-bottom:3px solid #fff;cursor:pointer;}
.post4 .tt .tit .title.selected { border-bottom: 3px solid #0074B3;  color:#000;}
.post4 .more_btn a{color:#1826a5;}
/*左标题右内容*/
.post5 {background:#1826a5;}
.post5 .tt {float:left;width: 120px;margin-right: -120px;position:relative;}
.post5 .tt .tit {float:none;margin-top: 26px;width:100%;font-size: 20px;/* 左标题调大到20px */}
.post5 .tt .tit .title {text-align:center;color: #fff;}
.post5 .more_btn{display:inline-block;position:absolute;left:0;right:0;bottom: -54px;z-index:100;height:auto;text-align:center;margin-top: 0px;} 
.post5 .more_btn a{line-height: 45px;color: #fff;font-size: 16px;/* 更多链接调大到16px */}
.post5 .con{padding:0;position:relative;}
.post5 .con .conbox{margin-left: 120px;padding-left: 15px;background: #fff;}
/**自定义新闻列表**/
.news_list {}
.news_list li.news {line-height: 38px;/* 适配大字体，调整行高 */padding-left:0px;font-size: 16px;/* 新闻列表文字调大到16px */} /**标题图标**/
.news_list li.news span.news_title { float:left; }/*标题*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;font-size: 18px;/* 新闻元信息调大到16px */}/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;font-size: 18px;/* 新闻时间调大到16px */}/*发布时间*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:24px;/* 适配大字体，调整行高 */ color:#666;font-size: 16px;/* 新闻简介调大到14px */}/*默认简介*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:38px;/* 适配大字体，调整行高 */}
/*日历新闻样式1*/
.rili{}
.rili .con{ padding:5px 0px;}
.rili .news_list {}
.rili .news_list li.news{margin-top:0px;}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 70px;/* 适配大字体，微调宽度 */height: 32px;/* 适配大字体，微调高度 */line-height:32px;/* 适配大字体，调整行高 */margin-top:3px;margin-right: -80px;/* 适配宽度调整，微调间距 */font-family:"Microsoft YaHei";border-radius:4px;background: #146cc1;text-align:center;vertical-align:middle;}
.rili .news_list li.news .news_date .news_year{display:inline-block;padding: 0 4px;font-size: 20px;/* 日历年份调大到20px */color: #fff;}
.rili .news_list li.news .news_date .news_days{display:inline-block;height: 30px;/* 适配大字体，微调高度 */padding: 0 6px;font-size: 16px;/* 日历日期调大到16px */color: #18267d;border-radius:0px 4px 4px 0px;background: #fff;vertical-align:top;border:1px solid #146cc1;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:80px;/* 适配日历宽度，微调间距 */}
.rili .news_list li.news .news_title{line-height: 38px;/* 适配大字体，调整行高 */margin-top: 0px;font-size: 16px;/* 日历新闻标题调大到16px */color:#000;} 
.rili .news_list li.news .news_text{line-height: 24px;/* 适配大字体，调整行高 */ margin-top:0px;font-size: 14px;/* 日历新闻简介调大到14px */color:#666;}
/*日历新闻样式2*/
.rili2{}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top:10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 70px;/* 适配大字体，微调宽度 */margin-right:-80px;/* 适配宽度调整，微调间距 */background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 34px;/* 适配大字体，调整行高 */font-size: 24px;/* 日历2年份调大到24px */ color:#fff; background-color:#949494; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:34px;/* 适配大字体，调整行高 */ font-size: 16px;/* 日历2日期调大到16px */ color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:80px;/* 适配日历宽度，微调间距 */ padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 26px;/* 适配大字体，调整行高 */margin-top: 4px;font-size: 18px;/* 日历2新闻标题调大到18px */color:#000;} 
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#0945a8;transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}
/*标题文*/
.news_text{}
.news_text .news_list {}
.news_text .news_list li.news{margin-bottom:10px;} 
.news_text .news_list li.news .news_title{line-height: 28px;/* 适配大字体，调整行高 */ font-size: 18px;/* 标题文标题调大到18px */} 
.news_text .news_list li.news .news_text{line-height:24px;/* 适配大字体，调整行高 */font-size: 16px;/* 标题文内容调大到16px */}
.news_text .news_list li.news .news_time{line-height: 32px;/* 适配大字体，调整行高 */font-size: 16px;/* 标题文时间调大到16px */}
/*图列表*/
.news_tu{}
.news_tu .con{padding: 12px 0px;}
.news_tu .news_list { margin:0px -10px;}
.news_tu .news_list li.news{float:left;width:25%;}
.news_tu .news_list li.news .news_box{margin:0px 10px; transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_box:hover{opacity:.85; filter:Alpha(opacity=85);}
.news_tu .news_list li.news .news_imgs{padding-top:75%;background-color:#efefef;position:relative;overflow:hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:auto;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 48px;/* 适配大字体，调整行高 */height:48px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;/* 图列表标题调大到16px */} 
.news_tu .news_list li.news .news_title a{}
/*图文*/
.tu_text{}
.tu_text .news_list {}
.tu_text .news_list li.news{margin-bottom:10px;}
.tu_text .news_list li.news .news_imgs{float: left;width: 180px;/* 适配大字体，微调图片宽度 */ margin-right:-195px;/* 适配图片宽度，微调间距 */}
.tu_text .news_list li.news .news_imgs a{height: 140px;/* 适配大字体，微调图片高度 */ display:table-cell; vertical-align:middle; background-color:#efefef;}
.tu_text .news_list li.news .news_imgs img{width:100%; height:auto; }
.tu_text .news_list li.news .news_wz{width:100%;} 
.tu_text .news_list li.news .news_wz .news_con{margin-left:195px;/* 适配图片宽度，微调间距 */ padding: 0px 0px; position:relative;} 
.tu_text .news_list li.news .news_title{line-height: 28px;/* 适配大字体，调整行高 */ font-size: 18px;/* 图文标题调大到18px */} 
.tu_text .news_list li.news .news_text{line-height:24px;/* 适配大字体，调整行高 */ font-size: 16px;/* 图文内容调大到16px */}
.tu_text .news_list li.news .news_time{line-height: 30px;/* 适配大字体，调整行高 */ font-size: 16px;/* 图文时间调大到16px */}
/*文字图标链接*/
.link_text {margin-bottom:0px;}
.link_text .news_list{margin:0 -5px;}
.link_text .news_list li.news{float:left;width:20%;text-align:center;}
.link_text .news_list li.news .news_box{margin:0 5px;}
.link_text .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3;}
.link_text .news_list li.news .link_icon:hover{background-color:#666;}
.link_text .news_list li.news .link_con{display:block;line-height:36px;/* 适配大字体，调整行高 */color:#fff;font-size: 16px;/* 文字链接调大到16px */}
/*图标链接*/
.link_icon {margin-bottom:0px;}
.link_icon .news_list{margin:0 -10px;}
.link_icon .news_list li.news{float:left;width:20%;text-align:center;border:none;}
.link_icon .news_list li.news .news_box{margin:0 10px;}
.link_icon .news_list li.news .link_icon{display:inline-block;width:100%;background-color:#1b2ea3; opacity:1; filter:Alpha(opacity=100);}
.link_icon .news_list li.news .link_icon:hover{background-color:#1b2ea3; opacity:.8; filter:Alpha(opacity=80);}
.link_icon .news_list li.news .link_icon .icon{width: 38px;/* 图标放大，协调视觉 */height: 36px;/* 图标放大，协调视觉 */margin: 10px 0px;border:0px solid red;}
.link_icon .news_list li.news.i1 .link_icon .icon{background-position: 0px 0px;}
.link_icon .news_list li.news.i2 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i3 .link_icon .icon{background-position: -169px 0px;}
.link_icon .news_list li.news.i4 .link_icon .icon{background-position: -258px 0px;}
.link_icon .news_list li.news.i5 .link_icon .icon{background-position: -335px 0px;}
.link_icon .news_list li.news.i6 .link_icon .icon{background-position: -421px 0px;}
.link_icon .news_list li.news.i7 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news.i8 .link_icon .icon{background-position: -86px 0px;}
.link_icon .news_list li.news .link_con{display:block;line-height:36px;/* 适配大字体，调整行高 */color:#000;font-size: 16px;/* 图标链接文字调大到16px */}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {height: 68px;/* 箭头放大，协调视觉 */width: 66px;/* 箭头放大，协调视觉 */background:url(images/slickarrow2.png) no-repeat;top: 50%;margin-top:-34px;/* 适配箭头高度，微调位置 */border:0px solid #d4d8d9;border-radius:50%;outline: none;}
.slick-prev {left: -100px;/* 适配箭头宽度，微调位置 */background-position: 0px 0px;}
.slick-prev:hover {background-position: 0px 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-prev:before { content: '';}
.slick-next {right: -100px;/* 适配箭头宽度，微调位置 */background-position: right 0px;}
.slick-next:hover { background-position: right 0px; opacity:.8;filter:Alpha(opacity=80);}
.slick-next:before { content: '';}

.post-33{}
.post-33 .con{}
.post-33 .news_list{}
.post-33 .news_list li.news{padding-left:20px;/* 适配大字体，微调内边距 */ background:url(images/news_biao.png) no-repeat 3px center;font-size: 16px;/* 特殊新闻列表文字调大到16px */}

.post-41{}
.post-41 .con{padding:15px 0;}
/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 250px;/* 适配大字体，微调高度 */background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {
  padding:25px 10px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 25px 20px;
}
/**主体文章页开始**/
#d-container {}
#d-container .inner {
  background:#fff;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.col_menu {width: 260px;/* 适配大字体，微调栏目宽度 */float:left;margin-right:-260px;/* 适配栏目宽度，微调间距 */position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0f429b;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 20px;/* 栏目名称调大到20px */font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:54px;/* 适配大字体，调整行高 */ padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 16px;/* 栏目链接调大到16px */font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:36px;/* 适配大字体，调整行高 */}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;font-size: 15px;/* 子栏目链接调大到15px */}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;font-size: 18px;/* 父栏目链接调大到18px */}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;font-size: 15px;/* 二级子栏目调大到15px */} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 32px;/* 适配大字体，调整行高 */padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;font-size: 14px;/* 三级子栏目调大到14px */line-height: 32px;/* 适配大字体，调整行高 */}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{
  margin-left: 270px;/* 适配栏目宽度，微调间距 */
  max-width: calc(100% - 280px);/* 适配栏目宽度，微调最大宽度 */
}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 52px;/* 适配大字体，调整高度 */ line-height: 52px;/* 适配大字体，调整行高 */}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;/* 当前栏目标题调大到20px */font-family:"Microsoft yahei";font-weight: normal;color: #0f429b;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 50px;/* 适配大字体，调整高度 */line-height: 50px;/* 适配大字体，调整行高 */color: #666;font-size: 16px;/* 面包屑文字调大到16px */} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;font-size: 16px;/* 面包屑链接调大到16px */}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.8;/* 适配大字体，调整行高 */ font-size:16px;/* 文章内容调大到16px */ color:#333;}
.col_news_list .wp_entry p { margin-bottom:12px;/* 适配大字体，调整间距 */}
.col_news_list .wp_entry table{ margin-bottom:6px;/* 适配大字体，调整间距 */}
.col_news_list .wp_entry img { max-width:calc(100% - 20px); _width:expression(this.width > (document.body.clientWidth - 40) ? (document.body.clientWidth - 40) + "px" : this.width); } /**列表页文章图片自适应**/
/**文章页**/
.infobox {
  padding: 20px calc(50% - 800px); /* 大屏下最大宽度1600px，居中显示 */
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 42px;/* 适配大字体，调整行高 */font-family: "Microsoft YaHei";font-size:28px;/* 文章主标题调大到28px */text-align:center;color: #182880;} /**文章标题**/
.article h2.arti_title {line-height: 38px;/* 适配大字体，调整行高 */font-family: "Microsoft YaHei";font-size: 20px;/* 文章副标题调大到20px */text-align:center;color: #1B1B1B;} /**文章副标题**/
.article .arti_metas {padding:12px;/* 适配大字体，调整内边距 */text-align:center;/* border-top:1px solid #ececec; */font-size: 14px;/* 文章元信息调大到14px */}
.article .arti_metas span { margin:0 6px;/* 适配大字体，调整间距 */ font-size: 14px;/* 文章元信息调大到14px */ color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.8;/* 适配大字体，调整行高 */ font-size:16px;/* 文章阅读文字调大到16px */ color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:12px;/* 适配大字体，调整间距 */}
.article .entry .read img {margin:0 auto; max-width:calc(100% - 20px); _width:expression(this.width > (document.body.clientWidth - 40) ? (document.body.clientWidth - 40) + "px" : this.width); }   /**文章阅读部分图片自适应**/
.article .entry .read table{margin:0 auto; border:none!important;}
/**页脚开始**/
#footer {
  background: #18267d;
  padding: 20px 0; /* 上下内边距，适配20px字体 */
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex; /* 保留flex布局，方便居中控制 */
  justify-content: center; /* 核心修改：水平居中对齐 */
  align-items: center; /* 垂直居中 */
  flex-wrap: wrap; /* 小屏自动换行 */
  gap: 20px; /* 增加左右模块间距，避免拥挤 */
}
#footer .inner .mod{}
#footer .inner .foot-left{
  padding: 10px 0;
  margin-top: 0;
  text-align: center; /* 内部文字居中 */
}
#footer .inner .foot-right{
  margin-top: 0;
  padding: 10px 0;
  text-align: center; /* 内部文字居中 */
}
/* 保持20px字体大小 */
#footer .inner p{
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center; /* 文字水平居中，强化整体居中效果 */
  color: #fff;
  margin: 0;
}
#footer .inner p span {
  margin: 0 5px;
}
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{
  color: #eee;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
#footer .inner .copyright a:hover{
  color: #fff;
  text-decoration: underline;
}

/* 响应式适配：小屏保持居中效果 */
@media (max-width: 768px) {
  #footer .inner p,
  #footer .inner .copyright a{
    font-size: 16px;
    line-height: 1.6;
  }
  #footer .inner {
    flex-direction: column; /* 小屏下上下排列 */
    justify-content: center; /* 垂直方向也居中 */
    align-items: center; /* 水平居中 */
    gap: 10px; /* 缩小上下间距 */
  }
  #footer .inner .foot-right{
    margin-top: 0; /* 取消额外上边距，靠gap控制间距 */
  }
}
/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:60px;border:1px solid #d0d0d0; border-radius:6px;margin-top:10px;}
.wp_search #keyword{ width:180px!important;/* 适配大字体，微调搜索框宽度 */padding: 4px 0; border:none;height:24px;/* 适配大字体，微调搜索框高度 */ line-height:24px;/* 适配大字体，调整行高 */ background:transparent; color:#fff; font-size: 16px;/* 搜索框文字调大到16px */}
.wp_search .search{width:36px;/* 适配大字体，微调搜索按钮宽度 */height: 34px;/* 适配大字体，微调搜索按钮高度 */border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top;}
/*自定义输入框*/
/* 搜索框容器：优化间距与布局 */
.searchbox {
  text-align: right;
  margin-top: 8px; /* 微调上边距，视觉更协调 */
  width: 100%; /* 适配父容器宽度 */
  max-width: 320px; /* 限制最大宽度，避免过宽 */
}

/* 搜索框主体：增强视觉层次感 */
.wp-search {
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 20px; /* 圆角设计，更柔和美观 */
  background-color: rgba(255, 255, 255, 0.1); /* 半透明白色背景，提升质感 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* 轻微阴影，增强立体感 */
  transition: all 0.3s ease; /* 平滑过渡效果 */
  overflow: hidden; /* 隐藏内部元素溢出，配合圆角 */
}

/* 搜索框聚焦状态：强化视觉反馈 */
.wp-search:focus-within {
  border-color: #004ea1; /* 聚焦时边框变色，突出激活状态 */
  box-shadow: 0 3px 8px rgba(0, 78, 161, 0.15); /* 聚焦阴影加深，提升层次感 */
  background-color: rgba(255, 255, 255, 0.15);
}

.wp-search form {
  display: block;
  width: 100%;
}

/* 搜索输入框容器：优化间距 */
.wp-search .search-input {
  margin-left: 12px; /* 增加左侧间距，避免文字贴边 */
  margin-right: 48px; /* 适配按钮宽度，预留足够空间 */
}

/* 搜索输入框：优化样式与交互 */
.wp-search .search-input input.search-title {
  width: 100%;
  height: 38px; /* 提高高度，提升点击区域舒适度 */
  padding: 0 8px; /* 增加左右内边距，文字排版更美观 */
  line-height: 38px; /* 垂直居中文字 */
  background: none;
  color: #FFFFFF;
  font-size: 16px;
  border: 0;
  outline: 0;
  caret-color: #FFFFFF; /* 光标颜色与文字一致，视觉统一 */
  transition: all 0.3s ease;
}

/* 输入框占位符样式优化 */
.wp-search .search-input input.search-title::placeholder {
  color: rgba(255, 255, 255, 0.7); /* 浅白色占位符，不刺眼 */
  font-size: 15px; /* 占位符字体稍小，区分输入文字 */
}

/* 搜索按钮容器：优化定位 */
.wp-search .search-btn {
  width: 40px; /* 微调宽度，与输入框高度匹配 */
  height: 38px; /* 与输入框高度一致，视觉统一 */
  position: absolute;
  right: 0;
  top: 0;
}

/* 搜索按钮：增强交互与视觉 */
.wp-search .search-btn input.search-submit {
  width: 40px;
  height: 38px;
  border: 0;
  outline: 0;
  background: #FFFFFF url(images/sous.png) no-repeat center;
  background-size: 20px; /* 图标自适应大小，避免变形 */
  cursor: pointer;
  transition: all 0.3s ease; /* 平滑过渡 */
  border-radius: 0 20px 20px 0; /* 右侧圆角，与搜索框整体匹配 */
}

/* 按钮悬浮状态：提升交互反馈 */
.wp-search .search-btn input.search-submit:hover {
  background-color: #f0f0f0; /* 悬浮时轻微变色，提示可点击 */
  background-image: url(images/sous-hover.png); /* 可选：替换悬浮图标 */
  transform: scale(1.05); /* 轻微放大，增强视觉反馈 */
}

/* 响应式适配：手机端优化 */
@media (max-width: 767px) {
  .searchbox {
    max-width: 100%; /* 手机端占满父容器 */
    text-align: center; /* 居中显示，提升移动端体验 */
    margin-top: 10px;
  }

  .wp-search {
    max-width: 280px; /* 手机端限制最大宽度 */
    margin: 0 auto; /* 居中排列 */
  }

  .wp-search .search-input input.search-title {
    font-size: 15px; /* 手机端字体稍小，适配屏幕 */
    height: 34px;
    line-height: 34px;
  }

  .wp-search .search-btn {
    width: 36px;
    height: 34px;
  }

  .wp-search .search-btn input.search-submit {
    width: 36px;
    height: 34px;
    background-size: 18px;
  }
}
/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0 6px; position:relative;}
.shares li a{display:inline-block; width: 56px;/* 图标放大，协调视觉 */ height: 56px;/* 图标放大，协调视觉 */ border: 0px solid red; background:url('images/share_icon.png') no-repeat; opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background-position:0px 0px;}
.shares li.i2 a{background-position: -72px 0px;}
.shares li.i3 a{background-position: -144px 0px;}
.shares li span{display:block; line-height:24px;/* 适配大字体，调整行高 */ font-size: 14px;/* 分享文字调大到14px */ color: #D0D4EA;text-align:center;}
.shares li .con{display:none; position:absolute; bottom: 86px;/* 适配图标高度，微调位置 */ left:50%;z-index:100; margin-left: -58px;/* 适配图标宽度，微调位置 */ width:116px;/* 适配大字体，微调二维码宽度 */}
.shares li .con img{ width: 106px;/* 适配大字体，微调二维码图片宽度 */ height:106px;/* 适配大字体，微调二维码图片高度 */ vertical-align:top; background:#fff;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block; margin:4px 10px; width: 160px;/* 适配大字体，微调链接宽度 */ line-height: 36px;/* 适配大字体，调整行高 */ background: #fff;border:1px solid #d0d0d0;}
.botlinks .links-wrap a.links-arrow {display: block; height: 36px;/* 适配大字体，微调高度 */ line-height: 36px;/* 适配大字体，调整行高 */ padding: 0 25px 0 10px; color:#a1a1a1; background: url(images/arrow.png) no-repeat right top;font-size: 16px;/* 友情链接文字调大到16px */}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #333; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: 0; bottom: 37px;/* 适配高度，微调位置 */ width: auto; min-width:190px;/* 适配大字体，微调下拉宽度 */ height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #f5f5f5;}
.botlinks .links-wrap .link-items a { display: block; line-height: 28px;/* 适配大字体，调整行高 */ padding: 5px 0; color: #444;font-size: 16px;/* 下拉链接文字调大到16px */}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #0f429b; cursor: pointer;}/**链接样式**/
/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

.mbanner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:10px;/* 分页按钮放大，协调视觉 */ height:10px;/* 分页按钮放大，协调视觉 */  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {width:20px;/* 激活分页按钮放大，协调视觉 */background: #fff;opacity:1; filter:Alpha(opacity=100);}

.mbanner .focus .focus-navigation {width:64px;/* 导航按钮放大，协调视觉 */ height:58px;/* 导航按钮放大，协调视觉 */ opacity: 0.7; filter:alpha(opacity=70); background:url(images/slide_next.png) no-repeat; text-indent:-999em;}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px;}
.mbanner .focus .focus-next { right:0px;background-position:right top}

.post-11 .focus .focus-title {height: 38px;/* 适配大字体，微调高度 */line-height: 38px;/* 适配大字体，调整行高 */padding: 0 15px; font-size: 16px;/* 轮播标题调大到16px */}
.post-11 .focus .focus-title-bar {height: 38px;/* 适配大字体，微调高度 */ bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;}

.post-11 .focus .focus-pagination {position:absolute;right: 14px;bottom: 46px;}
.post-11 .focus .focus-page {width: 22px;/* 分页按钮放大，协调视觉 */height: 22px;/* 分页按钮放大，协调视觉 */ line-height: 22px;/* 适配大字体，调整行高 */ font-size:14px;/* 分页文字调大到14px */ border-radius: 0px; background-color: #fff; color: #000;}
.post-11 .focus .focus-page span {display:block;}
.post-11 .focus .focus-page:hover {font-size: 15px;/* 悬浮分页文字调大 */ color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #146CC1;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
.wrapperinner {position: relative;z-index: 1;width: 100%;overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 800px;/* 适配大字体，微调滚动宽度 */ height: 180px;/* 适配大字体，微调滚动高度 */
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
/*************************************************************
*二级页面
*/
/*组织机构*/
.inss .part_xy{}
.inss .part_xy .item{}
.inss .part_xy .item h3{line-height:44px;/* 适配大字体，调整行高 */padding-left:0px;font-size: 18px;/* 组织机构标题调大到18px */font-weight:normal;color: #1567B1;border-bottom:1px solid #cecece;}
.inss .part_xy .sub-box{float:left; width:100%;padding-top:0px;padding-bottom:5px;}
.inss .part_xy .sub-list{margin-right:0px;}
.inss .part_xy .sub-list .sub-item{float:left; width:33.3%;background: url(images/icon_arrow2.png) no-repeat left center;}
.inss .part_xy .sub-list .sub-item a{line-height: 38px;/* 适配大字体，调整行高 */padding-left:10px;font-size: 16px;/* 组织机构链接调大到16px */}
.inss .part_xy .sub-img{display:none;float:right;margin-top:15px;margin-left:-250px; width:240px;min-height:80px;}
.inss .part_xy .item.i5 .sub-list .sub-item {width: 50%;}
/*角色*/
.role .part_xy{}
.role .part_xy .item{margin-bottom:10px;display:none;}
.role .part_xy .item.selected{display:block;}
.role .part_xy .item h3{display:none;line-height: 50px;/* 适配大字体，调整行高 */padding-left:0px;font-size:22px;/* 角色标题调大到22px */font-weight:bolder;color: #068358;border-bottom:1px solid #f1f1f1;background:none;}
.role .part_xy .sub-list{margin-top:15px;}
.role .part_xy .sub-list .sub-item{padding-top: 10px;padding-bottom: 5px;width:auto;border-bottom:1px solid #f1f1f1;word-wrap: break-word;word-break: normal;}
.role .part_xy .sub-list .sub-item a{line-height: 38px;/* 适配大字体，调整行高 */font-size: 16px;/* 角色链接调大到16px */white-space:nowrap;font-weight:bolder;/* color: #068358; */}
.role .part_xy .sub-list .sub-list{margin-top:10px;margin-left:40px;}
.role .part_xy .sub-list .sub-list .sub-item{padding-bottom:5px; padding-top:0px;float:left;margin-right: 50px;border-bottom:0px solid #f1f1f1;}
.role .part_xy .sub-list .sub-list .sub-item a{line-height: 38px;/* 适配大字体，调整行高 */font-size: 16px;/* 角色子链接调大到16px */white-space:nowrap;font-weight:normal;/* color: #333; */}
/* 全局基础样式 */
body {
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Arial", Tahoma, Geneva, sans-serif;
    color: #333;
    line-height: 1.8;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

a {
    color: #3b3b3b;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: #0a66c2;
    text-decoration: none;
}

/* 辅助类 */
.align-items-center {
    display: flex;
    align-items: center;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

/* 头部样式（优化配色与对齐） */
.header-custom {
    background-color: #c92a2a;
    padding: 12px 0;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-custom .sitelogo {
    font-size: 30px;/* 自定义头部标题调大到30px */
    font-weight: 600;
    display: flex;
    align-items: center;
}

.header-custom .sitelogo img {
    vertical-align: middle;
    margin-right: 12px;
    height: 60px;/* 图标放大，协调视觉 */
    border-radius: 4px;
}

.header-custom .sitelogo a {
    display: flex;
    align-items: center;
}

.header-custom .search-box .form-control {
    border-radius: 4px 0 0 4px;
    height: 40px;/* 适配大字体，微调搜索框高度 */
    border: none;
    padding: 0 15px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 16px;/* 搜索框文字调大到16px */
}

.header-custom .search-box .btn {
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: #c92a2a;
    border: none;
    height: 40px;/* 适配大字体，微调按钮高度 */
    padding: 0 20px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;/* 按钮文字调大到16px */
}

.header-custom .search-box .btn:hover {
    background: #f8f8f8;
    color: #b52323;
}

/* 导航栏样式（优化交互与视觉） */
.navbar-custom {
    background-color: #0056b3;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;/* 自定义导航文字调大到18px */
    padding: 16px 25px;
    font-weight: 500;
    position: relative;
}

.navbar-custom .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.navbar-custom .navbar-nav > li > a:hover::after {
    width: 100%;
}

.navbar-custom .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar-custom .dropdown-menu {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    margin-top: 0;
    padding: 8px 0;
    min-width: 170px;/* 适配大字体，微调下拉宽度 */
}

.navbar-custom .dropdown-menu > li > a {
    color: #333;
    padding: 10px 20px;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 16px;/* 下拉菜单文字调大到16px */
}

.navbar-custom .dropdown-menu > li > a:hover {
    background-color: #0056b3;
    color: #fff;
    padding-left: 25px;
}

/* 轮播图样式（优化视觉与适配） */
.carousel-custom {
    height: 450px;/* 适配大字体，微调轮播高度 */
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .carousel-custom {
        height: 280px;/* 适配小屏，微调轮播高度 */
    }
}

.carousel-custom .item {
    height: 450px;/* 适配大字体，微调轮播高度 */
}

@media (max-width: 768px) {
    .carousel-custom .item {
        height: 280px;/* 适配小屏，微调轮播高度 */
    }
}

.carousel-custom .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    transition: transform 0.5s ease;
}

.carousel-custom .item:hover img {
    transform: scale(1.05);
}

.carousel-custom .carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 28px;/* 适配大字体，微调内边距 */
    border-radius: 8px;
    bottom: 60px;
    left: 10%;
    right: 10%;
    max-width: 80%;
}

@media (max-width: 768px) {
    .carousel-custom .carousel-caption {
        padding: 18px;/* 适配小屏，微调内边距 */
        bottom: 20px;
        font-size: 16px;/* 小屏文字调大 */
    }
    .carousel-custom .carousel-caption h3 {
        font-size: 20px;/* 小屏标题调大 */
    }
}

/* 新闻轮播子标题样式 */
.news-carousel-caption {
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 14px !important;/* 适配大字体，微调内边距 */
    border-radius: 0 0 4px 4px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    font-size: 16px !important;/* 新闻轮播文字调大 */
}

/* 模块通用样式（大幅美化） */
.content-wrapper {
    padding: 30px 0;
}

.panel-module {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.panel-module .panel-heading {
    background: linear-gradient(135deg, #0056b3, #004085);
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 18px 20px;/* 适配大字体，微调内边距 */
    font-size: 19px;/* 模块标题调大到19px */
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-module .panel-heading .more-link {
    font-size: 16px;/* 更多链接调大到16px */
    color: #e6f0ff;
}

.panel-module .panel-heading .more-link:hover {
    color: #fff;
    text-decoration: underline;
}

.panel-module .panel-body {
    padding: 22px;/* 适配大字体，微调内边距 */
}

.news-list li {
    line-height: 42px;/* 适配大字体，调整行高 */
    padding: 8px 0;/* 适配大字体，微调内边距 */
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;/* 新闻列表文字调大到16px */
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-right: 15px;
}

.news-list .news-date {
    color: #868e96;
    font-size: 16px;/* 新闻日期调大到16px */
    white-space: nowrap;
}

/* 底部样式（优化排版与视觉） */
.footer-custom {
    background: linear-gradient(135deg, #004085, #003366);
    color: #fff;
    padding: 40px 0 25px;
    margin-top: 20px;
    text-align: center;/* 整体文字居中 */
}

.footer-custom p {
    margin: 8px 0;
    font-size: 16px;/* 底部文字调大到16px */
    color: #e6f0ff;
    line-height: 1.8;
}

.footer-custom a {
    color: #b3d4ff;
    font-size: 16px;/* 底部链接调大到16px */
}

.footer-custom a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-custom .social-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;/* 适配大字体，微调内边距 */
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 8px;/* 适配大字体，微调间距 */
    font-size: 16px;/* 社交链接文字调大到16px */
}

.footer-custom .social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
}

/* 响应式媒体查询：适配不同屏幕 */
/* 大屏显示器（≥1600px）- 保持最大宽度1600px */
/* 大屏显示器（≥1600px）- 保持最大宽度1600px */
@media (min-width: 1600px) {
  .wrapper .inner,
  .header .inner,
  #banner .inner,
  #m-container .inner,
  #l-container .inner,
  #d-container .inner,
  #footer .inner {
    padding: 0 30px; /* 大屏增加左右内边距，提升视觉舒适度 */
  }
  .header .inner {
    height: 130px; /* 大屏微调头部高度，适配更大布局 */
  }
  .header .sitelogo .sitetitle {
    font-size: 40px; /* 大屏站点标题进一步放大 */
    margin-top:-10px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    padding: 0 36px; /* 大屏主导航间距加大 */
    font-size: 20px; /* 大屏主导航文字放大 */
  }
  .carousel-custom {
    height: 500px; /* 大屏轮播高度提升 */
  }
  .carousel-custom .item {
    height: 500px; /* 大屏轮播项高度同步提升 */
  }
  #w11imgTitle{height:45px}
  #w2imgTitle{height:45px}
/* 重置列表默认样式 */
.news_list1 {
  list-style: none;
  padding: 0;
  margin: 0;
  /* 用网格布局实现“多行多列”（如2列） */
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列等宽，可根据需求改数量 */
  gap: 20px; /* 卡片之间的间距 */
}

/* 新闻卡片容器 */
.news_card1 {
  display: flex;
  flex-direction: column; /* 图片在上，信息在下 */
  border: 1px solid #eee; /* 卡片边框（可选） */
  border-radius: 8px; /* 圆角（可选） */
  overflow: hidden; /* 防止内容溢出圆角 */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 阴影增强层次感（可选） */
}

/* 新闻图片容器 */
.news_img1 {
  height: 180px; /* 固定图片高度，避免卡片高度不一致 */
  overflow: hidden;
}
.news_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片自适应容器，保持比例 */
}

/* 新闻信息区域 */
.news_info1 {
  padding: 15px;
  flex: 1; /* 让信息区域自动填充剩余空间 */
}

/* 发布时间样式 */
.news_meta1 {
  font-size: 12px;
  color: #666;
  display: block; /* 让时间单独占一行 */
  margin-bottom: 8px;
}

/* 新闻标题样式 */
.news_title1 {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}
}