html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #000;
	line-height: 24px;
	min-width: 1200px;
	margin: 0;
	padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
img {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #015293;
}

.clear_both:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.txtcenter {
	text-align: center;
}

.bor {
	border: 1px solid #CCC;
}

.rel {
	position: relative;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFF;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.hide {
	display: none;
}

/*清除浮动1*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	clear: both !important;
}

.clear.both {
	height: 10px;
}

/*清除浮动2*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.ellipsis_dh {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.main1200 {
	width: 1100px;
	margin: 0 auto;
}


.big_bglh {
	width: 100%;
	position: relative;
	background-image: url(../img/20260131_banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.back_home {
    display: block;
    position: absolute;
    width: 328px;
    height: 90px;
    /*border: 1px solid red;*/
    top: calc((100% - 869px) / 2);
    left: calc((100% - 1876px) / 2);
    z-index: 1;
}

@media only screen and (max-width: 1800px) {
	.big_bglh {
		background-image: url(../img/20260131_banner_adapter.jpg);
		padding-top: 219px;
	}
	
	.back_home {
		display: block;
		position: absolute;
		width: 210px;
		height: 55px;
		/* border: 1px solid red; */
		top: calc((100% - 318px) / 2);
		left: calc((100% - 1145px) / 2);
		z-index: 1;
	}
}

/*头条*/
.headline {
	padding-top: 53px;
	margin-bottom: 30px;
	font-family: "microsoft yahei", '宋体'
}

.headline p {
	font-size: 37px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.headline p a {
	color: #164f88;
}

.headline span {
	display: block;
	line-height: 30px;
	color: #164f88;
	text-indent: 2em;
	padding-top: 17px;
	font-size: 16px;
}

.headline span a {
	color: #164f88;

}

.headline span a:hover {
	color: #164f88;
	text-decoration: underline;
}


/*大图滚动*/
.lft_pic {
	width: 1100px;
	margin: 0 auto 25px;
}

/* slider-carousel */
.slider-carousel {
	position: relative;
	width: 100%;
	height: 646px;
	overflow: hidden;
}

.slider-carousel .item {
	width: 100%;
	height: 646px
}

.slider-carousel .slidesjs-navigation {
	width:53px;
	height:87px;
	display:none;
	position:absolute;
	text-indent:-9999em;
	top:236px;
	z-index:100;
}

.slidesjs-previous {
	background: url(../img/20210123_index_btn03.png) no-repeat;
	left: 0px
}

.slidesjs-next {
	background: url(../img/20210123_index_btn02.png) no-repeat;
	right: 0px
}

.slidesjs-previous:hover {
	background: url(../img/20210123_index_btn03.png) no-repeat;
}

.slidesjs-next:hover {
	background: url(../img/20210123_index_btn02.png) no-repeat;
}

.slidesjs-pagination {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 36px;
	top: 609px;
	width: 110px;
	height: 12px;
	z-index: 10;
	overflow: hidden;
}

.slidesjs-pagination-item {
	float: left;
	width: 20px;
	height: 10px;
}

.slidesjs-pagination-item a {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	margin: 0 5px 0 5px;
	background: url(../img/20210123_banner_li2.jpg) no-repeat;
	_margin: 0 2px 0 2px;
}

.slidesjs-pagination-item a.active {
	background: url(../img/20210123_banner_li1.jpg) no-repeat;
	_margin: 0 2px 0 2px;
}

.slider-carousel .subtitle {
	position: absolute;
	width: 1100px;
	left: 0;
	top: 586px;
	z-index: 2;
	background: #015293;
	line-height: 3px;
}

.slider-carousel .titBg {
	position: absolute;
	width: 100%;
	height: 64px;
	left: 0;
	bottom: 0px;
	z-index: 1;
}

.titBg {
	background: #015293;
}

.slider-carousel .subtitle h6 a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	margin-left: 50px;
}

.slidesjs-control {
	position: relative;
	left: 0px;
	width: 1200px;
	height: 646px;
}

.slidesjs-container {
	overflow: visible !important
}

/*第一个模块内容-左边*/
/*第二个头部*/
.dys_second_headline {
	float: left;
	width: 768px;
}

.dys_second_headline,
div.second_2020_headline {
	padding: 0 30px;
	margin: 4px 4px 35px 4px;
	color: #005293;
	box-shadow: 0 0 10px #ccc;
	background-color: #e9f4fc;
	width: 644px;
	height: 165px;
}


.dys_second_headline .dys_headline {
	padding-top: 34px;
	text-align: center;
}

.dys_second_headline .dys_headline a {
	font-size: 28px;
	color: #005293;
}

.dys_second_headline .dys_subtitle {
	height: 60px;
	overflow: hidden;
	padding-bottom: 23px;
	line-height: 30px;
	margin-top: 12px;
	text-indent: 34px;
}

.dys_subtitle a {
	color: #005293;
	font-family: "microsoft yahei";
	font-size: 18px;
}

/*两会要闻*/
.dys_first_module_left {
	width: 702px;
}

#zxbd .latest_report_live_head {
	margin-bottom: 13px;
	border-bottom: 1px solid #b2b2b2;
}

.dys_news_live {
	float: left;
}

.media_focus,
.dys_news_live a {
	background: url(../img/20260202_sprites.png) no-repeat 0 -11px;
	height: 34px;
	display: block;
	padding-left: 139px;
}

.dys_latest_more {
	float: right;
}

.dys_latest_more a {

	font-family: MicrosoftYaHei;
	color: #a0a0a0;
	font-size: 16px;
}

.dys_economicHighlights_list li {
	font-size: 20px;
	line-height: 51px;
	overflow: hidden;
	font-family: "microsoft yahei";
	padding-left: 16px;
	background: url(../img/20230112_small_round_icon2.png) no-repeat left center;
	line-height: 36px\9;
	height: 36px\9;
	color: #313131;
}

.dys_economicHighlights_list li a {
	color: #333333;
}

.dys_latest_report_live {
	margin: 30px 0;
}


/*日程*/

.richeng {
	clear: both;
	width: 370px;
	height: 253px;
	margin-bottom: 15px;
	border: 1px solid #79c4e6;
	background-color: #e0f2ff;
}

.dys_schedule_content_list_left {
	width: 265px;
	margin: 13px 0 0 33px;
	text-align: center;

}

.dys_schedule_content_list_left span {
	display: block;
	height: 33px;
}

.dys_schedule_content_list_left em {
	margin-left: 33px;
}

.dys_schedule_content_list_left em a {
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #00a0e9;
	font-style: normal;
}

.dys_schedule_content_list_left em i {
	font-size: 18px;
	font-style: normal;
}

.dys_schedule_content_list_right {
	width: 264px;
	height: 155px;
	overflow: hidden;
	margin-left: 26px;
	margin-top: 9px;
}

.dys_schedule_content_list_right p {
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 22px;
	color: #fff;

}

.dys_schedule_content_list_right p.dys_theme a {
	color: #000;
}

.dys_schedule_day_father {
	position: relative;
	width: 44px;
	height: 253px;

	float: right;
	overflow: hidden;
}

.dys_schedule_day {
	float: right;
	position: relative;
	overflow: hidden;
	width: 47px;
	height: 253px;

}

.dys_schedule_day_list {
	position: absolute;
	left: 0;
	top: 35px;
}

.dys_schedule_day_list li {
	width: 47px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #0152a2;
	text-align: center;
	border-right: 1px solid #fff;
	background-color: #0077ca;
	margin-bottom: 1px;
}

.dys_schedule_day_list li a {
	color: #0152a2;
}

.dys_schedule_day_list li:hover {
	cursor: pointer;
}

.dys_schedule_day_list li.day_list_active {
	color: #eb6877;
	background: #e0f2ff;
}

.dys_schedule_day_list li.day_list_active a {
	color: #eb6877;
}

.preBtn,
.nextBtn {
	width: 47px;
	height: 34px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.preBtn:hover,
.nextBtn:hover {
	cursor: pointer;
}

.preBtn {
	top: 0;
	background-image: url(../img/20230112_arrowtop.jpg);
}

.nextBtn {
	bottom: 0;
	background: url(../img/20230112_arrowbottom.jpg);
}

.richeng {
	clear: both;
	width: 370px;
	height: 253px;
	margin-bottom: 15px;
	border: 1px solid #79c4e6;
	background-color: #e0f2ff;
}

.dys_schedule_content_list {
	width: 320px;
	height: 253px;
	float: left;
}

/*了不起的大湖南*/
.lh_dhn {
	margin: 23px 0 16px 0;
}

.lhsp_box {
	width: 368px;
}

.lhsp {
	border-bottom: 1px solid #b2b2b2;

}

#zxbd .latest_report_live_head2 {
	margin-bottom: 13px;
	border-bottom: 1px solid #b2b2b2;
}

.dys_news_live2 {
	float: left;
}

.dys_news_live2 a {
	background: url(../img/20260202_sprites.png) no-repeat 0 -46px;
	height: 45px;
	display: block;
	padding-left: 139px;
}

.dys_latest_more2 {
	float: right;
	margin-top: 12px;
}

.dys_latest_more2 a {
	font-family: MicrosoftYaHei;
	color: #a0a0a0;
	font-size: 16px;
}

.dys_economicHighlights_list2 li {
	font-size: 20px;
	line-height: 46px;
	overflow: hidden;
	font-family: "microsoft yahei";
	padding-left: 16px;
	background: url(../img/20230112_small_round_icon2.png) no-repeat left center;
	line-height: 36px\9;
	height: 36px\9;
	color: #313131;
}

.dys_economicHighlights_list2 li a {
	color: #333333;
}

.dys_economicHighlights_list2 {
	margin-top: 4px;
}

.dys_latest_report_live2 {
	margin: 30px 0;
}

/* 图集短视频 */
.lhtj_a{
    position:relative;
    margin: 40px auto 18px auto;
}
.lhtj_core{
   padding: 2px 8px;
       position: absolute;
       left: 1019px;
       top: 40px;
       color: #015293;
}
.lhtj_core_a{
   padding: 2px 8px;
    position: absolute;
    left: 1019px;
    top: 40px;
    color: #015293;
}
.lhtj_core_b{
   padding: 2px 8px;
       position: absolute;
       left: 1019px;
       top: 40px;
       color: #015293;
}
.lhtj_core_c{
    padding: 2px 8px;
        position: absolute;
        left: 1019px;
        top: 40px;
        color: #015293;
}
.conbox_2024lh {
	padding-top: 11px;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
}

.left_part {
	width: 534px;
	height: 450px;
}

.left_part ul li {
	width: 534px;
	height: 472px;
	position: relative;
}

.left_part ul li a img {
	display: block;
	height: 288px;
}

.left_part ul li h5 {
	width: 493px;
	height: 164px;
	padding: 0px 20px;
	background: #f59065;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.left_part ul li h5 a {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.left_parthov a img {
	background-color: #69cfff;
	border-radius: 8px;
}

.conbox_right {
	width: 564px;
	position: relative;
	right: 0px;
}

.pic_area {
	width: 564px;
	height: 310px;
	float: left;
}

.pictures li.hov .crp_img {
	opacity: 0.7;
}

.pictures li .crp_img a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.pic_area ul li {
	margin: 0 0 2px 6px;
	float: left;
}

.crp_img img {
	transition: 0.5s;
}

.con_fenjin {
	margin-left: 6px;
}

/*--第三个模块内容--*/
.yq_dbg {
	width: 100%;
	background: url(../img/20260131_lh_bg_a.png) center no-repeat;
}

.zhj-report-body {
	position: relative;
	background: url(../img/20260131_dbg_bg.png) no-repeat;
	height: 813px;
	font-family: "微软雅黑";
	margin: 0 auto;
	margin-top: 7px;
	width: 1100px;
}

.zhj-report-left {
	width: 149px;
	height: 422px;
	position: relative;
}

.zhj-report-left ul {
	position: absolute;
	left: 14px;
	top: 132px;
	width: 186px;
}

.zhj-report-left ul li {
	font-size: 24px;
	cursor: pointer;
	width: 193px;
	height: 76px;
	line-height: 21px;
	margin-top: 20px;
	text-align: center;
	margin-left: -14px;
	border-bottom: 1px solid #c1ebff;
}

.zhj-report-left ul li.on a {
	color: #0b75bd;

}

.zhj-report-left ul li.on {
	width: 223px;
	height: 76px;
	background: url(../img/20260131_dbg_a.png) 0 0 no-repeat;
}

.dbwyhy a {
	margin-top: 11px;
	line-height: 28px;
}

.sdb a,
.bgqw a,
.bgjd a,
.dz_book a,
.cycp a {
	margin-top: 24px;
}

.zhj-report-left ul li a {
	display: inline-block;
	color: #FFFFFF;
	margin-left: -36px;
	text-align: center;
}

.zhj-report-left ul li:first-child {
	/* border-bottom: none; */
}


/*右边--报告全文*/
.zhj-report-right {
	width: 873px;
	_overflow-x: hidden;
	/* margin-right: 130px; */
	margin-top: 66px;
	float: left;
	margin-left: 60px;
}



/* .zhj-report-right ul.zhj-bgqw {
	height: 668px;
	margin-top: 34px;
	padding: 0px 50px 0 36px;
} */

.zhj-bbqw-cont {
	margin-top: 20px;
}

.zhj-bbqw-cont h2 a {
	font-size: 22px;
	color: #194c9f;
	font-weight: bold;
	text-align: center;
	display: block;
}

.zhj-bbqw-cont p a {
	display: block;
	line-height: 42px;
	font-size: 16px;
	margin-top: 40px;
}

.zhj-bbjd li {
	line-height:54px;font-size:18px;border-bottom:1px dashed #c4d2e4;overflow-x: hidden;padding-left:10px;
	margin-left: 26px;
}

/*右边--报告全文*/
.zhj-bgqw {
	width: 709px;
	height: 618px;
	margin-top: 46px;
	padding: 0px 70px 0 51px;
}

.zhj-bbqw-cont h2 a {
	font-size: 22px;
	color: #194c9f;
	font-weight: bold;
	text-align: center;
	display: block;
}

.zhj-bbqw-cont p {
	display: block;
	line-height: 42px;
	font-size: 16px;
	margin-top: 40px;
	text-align: justify;
	text-indent: 2em;
}

.zhj-bbqw-cont p a {
	display: block;
	line-height: 35px;
	font-size: 16px;
	margin-top: 21px;
}

.zhj-bbqw-cont p img {
    width: 100%;
}

.bzzs_nav20240124 {
	margin-top: 20px;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bzzs_nav20240124 .bzzs_nav_item20240124:nth-child(2) {
	margin-right: 10px;
}

.bzzs_hide20240124 {
	display: none !important;
}

.bzzs_nav_item20240124_1 {
	float: left;
	margin-right: 10px;
}

.bzzs_nav_item20240124 {
	width: 172px;
	height: 50px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.bzzs_nav_item20240124 a {
	position: relative;
	z-index: 2;
	font-size: 24px;
	color: #656565;
	font-weight: normal;
	line-height: 50px;
}

.bzzs_nav_item20240124_2 {
	float: right;
	margin-left: 10px;
}

.bzzs_nav_item20240124_active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #cbb486;
	transform: skewX(-17deg);
}

/*两会之声*/
.bzzs_content20240124_img {
	float: left;
	width: 476px;
	height: 337px;
	box-sizing: border-box;
	border: #cbb486 1px solid;
	border-radius: 6px;
	margin-right: 45px;
}

.bzzs_content20240124_img_hide {
	display: none;
}

.bzzs_content20240124_img a {
	position: relative;
	width: 100%;
	height: 100%;
}

.bzzs_content20240124_img_active {
	display: block;
}

.bzzs_nav_item20240124_leave:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	transform: skewX(-17deg);
	border: #cbb486 1px solid;
	box-sizing: border-box;
}

.bzzs_nav_item20240124_active a {
	color: #fff;
	font-weight: 700;
}

.bzzs_content20240124_img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

/* 右边 */
.bzzs_content20240124_text {
	float: left;
	width: 561px;
	height: 336px;
	box-sizing: border-box;
	border: #cbb486 1px solid;
	border-radius: 6px;
	padding: 6px 0;
}

.bzzs_content20240124_text_item {
	height: 40px;
}

.bzzs_content20240124_text_item {
	height: 60px;
	margin-left: 35px;
}

.bzzs_content20240124_text_item_title {
	margin-top: 12px;
	/* margin-top: 24px; */
}

.bzzs_content20240124_text_item_title {
	height: 36px;
	overflow: hidden;
}

.bzzs_content20240124_text_item_memo {
	display: none;
}

.bzzs_content20240124_text_item_active {
	height: 150px;
	padding: 10px 20px 10px 0;
}

.bzzs_content20240124_text_item {
	height: 40px;
}

.bzzs_content20240124_text_item_active {
	width: 596px;
	height: 177px;
	background-color: #ead9a7;
	margin-left: -19px;
	border-radius: 6px;
	padding: 33px 20px 33px 0;
	box-sizing: border-box;
	margin-top: 10px;
}

.bzzs_content20240124_text_item {}

.bzzs_content20240124_text_item_active .bzzs_content20240124_text_item_title {
	font-size: 20px;
	line-height: 36px;
	color: #996c33;
	font-weight: 700;
	margin-left: 40px;
	margin-top: -11px;
}

.bzzs_content20240124_text_item_title {
	margin-top: 12px;
	/* margin-top: 24px; */
}

.bzzs_content20240124_text_item_title {
	height: 36px;
	overflow: hidden;
}

.bzzs_content20240124_text_item_title {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-top: 20px;
}

.bzzs_content20240124_text_item_active .bzzs_content20240124_text_item_memo {
	margin-top: 4px;
}

.bzzs_content20240124_text_item_active .bzzs_content20240124_text_item_memo {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #996c33;
	margin: 10px 0 0 40px;
}

.bzzs_content20240124_text_item_memo {
	display: none;
}

.bzzs_content20240124_text_item_active::before {
	content: "";
	/* background: url(../images/bzzs_2024lh_left.png); */
	float: left;
	width: 14px;
	height: 26px;
	margin: 43px 0 0 11px;
}


/**
 * 创意产品
 */
.content_box {
    max-width: 1920px;
    margin: 0 auto;
    height: 640px;
    background: url(../img/20260131_cycp_bg.png) no-repeat center -4px;
}

.content_box .swiper-container {
  width: 1200px;
  /* width: 1302px; */
  height: 100%;
  box-sizing: border-box;
}
.content_box .swiper-container .swiper-wrapper {
  padding-left: 12px;
}
.content_box .swiper-container .swiper-slide .swiper_img {
  width: 270px;
  height: 368px;
  padding: 18px;
  /* box-sizing: border-box; */
  background: url(../img/20260131_cycp_shadow.png) no-repeat center;
  /* margin-top: 100px; */
  margin-top: 60px;
  transition: transform 0.3s ease;
}
.content_box .swiper-container .swiper-slide .swiper_img {
  position: absolute;
  /* z-index: 10; */
}
.content_box .swiper-container .swiper-slide .swiper_img {
  width: 240px;
  height: 306px;
  margin-left: 8px;
}
.content_box .swiper-container .swiper-slide .swiper_img img {
 width: 240px;
 height: 306px;
}
.content_box .swiper-container .swiper-slide .img-text-box {
  position: absolute;
  top: 470px;
  left: 128px;
  transform: translateX(-50%);
  display: none;
  transition: transform 0.3s ease;
}
.content_box .swiper-container .swiper-slide .img-text {
  width: 278px;
  font-size: 18px;
  line-height: 30px;
  color: #c39c69;
  background-color: #fff8ec;
  border: #caa777 1px solid;
  border-top: none;
  padding: 16px 14px;
  box-sizing: border-box;
}
.img-text-box img {
  margin-bottom: 0px;
  width: 278px;
}
.content_box .swiper-button-prev {
  width: 46px;
  height: 46px;
  top: 460px;
  left: 30px;
  background: url(../img/20260131_cyjdarrR.png) no-repeat center;
  transform: rotate(180deg);
}
.content_box .swiper-button-prev.swiper-button-disabled {
  background: url(../img/20260131_cyjdarrL.png) no-repeat center;
  transform: rotate(0);
}
.content_box .swiper-button-next {
  width: 46px;
  height: 46px;
  top: 460px;
  right: 30px;
  background: url(../img/20260131_cyjdarrR.png) no-repeat center;
}
.content_box .swiper-button-next.swiper-button-disabled {
  background: url(../img/20260131_cyjdarrL.png) no-repeat center;
  transform: rotate(180deg);
}





