.top{position:absolute;	width:1.2rem; height:auto; top:7rem; left:48%; transform:translateX(-50%); z-index:99; display:none;}
.col_bt{margin:0.2rem auto; width:100%; overflow:hidden;}
.col_bt img{width:100%; height:auto; object-fit:cover; object-position:0;}
.banner{margin:0.2rem auto; width:14rem;}
.banner img{width:100%; height:auto;}
.more{float:right; cursor:pointer;}
.more a{font-size:var(--font-size-more); color:#000;}

/* 文字版块 */
.xw_txt{line-height:1.8;}
.xw_txt h1{font-size:var(--font-size-h1); text-align:justify;}
.xw_txt h2{font-size:var(--font-size-h2); text-align:center;}
.xw_txt h2 a{color:#ad0000;}
.xw_txt q{
  color:#666;
  font-size:var(--font-size-q);
  text-align:justify;
  padding-top:0.05rem;

  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.xw_txt:not(.flex) dt,.xw_txt:not(.flex) dd{padding-bottom:0.1rem;}
.xw_txt dd h1{
  font-weight:normal;

  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_txt dd h1:before{
  content:'•';
  margin-right:1ch;
}

/* 图片版块 */
.xw_pic{line-height:1.8; padding-bottom:0.1rem;}
.xw_pic img{width:100%; height:100%; aspect-ratio:16/9; display:block;}
.xw_pic h1{
  font-size:var(--font-size-h1);
  text-align:justify;

  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_pic q{
  color:#666;
  font-size:var(--font-size-q);
  text-align:justify;
  padding-top:0.05rem;

  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.xw_pic a{
  display:block;
  position:relative;
  text-align:center;
  overflow:hidden;
}
.xw_pic a span{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  padding:0.03rem 0.1rem;
  color:#fff;
  box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
.xw_pic span a{font-weight:bold; text-align:justify;}
.xw_pic span h1{font-weight:normal;}
.xw_pic dt{display:flex; flex-direction:row;}
.xw_pic dt img{width:2.8rem;}
.xw_pic dt span{flex:1; width:100%; margin-left:0.2rem;}
.xw_pic dt span h1{white-space:normal;}

.xw_pic.t dt{display:block;}
.xw_pic.t dt a{display:unset;}
.xw_pic.t dt h1{border-bottom:1px #ccc solid; padding-bottom:0.05rem; margin-bottom:0.15rem;}
.xw_pic.t dt span{display:flex; flex-direction:row; margin:0!important;}
.xw_pic.t dt span img{width:2rem;}
.xw_pic.t dt span q{flex:1; width:100%; line-height:2; margin-left:0.2rem;}

.flex{gap:0.2rem;}
.flex-1{flex:1;}
.flex-2>*{width:calc(100%/2 - 0.1rem);}
.flex-3>*{width:calc(100%/3 - 0.1rem);}
.flex-4>*{width:calc(100%/4 - 0.1rem);}
.flex-5>*{width:calc(100%/5 - 0.1rem);}
.flex-25{width:25%;}
.flex-30{width:30%;}
.flex-35{width:35%;}
.flex-40{width:40%;}
.flex-45{width:45%;}

.lr_row>:nth-child(even){display:flex; flex-direction:row-reverse;}
.lr_row_2>:nth-child(4n),.lr_row_2>:nth-child(4n-1){display:flex; flex-direction:row-reverse;}
.lr_row_2>:nth-child(4n) span,.lr_row_2>:nth-child(4n-1) span{width:100%; flex:1; margin:0; margin-right:0.2rem;}

/* 两会logo */
.logo2{
	z-index:-1;
	position:absolute;
	bottom: -1.03rem;
	left:0;
	width:14rem;
	height:4rem;
	background:url('../images/c_01_bg.png') no-repeat 50%;
	background-size:100% 100%;
}
.logo2 a{
  position: absolute;
  bottom:0.7rem;
  right:0.2rem;;
  width: 2rem;
  height: 0.4rem;
  /* border: 1px #000 solid; */
}

/* 新闻 */
.page{
	position:relative;
	margin:0 auto;
	width:100%;
  box-sizing:border-box;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.page-m{width:14rem; margin:0.5rem auto; position:relative;}
.page-m ul{background: linear-gradient(to bottom, #fff, #FEF4E2); border-radius:0.1rem; padding:0.3rem 0.3rem; position:relative;}

.col_bt{
  position: absolute;
  top:-1rem;
  right: -0.3rem;
  width: 6.17rem;
  height: auto;
}

.flex.xw_txt{gap: 0.1rem;}

.page0 .page-m{top:55% !important;}
.page0 .page-m ul{
    height:7.84rem;
    background:url('../images/c_00_bg.png') no-repeat 50%;
	background-size:100%;
}
.page0 .flex-40.xw_txt dt{height:0.9rem; padding:0 0.1rem; padding-top:0.1rem; border-bottom:1px #E01010 solid;}
.page0 .flex-40.xw_txt dt:last-child{border-bottom:0;}
.page0 .flex-40.xw_txt dt:hover{background-color:#E01010; cursor:pointer;}
.page0 .flex-40.xw_txt dt:hover h1 a{color:#FCDF9A;}
.page0 .xw_txt h1 a{font-weight:normal;}
.page0 .xw_txt h2 a{font-size:0.3rem; color:#FCDF9A;}

.page1 dl.xw_txt dd:nth-of-type(4n):not(:last-child),
.page3 dl.xw_txt dd:nth-of-type(4n):not(:last-child),
.page4 dl.xw_txt dt:not(:last-child){border-bottom:1px #c00 solid; margin-bottom:0.1rem;}

.page3 .xw_txt dt q,
.page4 .xw_txt dt q{-webkit-line-clamp:4;}

.page7 .col_bt{
    z-index:10;
    top:-1.6rem;
}
.page7 .page-m{top:55% !important;}
.page7 .page-m ul{padding-top: 0.8rem;}

.page8 .logo2{top:-0.15rem;}
.page8 .col_bt{
  z-index:10;
  position:absolute;
  top:-1.7rem;
  left:0.5rem;
  width:11.38rem;
}

.page9 .xw_txt dt:last-child{border-bottom:1px #c00 solid;}
.page9 .xw_txt dt h1 a{
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.page9 .xw_txt dt q{-webkit-line-clamp:3;}

.page10 .logo2{top:1.25rem;}
.page10 .page-m ul{
  width:14.16rem;
  height:8.3rem;
  background:url('../images/c_10_bg.png') no-repeat 50%;
	background-size:100%;

  padding-top:2rem;
}
.page10 .xw_pic dt{background-color:none; border-radius:1rem; padding:0.1rem 0.3rem 0.1rem 0.1rem;}
.page10 .xw_pic dt:nth-of-type(4n-1),
.page10 .xw_pic dt:nth-of-type(4n){background-color:#EEDDCF;}
.page10 .xw_pic dt img{width:1rem; height:1rem; border-radius:50%; object-fit:cover; }
.page10 .xw_pic dt h1 a{
  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.page10 .xw_pic dt q{-webkit-line-clamp:2;}

.page11 .page-m ul{
  width:13.68rem;
  height:8.61rem;
  background:url('../images/c_11_bg.png') no-repeat 50%;
	background-size:100%;

  padding-top:1rem;
}

.page11 li{width:48%;}

/* 读报告 */
.dbg{
  display:flex;
  justify-content:flex-start;
	width:100%;
  height:6.6rem;
	background:#fff;
	border-radius:0.1rem;
}
.dbg h3{
  margin:0 0.02rem;
  width:0.6rem;
  height:100%;
  color:#DD0000;
  font-size:0.28rem;
  letter-spacing: 0.05rem;
  line-height:1.2;
  display:flex;
  text-align:center;
  writing-mode:vertical-lr;
	padding-top:0.5rem;
  padding-left:0.14rem;

  background:url('../images/qjd_t_1.png') repeat-x;
	background-size:100%;

  cursor:pointer;
}
.dbg h3.on{
  color:#F1DEB0;
  
  background:url('../images/qjd_t_2.png') repeat-x;
	background-size:100%;
}
.dbg ol{
  display:none;
  width:7.4rem;
  height:100%;
  background:url('../images/c_05_bg.png') no-repeat 50%;
	background-size:100% 100%;
  padding:0.7rem 0.8rem;
  box-sizing:border-box;
  overflow:hidden;
}
.dbg ol .xw_pic dd a{display:unset;}

/* 新闻发布会 */
.xwfbh{margin:0 auto; width:13.5rem; text-align:left; box-sizing:border-box; position:relative;}
.xwfbh .hd{height:0.5rem; line-height:0.5rem; border-radius:0.5rem; background-color:#FEEED9; position:relative;}
.xwfbh .hd ol{float:left;}
.xwfbh .hd ol i{float:left; color:#CC6600; font-size:0.24rem; font-weight:bold; font-style:normal; padding:0 0.2rem; cursor:pointer; }
.xwfbh .hd ol i.on{color:#FFE682; background-color:#DB0909;}
.xwfbh .hd ol i:first-child.on{border-radius: 0.5rem 0 0 0.5rem;}
.xwfbh .bd{width:100%;}
.xwfbh .bd ol{width:13.5rem; padding-top:0.2rem; zoom:1;}
.xwfbh .bd ol dl.xw_txt dt{border-bottom:1px #c00 solid; margin-bottom:0.2rem; padding-bottom:0.2rem;}
.xwfbh .bd ol dl.xw_txt dt h1{font-size:0.2rem; font-weight:normal;}
.xwfbh .bd ol .xw_txt dt h2{font-size:0.3rem; margin-bottom:0.1rem;}

/* 通道 */
.tongdao{width:14rem; display:flex; flex-direction:column;}
.tongdao .hd{position:relative;}
.tongdao .hd ol{width:100%;}
.tongdao .hd ol i{
  float:left;
  width:2.72rem;
  height:0.89rem;
  background-image:url('../images/c_09.png');
  background-repeat:no-repeat;
  background-position:0 0;
	background-size:auto 100%;
  cursor:pointer;

  margin-right:0.3rem;
}
.tongdao .hd ol i:nth-of-type(2){background-position:-2.72rem 0;}
.tongdao .hd ol i:nth-of-type(3){background-position:-5.44rem 0;}
.tongdao .hd ol i.on{background-image:url('../images/c_09_2.png');}
.tongdao .bd ol{background-color:#fff; border-radius:0.1rem; margin-top:0.3rem; padding:0.3rem; zoom:1;}

/* 翻页 */
.pageBtn{
	z-index:-1;
	position:absolute;
	bottom:-0.6rem;
	left:50%;
	transform:translateX(-50%);
	width:12.78rem;
	height:1.14rem;
	background:url('../images/pageBtn.png') no-repeat 50%;
	background-size:100% 100%;
}
.pageBtn .prev,
.pageBtn .next{
  z-index:5;
  position:absolute;
  right:2.25rem;
  bottom:0.1rem;
  width:1.1rem;
  height:0.4rem;
  /* border:1px #0c0 solid; */
}
.pageBtn .next{
  right:1rem;
}

/* 异步背景 */
.page-bg{
  position:relative;
  width:100%;
  height:5rem;
  background-repeat:no-repeat;
  background-position:top;
  background-attachment:fixed;
  background-size:cover;

  display:none;
}

.page0 .page-bg,
.page1 .page-bg,
.page2 .page-bg,
.page3 .page-bg,
.page4 .page-bg,
.page5 .page-bg,
.page6 .page-bg,
.page7 .page-bg,
.page8 .page-bg,
.page9 .page-bg,
.page10 .page-bg,
.page11 .page-bg,
.page12 .page-bg,
.page13 .page-bg{background-image:url('../images/bg_00.jpg');}

/* 焦点图 */
.swiper-container{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide{
	text-align:center;

	/* Center slide text vertically */
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
  transition-property:all;
}
.swiper-slide img{width:100%; height:100%; aspect-ratio:16/9;}
.swiper-slide h1{
  font-size:var(--font-size-h1);
  line-height:1.5;

  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-slide q{
  color:#666;
	font-size:var(--font-size-q);
  line-height:1.8;
	text-align:justify;

  overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.swiper-slide a{
	display:block;
  width:100%;
  height:100%;
  text-align:center;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
  font-weight:normal;
	padding:0.05rem;
	box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
.swiper-slide span h1{
  position:relative;
  padding:0.05rem 0;
  background:none;
}
.swiper-slide span h1 a{display:inline; color:#000; text-align:left;}
.swiper-button-prev,
.swiper-button-next{
	--swiper-navigation-size:0.33rem;
  --swiper-navigation-color:#333;
	outline:none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    --swiper-navigation-color:#c00;
}
.swiper-pagination-bullet{
	width:0.08rem;
	height:0.08rem;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}

.swiper0{width:7.85rem; height:4.5rem; position:relative;}
.swiper0 .swiper-pagination{bottom:0.5rem;}
.swiper0 .swiper-button-prev,
.swiper0 .swiper-button-next{
	--swiper-navigation-color: #fff;
}
.swiper0 .swiper-button-prev:hover,
.swiper0 .swiper-button-next:hover{
	--swiper-navigation-color:#ff0;
}

.swiper2{width:100%; height:6rem; margin:0 auto; position:relative; cursor:pointer;}
.swiper2 .swiper-main{height:65%!important; width:100%;}
.swiper2 .swiper-thumbs{height:35%!important; width:92%; box-sizing:border-box; padding-top:0.5rem;}
.swiper2 .swiper-thumbs .swiper-slide{height:100%; background-size:100% 100%; opacity:0.5;}
.swiper2 .swiper-thumbs .swiper-slide-thumb-active{box-sizing:border-box; opacity:1; position:relative;}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next{
  top:89%;
  --swiper-navigation-size:0.55rem;
	--swiper-navigation-color: #c00;
}
.swiper2 .swiper-button-prev{left:-2%;}
.swiper2 .swiper-button-next{right:-2%;}
.dbwy .swiper-slide {display:flex; flex-direction:row; justify-content:flex-start; gap:0.3rem;}
.dbwy .swiper-slide a{width:unset; height:unset; display:flex;}
.dbwy .swiper-slide img{width:7rem; height:3.5rem; object-fit:cover;}
.dbwy .swiper-slide span{width:5.5rem; text-align:left;}
.dbwy .swiper-slide span h1{font-size:22px; white-space:unset; border-bottom:1px #c00 dashed; padding-bottom:0.2rem; margin-bottom:0.2rem;}
.dbwy .swiper-slide span q{-webkit-line-clamp:5;}

.swiper4{width:100%; height:3.8rem; margin-bottom:0.2rem; position:relative;}
.swiper4 .swiper-pagination{bottom:0.5rem;}
.swiper4 .swiper-button-prev,
.swiper4 .swiper-button-next{
	--swiper-navigation-color: #fff;
}
.swiper4 .swiper-button-prev:hover,
.swiper4 .swiper-button-next:hover{
	--swiper-navigation-color:#ff0;
}

.swiper7{width:100%; height:6rem; margin:0 auto; position:relative;}
.swiper7 .swiper-container{height:100%;}
.swiper7 .swiper-pagination{bottom:0.5rem;}
.swiper7 .swiper-button-prev,
.swiper7 .swiper-button-next{
  left:-8%;
  --swiper-navigation-size:0.55rem;
  --swiper-navigation-color: #FDEABB;
}
.swiper7 .swiper-button-next{
  left:unset;
  right:-8%;
}

.swiper8{width:100%; height:5.6rem; margin:0 auto; position:relative; display:flex; flex-direction:row; cursor:pointer;}
.swiper8 .swiper-main{width:50%!important;}
.swiper8 .swiper-thumbs{width:50%!important; padding-left:0.3rem;}
.swiper8 .swiper-thumbs .swiper-slide{width:100%; background-color:#F8ECD3; border-radius:0.8rem; padding:0 0.3rem; color:#c00; }
.swiper8 .swiper-thumbs .swiper-slide-thumb-active{box-sizing:border-box; background-color:#DA0909; color:#fff; position:relative;}
.swiper8 .swiper-button-prev,
.swiper8 .swiper-button-next{
  display:none;
}
.dy .swiper-slide{
  display:flex;
  flex-direction:column;
  align-items: flex-start;
}
.dy .swiper-slide a{width:auto; height:auto;}
.dy .swiper-slide img{aspect-ratio:16/9;}
.dy .swiper-slide q{-webkit-line-clamp:4;}
.dy .swiper-slide span{width:100%;}
.dy .swiper-slide h2{font-size:0.24rem; font-weight:normal; text-align:justify;}