﻿html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #000;
	line-height: 24px;
	/*min-width: 1100px;*/
	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/20230112_banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

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

@media only screen and (max-width: 1800px){
    .big_bglh {
        background-image: url(http://www.bjdtgt.com/topic/xhtml/img/2023hnlh_index.jpg);
        padding-top: 219px;
    }
}


.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 .item .pannel-image{
	width: inherit;
	height: inherit;
}

.slider-carousel .item .pannel-image a{
	display: block;
	width: inherit;
	height: inherit;
}

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

.slidesjs-previous {
	background: url(http://www.bjdtgt.com/topic/xhtml/img/20210123_index_btn03.png) no-repeat;
	left: 0px
}

.slidesjs-next {
	background: url(http://www.bjdtgt.com/topic/xhtml/img/20210123_index_btn02.png) no-repeat;
	right: 0px
}

.slidesjs-previous:hover {
	background: url(http://www.bjdtgt.com/topic/xhtml/img/20210123_index_btn03.png) no-repeat;
}

.slidesjs-next:hover {
	background: url(http://www.bjdtgt.com/topic/xhtml/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: 1100px;
	height: 646px;
}

.slidesjs-container {
	overflow: visible !important
}

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

.dys_second_headline,
div.second_2020_headline {
	padding: 0 27px;
	margin: 4px 4px 35px 4px;
	color: #005293;
	box-shadow: 0 0 10px #ccc;
	background-color: #e9f4fc;
	width: 650px;
	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/20230112_sprites.png) no-repeat 0 -9px;
	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_icon.png) no-repeat left center;
	color: #313131;
}

.dys_economicHighlights_list li a {
	color: #333333;
}

.dys_latest_report_live {
	margin: 30px 0;
}


/*日程*/
.dys_schedule_day_list {}

.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/20230112_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;
	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: 30px auto 1px auto;
}

.lhtj_core {
	padding: 2px 8px;
	border: 1px solid #a6e5fe;
	position: absolute;
	left: 739px;
	top: 60px;
	color: #2c9fd7;
}

.lhtj_core_a {
	padding: 2px 8px;
	border: 1px solid #a6e5fe;
	position: absolute;
	left: 739px;
	top: 60px;
	color: #2c9fd7;
}

.lhtj_core_b {
	padding: 2px 8px;
	border: 1px solid #a6e5fe;
	position: absolute;
	left: 720px;
	top: 49px;
	color: #2c9fd7;
}

.lhtj_core_c {
	padding: 2px 8px;
	border: 1px solid #a6e5fe;
	position: absolute;
	left: 723px;
	top: 60px;
	color: #2c9fd7;
}

.lhzs{
	position: relative;
	/* margin-top: 28px; */
}

.arrow-left {
	background: url(../img/20230112_arrow-left.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 41px;
}

.arrow-right {
	background: url(../img/20230112_arrow-right.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 41px;
}


.lhtj_con {
	width: 100%;
	background: url("../img/20230112_lh_bge.png") center no-repeat;
}

.lhtj_area {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#gsfpic .b1{
	width: 586px;
	height: 398px;
	margin-left: 16px;
}

.tuji_box {
	width: 1100px;
	margin: 0 auto;
	background: url(../img/20230112_tu_box.png) no-repeat 100%;
	height: 502px;
	position: relative;
}

.lst1 li {
	width: 576px;
	height: 398px;
	position: relative;
	padding-top: 71px;
}

.lst1 li img {
	position: absolute;
}

.lst1 li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 546px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	overflow: hidden;
	font-family: Microsoft YaHei;
	z-index: 1;
	background: url(../img/20230112_tj_l.png) 0 0 no-repeat;
	padding-left: 30px;
	opacity: 80%;
}

.lst1 li .title a {
	color: #fff;
}

.lst3 li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	overflow: hidden;
	font-family: Microsoft YaHei;
	z-index: 1;
	background-color: #7b95c0;
}

.lst3 li .title a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	font-family: Microsoft YaHei;
	z-index: 1;
	opacity: 1;
}

.lst3 {
	margin-top: 42px;
}

.b3 {
	width: 466px;
	height: 427px;
	position: relative;
	right: 15px;
}

.lst3 li {
	float: left;
	margin: 4px 5px 4px 10px;
}

.dbwy {
	
 display: flex;
 width: 424px;
 justify-content: center;
 margin: auto;
 height: 79px;
}

.dbwy img {
	display: block;
	margin-right: 7px;
border-radius: 8px;
 width: 424px;
height: 79px;
}

.lst3 li.hov .lst3_img {
	background-color: #69cfff;
	border-radius: 8px;
}

.lst3_img img {
	margin: 8px 8px 0 ;
	border-radius: 8px;
}

.arr {
	display: inline-block;
	width: 41px;
	height: 67px;
	background: url(../img/20230112_arr.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 175px;
	z-index: 9;
}

.lef {
	background-position: -48px 0;
	left: 554px;
	top: 200px;
}

.rig {
	background-position: 0 0;
	left: 15px;
	top: 200px;
}

.hov_a {
	margin-left: 21px;
	margin-top: 10px;
}

.hov_b {
	margin-left: 26px;
}

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

.zhj-report-body {
	position: relative;
	background: url(../img/20230112_dbg_bg.png) no-repeat;
	height: 908px;
	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/20230112_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-bgqw {
	width: 742px;
	height: 675px;
	margin-top: 34px;
	padding: 0px 56px 0 64px;
}

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

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

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

.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 {
width: 873px;
height: 715px;
}

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


/*--两会之声--*/
.bzzs_con_nav {
	margin: 16px 0 58px;
	padding-left: 251px;
}

.bzzs_con_nav .bzcn_fbh {
	margin-right: 54px;
}

.bzzs_con_nav div {
	float: left;
	width: 194px;
	height: 54px;
	text-align: center;
}

.bzzs_con_nav i {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 16px 0 0 18px;
	background: url(../img/20230112_zf_arrow.png) -134px -50px no-repeat;
}

.bzzs_con_nav a {
	float: left;
	color: #015293;
	font-size: 24px;
	line-height: 54px;
	margin-left: 11px;
}

.bzzs_con_nav .bzcn_current {
	background: #3c5e92;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.bzzs_con_nav .bzcn_current a {
	color: #fff;
}

.bzzs_con_item {
	position: relative;
	width: 998px;
	overflow: hidden;
	margin: 0 auto;
}



.bzzs_con_item_list li {
	float: left;
	width: 291px;
	height: 321px;
	padding: 18px 15px;
	background: #eee;
	font-size: 18px;
	line-height: 30px;
	color: #434343;
	margin-right: 14px;
	cursor: pointer;
	border-radius: 16px;
}

.bzzs_con_item_list li img {
	margin-left: 2px;
	margin-top: 8px;
}

.bzzs_con_item_list .bzci_last_li {
	margin-right: 0px;
}

.bzzs_con_item_list .bzci_li_current {
	width: 291px;
	height: 373px;
	background: #3c5e92;
	color: #fff;
	/* margin-top: -16px; */
}

.bzzs_con_item_list .bzci_li_current .bzcil_item_title {
	color: #fff;
}

.bzzs_con_item_list li .bzcil_item_title {
	color: #015293;
}

.bzzs_con_item_list .bzci_li_current .bzcil_item {
	border-left: 3px solid #fff799;
}

.bzcil_item {
	margin-top: 28px;
	padding: 0px 0px 0 16px;
	height: 120px;
	overflow: hidden;
}


/*创意产品*/
.contaier-auto {
	margin: 0px auto;
	width: 1100px;
	margin-bottom: 50px;
}

.cycp-contaier-bg {
	background: url(../img/20230112_cycpbg.png) no-repeat bottom center;
	padding-bottom: 70px;
	margin-bottom: 12px;
}

.cycp-box {
    position: relative;
    height: 485px;
    margin: 0 auto;
}
.cycp-box .arrow-left {
    background: url(../img/20230112_cycpLeftBtn.png) no-repeat 0 0;
    position: absolute;
    left: -45px;
    top: 50%;
    margin-top: -48px;
    width: 42px;
    height: 57px;
}
.cycp-box .arrow-right {
    background: url(../img/20230112_cycpRightBtn.png) no-repeat 0 0;
    position: absolute;
    right: -56px;
    top: 50%;
    margin-top: -48px;
    width: 42px;
    height: 57px;
}
.cycp-box .swiper-container {
    height: 485px;
    width: 1100px;
    margin: 0 auto;
}

.creativeProductContent {
    transition:all 1s;
    float: left;
	margin-left: 9px;
	width: 214px;
    height: 485px;
    position: relative;
}

.creativeProductContent.on,.creativeProductContent.on .headerImg{
	width: 429px;
	height: 485px;
}
.cycp-box .textbg a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.cycp-box .textbg{
	width: 214px;
	height: 243px;
	background: url(../img/20230112_cycptextbg.jpg) no-repeat center;
	line-height: 29px;
	position: absolute;
	left: 0;
	text-align: center;
    padding: 40px 22px;
    z-index: 2;
	box-sizing: border-box;
	top: 0\9;
	+width: 170px;
	+height: 163px;
}
div.cycp-box .creativeProductContent.on .textbg{
    position: absolute;
    left: 0;
    top: 352px;
    width: 100%;
    height: 133px;
    background: url(../img/20230112_djch_bj2.png) repeat-x;
	padding: 75px 10px 0 10px;
}
.creativeProductContent:first-child{
	margin-left: 0;
}
.creativeProductContent .headerImg{
	width: 214px;
	height: 243px;
	position: absolute;
	left: 0;
	top:243px\9;
}
.creativeProductContent a img{
	width: 100%;
}
.cycp-box .creativeProductContent:nth-child(odd) .textbg{
 	top: 0;
}
.creativeProductContent:nth-child(odd) .headerImg{
	top:243px;
}
.creativeProductContent:nth-child(even) .headerImg{
	top: 0;
}
.cycp-box .creativeProductContent:nth-child(even) .textbg{
	top: 243px;
}
.creativeProductContent.on .headerImg{
   top: 0;
}
.cycp-box .slide_cont{
	width: 1100px;
}
