*
{
	margin: 0;
	padding: 0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
	margin: 0;
	padding: 0;
	border: 0;}

body,button,input,select,textarea {
	font-family: 'Microsoft YaHei';
	width: 100%;}
body{min-width: 1470px; margin:0 auto;overflow-x:auto;}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;}
ul, ol {
	list-style: non
;}

a {
	text-decoration: none;
	color: #333;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;}

a:hover {
	color: #9f0000!important;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;}
/*火狐去掉按钮、连接的虚线*/
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: 0;
	outline: 0;} 
/*input,button,select,textarea{outline:none;-webkit-appearance:none;}*/
textarea {
	resize: none;}

a {
	text-decoration: none;
	color: #333;}

a {
	blr: expression(this.onFocus=this.blur());}

a:focus {
	outline: none;}

a.hidefocus {
	outline: none
;}

.button {
	border-radius: 0;}

input {
	font-family: "微软雅黑";}

textarea {
	font-family: "微软雅黑";}

img {
	border: 0px;
	outline-width: 0px;
	vertical-align: top;}
.Top
{
	background: url(../image/ttop.png) no-repeat;
	background-size: 100% 100%;}
/*·Logo及搜索*/
.Tops
{
	width: 1200px;
	margin: 0 auto;
	height: 200px;}
/*清除浮动*/
.Tops:after
{
	content: "";
	display: block;
	clear: both;}
/*log*/
.log
{
	float:left;
	margin-top: 45px;}
/*搜索*/
.retrieval
{
	float: right;}
.retrieval:after
{
	content: "";
	display: block;
	clear: both;}

.navwidth {
    display: flex;
    justify-content: center;
}
.old_version>a
{
	font-size: 14px;
    color: #f7c8c8;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration:none;}
.old_version>a:hover
{
	color: #fff!important;}
/*搜索*/
.seek
{
	width: 260px;
	height: 38px;
	margin-top: 150px;}

/*搜索框*/
.seek>input.texts
{
	float: left;
	width: 162px;
	height: 38px;
	outline: none;
	border:none;
        background: url(../image/topss.png) no-repeat;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	padding-left: 20px;
	padding-top: 1px\0;}
 .seek>input::-webkit-input-placeholder
{
    /* placeholder颜色  */
    color: #ffffff;}
.seek>input::-ms-clear{display: none;}
/*搜索按钮*/
.ses
{
	float: left;
	width: 13%;
	height: 37px;
	background: url(../image/sousuo01.png) no-repeat;
        cursor:pointer;}

/*导航*/
.navwidth{height:60px; width:100%; background:#9c0000;}
.nav{
    height:60px; 
    width:100%;  
    max-width:1510px; 
    margin:0 auto; 
    position:relative; 
    z-index:999999;
    display: flex;           /* 新增 */
    justify-content: center; /* 新增 */
}
.navwidth{
    height:60px; 
    width:100%; 
    background:#9c0000;
}
.nav ul div {border: 0;}
.nav ul li ul { display:none; width:115px; padding: 15px 25px; background-color:rgba(255,255,255,0.7)!important; filter:Alpha(opacity=70);}
.nav ul li:hover ul, .nav ul li a:hover ul { display: block;}
.nav li a:hover {color:#101010;}
/* 解决二级菜单宽度不一致及半透明优化 */
.nav li {
    position: relative; /* 建立定位上下文，使二级菜单相对于父级定位 */
}

.nav ul li ul {
    /* 核心布局：绝对定位 + 宽度继承父级li */
    position: absolute;
    top: 60px;          /* 紧贴一级菜单底部，与菜单栏高度一致 */
    left: 0;
    width: 100%;        /* 宽度与父级li完全一致（原一级菜单宽165px） */
    min-width: 100%;
    
    /* 半透明背景（比原样式更通透，文字清晰可读） */
    background-color: rgba(255, 255, 255, 0.92) !important;
    /* 移除原样式中固定的宽度和左右内边距，避免背景溢出 */
    padding: 12px 0 !important;
    box-sizing: border-box;
    
    /* 可选：增加轻微阴影，提升层次感（不影响宽度与透明度） */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    
    /* 移除旧的filter透明度，避免与rgba叠加导致过度透明 */
    filter: none;
    
    /* 确保z-index在下拉时位于顶层 */
    z-index: 1000;
}

/* 重置二级菜单项样式：宽度自适应父容器，取消固定宽限制 */
.nav ul li ul li {
    width: 100% !important;   /* 强制占满父级ul背景宽度 */
    float: none;
    display: block;
    height: auto;
    line-height: 38px;        /* 与原风格一致，略提升舒适度 */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 二级菜单链接样式：左对齐，内边距保持可读性，不破坏背景宽度 */
.nav ul li ul li a {
    display: block;
    padding: 0 20px;
    text-align: left;
    font-size: 15px;
    color: #101010;
    background: transparent;
    transition: all 0.2s ease;
}

/* 悬停效果保持原有红色，并增加淡灰色底（不破坏半透明整体感） */
.nav ul li ul li a:hover {
    color: #e00f0f !important;
    background: rgba(0, 0, 0, 0.04);
}

/* 确保原有其他背景干扰被清除 */
.nav li li a, 
.nav li:hover li a {
    background: transparent;
}

.banner_tabs{margin: 0 auto;width: fit-content;}

/*banner 轮播*/
.flexslider
{
	position: relative;
	width: 100%;
	height: 338px;
	overflow: hidden;
	zoom: 1;}

.flexslider .slides li
{
	width: 100%;
	height: 100%;
	position: relative;}

.flex-direction-nav a
{
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: #a6a7a8;
	opacity: 0.51;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;}
.flex-direction-nav a:hover
{
	background: #b1b2b2;}
.flex-prev>img
{
	margin-top: 10px;
    margin-left: 7px;}
.flex-next>img
{
    margin-top: 10px;
    margin-left: 15px;}
.flex-direction-nav .flex-next
{
	background-position: 0 -70px;
	right: 0;}

.flex-direction-nav .flex-prev
{
	left: 0;}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);}

.flexslider:hover .flex-prev
{
	opacity: 0.8;
	filter: alpha(opacity=25);}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover
{
	opacity: 1;
	filter: alpha(opacity=50);}

.flex-control-nav
{
	width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 300px;}

.flex-control-nav li
{
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;}

.flex-control-paging li a
{
	background: url(../image/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a
{
	background-position: 0 0;}

.flexslider .slides img
{
	width: 100%;
	height: 338px;
	display: block;}
/*二维码*/
.qrcode{
position: relative;
float: right;}
.qrcode img{
  	position: absolute;
  	height: 140px;
  	width: 140px;
  	top: -145px;
  	right: -55px;
  	transform-origin: bottom;
  	transform: scale(0);
  	opacity: 0;
  	-webkit-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;}
.qrcode:hover img {
  	transform: scale(1);
  	opacity: 1;}
/*工作动态模块*/
.conts{ padding-bottom:20px;}
.conts,.special
{
	padding-top: 1px;}
.contsed
{
	width: 1470px;
	margin: 0 auto;
	margin-top: 25px;}
.contsed:after
{
	content: "";
	display: block;
	clear: both;}
/*快讯*/
.flash
{
	width: 352px;
	float: left;}
.flash002
{
	width: 352px;
	float: left;
        margin-left:20px;}
.flash003
{
	width: 352px;
	float: left;
        margin-left:20px;}
.flash004
{
	width: 352px;
	float: left;
        margin-left:20px;}
.flashTit
{
	position: relative;}
.flashTit:after
{
	content: "";
	display: block;
	clear: both;}
.xjt
{
        top: -10px;}

/*快讯图标*/
.flashTit>img
{
	float: left;}
/*快讯标题*/
.tited
{
	float: left;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #000000;
	margin-left: 17px;}
/*快讯更多*/
.mover
{
	float: right;
        margin-right: 7px;}
.Tmover
{
	position: absolute;
	right: 0;
	display: none;}
.mover>a
{
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #9c0000;
	text-decoration: none;}
/*线*/
.xian
{
	width: 100%;
	height: 2px;
	background: #ae0c2a;
	margin-top: 15px;}
.xians
{
	margin-top: 13px;}
/*快讯图文*/
.flashtw
{
	margin-top: 15px;}
.flashtw:after
{
	content: "";
	display: block;
	clear: both;}
/*快讯图*/
.flashtu
{
	float: left;
	width: 249px;
	height: 153px;
	overflow: hidden;}
.flashtu>a>img
{
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.6s;}
.flashtu>a>img:hover
{
	transform: scale(1.2);}
/*youqing*/
.linky{ height: 60px;line-height: 60px;text-align: center;background:#f7f7f7;width:100%;margin-top: 40px;}
.navwidth02{width:1470px; margin:0 auto;}
.linkt{ float: left;margin-top: 15px;margin-right: 1px;}
.linky strong{font-size: 18px;color: #5b5a5a;float: left;}
.linky span{float: left;font-size: 14px;color: #7d7c7c;}
.linky a{padding: 0 32px;font-size: 16px;color: #3a3a3a;float: left;text-align: center;}
.linky a:hover{color:#9c0000;}
/*快讯图》文*/
.flashwen
{
	float: right;
	width: 315px;}
/*快讯图》文标题*/
.fwentit
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;}
.fwentit>a
{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #1d1d1d;
	text-decoration: none;}
/*快讯图》文内容*/
.fwencont
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top: 10px;
	line-height: 5px;
    max-height: 85px;}
.fwencont>a
{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #646464;
	text-decoration: none;}
/*工作动态*/
/*title*/
.title01{width: 100%; height: 40px;margin: 0px 0 10px;border-bottom: 1px solid #9c0000;}
.title01 img{vertical-align: left;margin-right:0px;float: left;}
.title01 h1{font-size: 20px;color: #404040;float: left;}
.title01>a{font-size: 15px;color: #9c0000;float: right;line-height: 40px;padding-right: 10px;}
.notice{float: right;width: 710px;}
.noticexy{float: right;width: 360px;}
.notice_box{padding-top: 15px;}
.notice_box .notice_list{width: 100%; height: 60px;margin: 0 0 10px;padding-top: 1px;}
.notice_box .notice_list dl{width: 67px; height: 60px;text-align: center;float: left;background: #e1e1e1;}
.notice_box .notice_list dl dt{ height: 38px;line-height: 38px;font-size: 22px;color: #9c0000;background: #c6c6c6;}
.notice_box .notice_list dl dd{ height: 22px;line-height: 22px; font-size: 12px;color: #9c0000;}
.notice_box .notice_list .fr{width: 700px;padding-top: 4px;}
.notice_box .notice_list .fr a{font-size: 16px;color: #4e4e4e;line-height: 38px;margin: 11px 0 0 27px;}
.notice_box .notice_list:hover .fr a{color: #9c0000;}
/*要闻关注列表*/
.title02{width: 100%; height: 40px;margin: 0px 0 10px;border-bottom: 1px solid #9c0000;}
.title02 img{vertical-align: left;margin-right:0px;float: left;}
.title02 h1{font-size: 20px;color: #404040;float: left;}
.title02>a{font-size: 12px;color: #9f9f9f;float: right;line-height: 40px;padding-right: 10px;}
.notice02{float: right;width: 360px;}
.notice_box02 .notice_list02{width: 100%; height: 60px;margin: 0 0 10px;padding-top: 8px;}
.notice_box02 .notice_list02 dl{width: 67px; height: 60px;text-align: center;float: left;background: #e1e1e1;}
.notice_box02 .notice_list02 dl dt{ height: 38px;line-height: 38px;font-size: 22px;color: #9c0000;background: #d3cbcb;}
.notice_box02 .notice_list02 dl dd{ height: 22px;line-height: 22px; font-size: 12px;color: #9c0000;}
.notice_box02 .notice_list02 .fr{width: 1090px;padding-top: 4px;}
.notice_box02 .notice_list02 .fr a{font-size: 16px;color: #4e4e4e;line-height: 38px;margin: 10px 0 0 30px;}
.notice_box02 .notice_list02:hover .fr a{color: #9c0000;}
.notice_box03{padding-top: 15px;}
.notice_box03 .notice_list03{width: 100%; height: 57px;margin: 0 0 10px;padding-top: 1px;}
.notice_box03 .notice_list03 dl{width: 67px; height: 53px;text-align: center;float: left;background: #fcf7f6;border-left:2px solid #9c0000;}
.notice_box03 .notice_list03 dl dt{ height: 32px;line-height: 38px;font-size: 20px;color: #9c0000;background: #fcf7f6;}
.notice_box03 .notice_list03 dl dd{ height: 21px;line-height: 22px; font-size: 12px;color: #9c0000;}
.notice_box03 .notice_list03 .fr{width: 1090px;padding-top: 4px;}
.notice_box03 .notice_list03 .fr a{font-size: 16px;color: #4e4e4e;line-height: 38px;margin: 10px 0 0 30px;}
.notice_box03 .notice_list03:hover .fr a{color: #9c0000;}
/*列表*/
.flashLI
{
	margin-top: 10px;}
.flashLI>ul
{
	list-style: none;}
.flash_li:after
{
	content: "";
	display: block;
	clear: both;}
.flash_li>img
{
    margin-top: 19px;
    float: left;}
.flash_li>li
{
    float: left;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;}
.flash_li>li>a
{
	font-family: 微软雅黑;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #1d1d1d;
	text-decoration: none;}
.flash_li>p
{
	float: right;}
.flatime
{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #99a6c4;}

/*左侧轮播样式*/
.focus2 ul li{width: 712px;height: 430px;position: absolute;}
.focus2 p{ width:715px; height:40px; line-height:40px; 
text-indent:1em; font-size:16px;font-weight: bold;color:#fff;
position:absolute; bottom:0;background: rgba(20, 20, 20, 0.4) none repeat scroll 0 0 !important; 
padding-left:15px;margin-bottom: 20px;}
.focus2 ul li p a{
				font-size: 16px;
				color: #FFFFFF;}
.focus2 {
    width: 712px;
    height: 430px;
	position: relative; 
	float:left;}
.focus2 .prev {
    position: absolute;
    right: 39px;
    bottom: 14px;
    display:block;
    width: 21px;
    height: 21px;
    background: url(../img/jt-left.png) no-repeat;
    filter:alpha(opacity=50);
    background-position: 0 0;
    cursor: pointer;}
.focus2 .prev:hover{background:url(../img/jt2.png) no-repeat;}
.focus2 .next {
    position: absolute;
    bottom: 14px;
 	left: 545px;
    display:block;
    width:21px;
    height: 21px;
    background: url(../img/jt.png) no-repeat;
   	filter:alpha(opacity=50); 
    background-position: 0 0; 
    cursor: pointer;}
.focus2 .next:hover{background:url(../img/jt2-right.png) no-repeat;}



/*专题专栏*/
.speci
{
	width: 1255px;
	margin-top: 1px;
	position: relative;
        float:right;}
.xjt07
{
        float: left;}
.special01
{
	width: 1470px;
	margin: 0 auto;
	margin-top: 1px;}
.special01:after
{
	content: "";
	display: block;
	clear: both;}
/*专题轮播*/
.swipe
{
	margin-top: 10px;}
.arrow-left
{
  background:url(../image/zuo1.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 70%;
  margin-top: -30px;
  width: 40px;
  height: 45px;
  z-index: 10;
  opacity: 0.51;
  background-position-x: 1px;
  background-position-y: 5px;}
.arrow-left:hover
{
	background:url(../image/zuo1.png) no-repeat;
	background-position-x: 1px;
    background-position-y: 5px;}
.arrow-right
{
  background:url(../image/you1.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 70%;
  margin-top: -30px;
  width: 40px;
  height: 45px;
  z-index: 10;
  opacity: 0.51;
	background-position-x: 0px;
  background-position-y:5px;}
.arrow-right:hover
{
	background:url(../image/you1.png) no-repeat left bottom;
	background-position-x: 0px;
	background-position-y:5px;}
.swiper-container
{
	width: 1150px;
	height: 85px;}
.title
{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;}
.title
{
	display: flex\0;
	justify-content: center\0;
	align-items: center\0;}
.title>a>img
{
	width:285px;
	height: 85px;
	transition: all 0.6s;}

.title>a>img:hover
{
	transform: scale(1.2);}

.hlzb
{
	float: left;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #909090;
	margin-left: 25px;}
/*校园文创*/
.xywcs:after
{
	content: "";
	display: block;
	clear: both;}
.xyimg
{
	float: left;
	width: 280px;
	height: 146px;
    margin-top: 10px;
    margin-left: 8px;
    overflow: hidden;}
.xyimg>a>img
{
	width: 100%;
	height: 100%;
	transition: all 0.6s;}
.xyimg>a>img:hover
{
	transform: scale(1.2);}
/*底部*/
.endwidth{background: url(../image/copy.png) no-repeat;background-size: 100% 100%;}
.copy{width:1200px; margin:0 auto;}
.copyLt{width:700px; padding-top:45px;padding-left:35px;}
.copyLt p{color:#ccc; font-size:14px;line-height: 24px;}
.copy1{float: left; width:70px; padding-top:50px;padding-right:40px;}
.copyRt img{width:90px; height: 90px; border:solid 4px #fff; float: left;}
.copyRt span{float:left; color:#ccc; padding-left: 15px; line-height: 94px;}
/* 本案例需要的css样式 */
ul,li {
	list-style: none;}

.tab {
	width: 360px;
	position: relative;}

.tab-hd {
	overflow: hidden;
	zoom: 1;}
.tab-bd
{
	height: 370px;
	overflow: hidden;}

.tab-hd li {
	float: left;
	width: 144px;
	color: #fff;
	cursor: pointer;}

.tab-bd ul {
	border-top: 0 none;
	font-size: 24px;}

.tab-bd ul.thisclass {
	display: block;}

.tab-md ul {
	display: none;
	position: absolute;
	right: 10px;
	top: 0px;}

.tab-md ul.moredw {
	display: block;}
.xyfc
{
	float: left;}
/*巡视专题*/
.father07 {
      height: 100%;
      border: 1px solid #e0e0e0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;}
    header07 {
      display: flex;
      align-item07s: center;
      font-size: 1.2vw;
      font-weight: 500;
      color: #9c0000;
      line-height: 20px;
      height: 20px;
      margin: 0 20px;
      border-bottom: 0px solid #e0e0e0;}
    header07 img {
      width: 24px;
      margin-top: 20px;
      height: 24px;}
    .title07 {
      width: 48%;
      height: 45px;
      margin-left: 4%;
      font-size: 1.2vw;
      font-weight: 600;
      color: #3e3e3e;
      border-left: 5px solid #9c0000;
      line-height: 24px;}
    .title07 li {
      margin-left: 20px;      
      font-weight: 500;}
    .option07 {
      width: 100%;
      height: 14vh;
      display: flex;}
    .item07 {
      width: 28%;
      height: 10vh;
      margin-left: 4%;
      background-color: #f5f5f5;
      font-size: 1.3vw;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #3e3e3e;
      text-align: center;
      line-height: 10vh;}
    .item07:hover {
      background-image: url(../image/6beifen.png);
      background-size: 100% 100%;}
    .item07>a:hover {color: #fff!important;}

/*位置*/
.dqwzone {float: right;width:1100px;margin-top: -40px;}
.dqwz{border-bottom: 1px solid #dedede;margin-top: 1px;background: url(../image/home.jpg) left center no-repeat;padding-left: 30px;line-height: 54px;font-size: 14px;color: #6c6c6c;}
.dqwz a{color: #6c6c6c;padding: 0 10px;}
.dqwz a:hover{color: #9c0000;}

/* ========= 新增：实现“要闻关注+巡视纵横”一行，“理论视野+通知公告”下一行，且严格等宽 ========= */
/* 仅针对包含 .flash002 的 .contsed（即四个板块所在的容器）应用 Grid 两行两列布局 */
.contsed:has(.flash002) {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;  /* 强制两列等宽 */
    gap: 20px;
    width: 1470px;
    margin: 25px auto 0;
    float: none;
}

/* 重置四个板块的浮动、宽度和外边距，使其适应 Grid 布局，并强制等宽 */
.contsed:has(.flash002) .flash,
.contsed:has(.flash002) .flash002,
.contsed:has(.flash002) .flash003,
.contsed:has(.flash002) .flash004 {
    float: none !important;
    width: 100% !important;        /* 确保每个板块占满所在网格单元格的宽度 */
    margin-left: 0 !important;
    min-width: 0;                  /* 防止内容溢出撑开单元格 */
    box-sizing: border-box;
}

/* 确保内部 .tab 也自适应父容器宽度 */
.contsed:has(.flash002) .tab {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* 明确指定每个板块在网格中的位置（两行两列） */
.contsed:has(.flash002) .flash {
    grid-area: 1 / 1 / 2 / 2;   /* 第一行第一列：要闻关注 */
}
.contsed:has(.flash002) .flash002 {
    grid-area: 1 / 2 / 2 / 3;   /* 第一行第二列：巡视纵横 */
}
.contsed:has(.flash002) .flash003 {
    grid-area: 2 / 1 / 3 / 2;   /* 第二行第一列：理论视野 */
}
.contsed:has(.flash002) .flash004 {
    grid-area: 2 / 2 / 3 / 3;   /* 第二行第二列：通知公告 */
}

/* 响应式：当屏幕宽度小于 1024px 时，改为单列布局 */
@media (max-width: 1024px) {
    .contsed:has(.flash002) {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .contsed:has(.flash002) .flash,
    .contsed:has(.flash002) .flash002,
    .contsed:has(.flash002) .flash003,
    .contsed:has(.flash002) .flash004 {
        grid-area: auto;
    }
}
/* 强制banner全宽贴边 - 修复右侧不贴边问题 */
.wrap {
    width: 100% !important;
    overflow-x: hidden;
}

.flexslider {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* 修复banner内部图片容器宽度 */
.flexslider .slides {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.flexslider .slides li {
    width: 100% !important;
}

.flexslider .slides img,
.flexslider .slides a > img,
#flashBoxu_u2_ img {
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    object-fit: cover;
}

/* 修复flashBox容器 */
#flashBoxu_u2_ {
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

/* 确保banner所在的表格也全宽 */
.flexslider table,
.flexslider table tbody,
.flexslider table tr,
.flexslider table td {
    width: 100% !important;
    display: block;
}
/* 调整tab布局，确保列表和模块保持一致的布局 */
.flash002 .tab .tab-hd {
    display: flex;
    align-items: center;
    justify-content: space-between; /* 确保左右两侧对齐 */
}

.flash002 .tab .tab-bd {
    margin-top: -10px; /* 调整下方间距 */
}

/* 确保列表内容对齐 */
.policy-list-container {
    display: flex;
    flex-direction: column; /* 确保每个部分在纵向上排列 */
    align-items: stretch; /* 让每个部分拉伸 */
}

/* 确保所有列表都有相同的外边距 */
.policy-list {
    margin-bottom: 20px; /* 确保列表之间有间距 */
}