@charset "utf-8";
/* CSS Document */

html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix:after { margin: 0; padding: 0; }
html, body { height: 100%; }
body { padding: 0; margin: 0; 
/*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
h1, h2, h3, h4 { font-weight: normal; }
li { list-style-type: none; }
a{cursor:pointer;text-decoration: none; outline: none; color: #333;}
a:hover { text-decoration: none; color: #3773db; }

/* 习近平的两会时间*/
.part1{
	background:url(//www.ahnews.com.cn/ztimg/2024qglh-topbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:696px;
	width:100%;
	}
.part1Box{
	top: 37%;
    position: relative;
    width: 1326px;
    margin: 0 auto;
	}
.xitimebox{
	background-color:rgba(255,255,255,0.5);
	position:relative;
	height:277px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin:auto;
	}	
.xitimebox_left{
	height:230px;
	position:relative;
	margin-left:5%;
	margin-right:20px;
	margin-top:30px;
	float:left;
	}
.xitimebox_pic{
	height: 100%;
    display: block;
    width: 380px;
	}
.xitimebox_pic img{width:100%;height:100%;}
.xitimebox_picTitle{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 380px;
    display: block;
    line-height: 35px;
    text-align: center;
    bottom: 0px;
	overflow:hidden;
	}
.xitimebox_picTitle a{
	color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
	}
.xitimebox_right{
	position:relative;
	margin-top:30px;
	width: 390px;
	overflow: hidden;
	}	
.xitimebox_right li{
	font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
	}
.xitimebox_right li:last-child{border-bottom:none;}
.lhtime{
	position:absolute;
	right:0;
	bottom:0;
	}
.clearfix{display:block;}	
.clearfix:after{
	content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
	}

/* 导航栏*/
.topnav{
	top: 97px;
    line-height: 64px;
    height: 64px;
    position: relative;
	}
.topnavlist{
	position:relative;
	padding-left:346px;
	}
.topnavlist li{
	float:left;
	}
.topnavlist li a{
	float:left;
	color:#fff0d3;
	display:inline-block;
	font-size:24px;
	white-space: nowrap;
	padding: 0 20px 0 20px;
	}

.more{
	color: #999;
    font-size: 20px;
    margin: 20px 0px 10px auto;
	}

/* 大头条*/
.bodyWidth {
	width: 1208px;
	margin: 0px auto;
 }
.qglh2024-hots {
	margin: 50px auto;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	align-items: center;
	width: 95%;
}
.qglh2024-tt-title{
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.qglh2024-tt-title a{
	font-weight: bold;
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 32px;
	color: rgb(255,2,6);
}
.qglh2024-tt-title a:hover{
	color: orange;
}

.qglh2024-tt {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 32px;
	line-height: 30px;
}

.qglh2024-tt-item {
	font-size: 16px;
	color: rgb(255,2,6);
	white-space:nowrap;
}

.qglh2024-tt-item:hover {
	color: orange;
}

/*要闻列表、图片新闻*/
.qglh2024-yw {
	margin: 20px auto 50px auto;
	display: flex;
	flex-direction: row;
	width: 1208px;
}

.qglh2024-yw-list {
	width: 503px;
	/*margin-right: 20px;*/
}

.qglh2024-yw-item {
	position: relative;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.qglh2024-yw-item a {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.qglh2024-yw-item-title:hover {
	color: orange;
}

/*图片新闻轮播*/
.qglh2024-tp-lunbo {
	margin-left: 20px;
	width: 685px;
	height: 410px;
	position: relative;
	overflow: hidden;
}

.qglh2024-tp-lunbo-ul {
	width: 100%;
	height: 100%;
}

.qglh2024-tp-lunbo-li {
	width:100%;
	height: 100%;
	position:relative;
	overflow:hidden;
}

.qglh2024-tp-lunbo-img {
	width: 100%;
	height: 410px;
	display:block;
}

.qglh2024-tp-lunbo-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 10px;
	
}

.qglh2024-tp-lunbo-title p {
	color: white;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 210px;
	height: 100%;
}

.qglh2024-tp-lunbo-point {
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 50px;
	display: flex;
	align-items: center;
}

.qglh2024-tp-lunbo-point ul {
	display: flex;
	flex-direction: row;
}

.qglh2024-tp-lunbo-point ul li {
	
	width:25px;
	height:25px;
	overflow: hidden;
	margin: 0 3px;                
	border-radius:4px;
	background-color:white;
	color: #333;
	font-size: 14px;
	cursor: pointer; /*鼠标经过或者经过有小手的样式*/
	display: flex;
	align-items: center;
	justify-content: center;

}

.qglh2024-tp-lunbo-point ul .on {
	background-color: rgb(255,2,6);
	color: white;
} 
		
/* 现场速递*/
.boxcontent{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.toptitle{
	margin:22px auto;
	position:relative;
	width:1208px;
	}
.toptitle img{width:100%;}
.xcsd-content{
	margin-top:20px;
	width: 1208px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	}
.xcsdleft{
	background:url(//www.ahnews.com.cn/ztimg/kuang.png) no-repeat;
	background-position: center top;
	width:600px;
	height:500px;
	float:left;
	}
.xcsd-tabs{
	display:flex;
	margin: 25px auto 20px 60px;
	}
.xcsd-tabs li{
	text-align:center;
	background-color:#f29196;
	cursor:pointer;
	width:70px;
	color:#fff;
	font-size:22px;
	margin:auto 10px;
	line-height: 40px;
	}
.xcsd-tab.active{
	background-color:#e0000b;
	color:white;
	}
.xcsd-tabs li:active{
	background-color:#e0000b;
	color:white;
	}
.tab_content{
	display:none;
	margin-left: 80px;
	width: 400px;
	}
.tab_content.active{
	display:flex;
	flex-direction: column;
	}	
.tab_content li{
	line-height: 24px;
	font-size: 18px;
	border-bottom:1px solid #FC0;
	padding: 7px 0;
	height: 50px;
	display: flex;
	align-items: center;
	}
.tab_content li a{
	line-height:24px;
	max-height: 48px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}
.xcsdright{
	padding-right: 20px;
	width:537px;
	display: flex;
    flex-direction: column;
	}
.fbt{margin-bottom: 20px;}
.xcsdright li{
	position:relative;
	padding: 6px 0;
	padding-left:25px;
	line-height: 24px;
	font-size:18px;
	max-height: 48px;
	min-height: 30px;
	}
.xcsdright li::before{
	content:"";
	position:absolute;
	left:0;
	top:11px;
	/*transform: translateY(-50%);  垂直对齐调整 */
	width: 14px; /* 小圆点宽度 */
	height: 14px; /* 小圆点高度 */
	background-color: #f3d097; /* 小圆点颜色 */
	border-radius: 50%; /* 小圆点圆角 */
	
	}
.xcsdright li a{
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}

/* 两会直播间*/
.slider-pro{
	margin: 0 auto;
	position:relative;
	}
.sp-slides-container{
	position:relative;
	}
.sp-mask{
	position: relative;
    overflow-y: hidden;
	}
.sp-slides{
	transform: translate3d(0px, 0px, 0px);
    transition: transform 0.7s ease 0s;
	position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
	}
.sp-slide{position: absolute;}
.sp-image-container{
	border-radius: 40px 0 40px 0;
	overflow: hidden;
    width: 900px !important;
    position: relative;
	height: 506px;
	}
.sp-image{
	border-radius: 40px 0 40px 0;
	display: block;
    border: none;
    width: 900px !important;
    height: 506px !important;
    margin: 0px !important;
	}
.sp-image-container .play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: unset;
    z-index: 2;
    width: 45px;
    height: 41px;
    background: url(//www.ahnews.com.cn/ztimg/2024qglh-spicon.png) no-repeat center top;
    display: block;
}
.sp-image-container p {
    position: absolute;
    left: 0px;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding-left: 70px;
    width: 830px;
	font-size: 22px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.sp-fade-arrows {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.sp-arrow {
    right: -207px;
    height: 35px;
	margin-left: -10px;
    z-index: 100;
	position: absolute;
    font-size: 40px;
    color: #FFF;
    text-shadow: 1px 1px 1px #666;
    cursor: pointer;
    width: 242px;
	overflow: hidden;
}
.sp-previous-arrow {
    top: 0px;
}
.sp-previous-arrow:before {
    content: url(//www.ahnews.com.cn/ztimg/2024qglh-up.jpg);
	height: 35px;
	display: block;
	text-align: center;
}
.sp-next-arrow {
    bottom: 0px;
}
.sp-next-arrow:before {
    content: url(//www.ahnews.com.cn/ztimg/2021qglh-down.jpg);
	height: 35px;
	display: block;
	text-align: center;
}
.sp-thumbnails-container{position:relative;}
.sp-right-thumbnails{position:absolute;top:50px}
.sp-right-thumbnails{right:30px}
.sp-thumbnails{position:relative}
.sp-thumbnail{border:none}
.sp-thumbnail-container{position:relative;display:block;float:left;-moz-box-sizing:border-box;box-sizing:border-box}
.sp-right-thumbnails .sp-thumbnail-container{margin-top:0px;margin-bottom:26px;margin-left: 8px;}
.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}
.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}
.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;margin-left:0!important}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail img{border:6px solid #ff0900 !important;}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;right:-28px;top:35px;width: 13px;height: 49px;border-radius: 7px;z-index: 999}
.sp-slides-container:hover .sp-fade-arrows{opacity:1}
.sp-thumbnail-arrows{position:absolute}
.sp-fade-thumbnail-arrows{opacity:1;-webkit-transition:opacity .5s;transition:opacity .5s}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}
.sp-right-thumbnails .sp-thumbnail-arrows{height:504px;top:0;left:50%;margin-left:-5px}
.sp-thumbnail-arrow{position:absolute;font-size:20px;color:#FFF;text-shadow:1px 1px 1px #666;cursor:pointer}
#example5{margin: 0px !important;}
#example5 .sp-thumbnail-image-container {width: 242px;height: 142px;overflow: hidden;float: left;}
#example5 .sp-thumbnail-image {width: 230px;height: 130px;border-radius: 4px;border:6px solid #fff;}
#example5 .line{width: 6px;height: 579px;background: #1B6AC0;opacity: 0.1;border-radius: 3px;position: absolute;right: 6px;top: 15px; display: none;}
.sp-thumbnail-image-container img{width: 230px;height: 130px;}

.sp-thumbnails-container{
	height:506px;
	}
.sp-thumbnails{
	position: relative;
	width: 242px;
    height: 1486px;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.7s ease 0s;
	}
.sp-thumbnail-container {
    width: 242px;
    height: 142px;
}

.sp-thumbnail-image {
	width: 230px;
    height: 130px;
    border-radius: 4px;
    border: 6px solid #fff;
}


/* 报告解读*/

.bgjd-content{
	background: url(//www.ahnews.com.cn/ztimg/hongbg.jpg) no-repeat center; 
	width:100%; 
	clear:both; 
	display:flex;
	flex-direction:row; 
	/*background-size:cover;
	background-position: center;
	margin-bottom:40px;*/
	justify-content:center;
	height:561px;
	}
.leftbox{
	display:flex;
	flex-direction:column;
	width:956px;
	margin-bottom:10px;
	margin-top:30px;
	height:491px;
	background:#fff;
	}
.leftreports{
	display:flex;
	flex-direction:row;
	justify-content:center;
	padding-top:34px;
	}
.gov_report{
	display:flex;
	flex-direction:column;
	width:40%;
	margin-right:40px;
	}
.gov_report h3{
	margin-top:20px;
	margin-bottom:20px;
	}
.gov_report h3 a{
	display: inline-block; 
	line-height: 30px; 
	overflow: hidden; 
	font-size: 22px; 
	color: #000; 
	font-family:"微软雅黑";
	}
.gov_report h3 a:hover{color:#e7240b;}
.gov_report p{
	line-height: 28px; 
	overflow: hidden; 
	color: #666; 
	font-size:17px;
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height:84px;
	}
.report_jiedu{
	display:flex;
	flex-direction:column;
	width:47%
	}
.report_jiedu_list li { 
	padding: 5px 0 5px 0;
	overflow: hidden; 
	position:relative;
	border-bottom:1px solid #f9f1f1;
	}
.datareport_jiedu_listList h3 { width:100%; }
.report_jiedu_list h3 a { 
	display: inline-block;
	line-height: 30px; 
	font-size: 20px; 
	color: #000; 
	font-family:"微软雅黑"; 
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 5px;
	}
.report_jiedu_list h3 a:hover{ color:#e7240b; }
.summary {
	line-height: 21px; 
	height:63px;
	overflow: hidden; 
	color: #666; 
	font-size:14px; 
	text-indent:2em ; 
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	}

.bgjd_time{
	line-height:24px;
	color:#666;
	font-size:14px;
	}


.rightbox{
	width:405px;
	margin-left:20px;
	margin-top:30px;
	margin-bottom:30px;
	position:relative;
	}
.work_reportList{
	display:flex;
	flex-direction:column;
	width:100%;
	/*justify-content:space-between;*/
	height:100%;
	position:absolute;
	}
.work_reportList li:last-child{margin-bottom:0px;}
.work_report1 li:last-child{margin-bottom:0px;}
.work_report1{
	background:#be4a4a;
	padding:0px 10px;
	height:23%;
	align-items:center;
	display:flex;
	margin-bottom:10px;
	}
.work_report{
	/*background:#be4a4a;*/
	padding:0px 10px;
	height:23%;
	align-items:center;
	display:flex;
	margin-bottom:10px;
	}
.work_report a{
	display:-webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px; 
	overflow: hidden; 
	font-size: 18px; 
	color: #fff; 
	font-family:"微软雅黑"; 
	
	}
.work_report a:hover{color:#ffc;}

/*聚焦安徽团 */
.jj-container{
	height:395px; 
	width:1208px; 
	margin:0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.w1208{
	width: 1208px;
    margin: 0 auto;
}
.w600 {
    width: 588px;
}

.jyxcList{
	display: flex;
	flex-direction: row;
}
.jyxcList li{
	margin-right:25px;
}
.jyxcList li:last-child{margin-right:0;}
.jj-tp-lunbo {
	height: 369px;
	position: relative;
	overflow: hidden;
}

.jj-tp-lunbo-ul {
	width: 100%;
	height: 100%;
}

.jj-tp-lunbo-li {
	width:100%;
	height: 100%;
	position:relative;
	overflow:hidden;
}

.jj-tp-lunbo-img {
	width: 100%;
	height: 368px;
	display:block;
}

.jj-tp-lunbo-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 10px;
	
}

.jj-tp-lunbo-title p {
	color: white;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 210px;
	height: 100%;
}

.jj-tp-lunbo-point {
	position: absolute;
	bottom: 0;
	right: 20px;
	height: 50px;
	display: flex;
	align-items: center;
}

.jj-tp-lunbo-point ul {
	display: flex;
	flex-direction: row;
}

.jj-tp-lunbo-point ul li {
	
	width:25px;
	height:25px;
	overflow: hidden;
	margin: 0 3px;                
	border-radius:4px;
	background-color:white;
	color: #333;
	font-size: 14px;
	cursor: pointer; /*鼠标经过或者经过有小手的样式*/
	display: flex;
	align-items: center;
	justify-content: center;

}

.jj-tp-lunbo-point ul .on {
	background-color: rgb(255,2,6);
	color: white;
} 
.jj-title-list{
	display: flex;
	flex-direction: column;
	position: relative;
}
.jj-more{
	text-align: right;
	font-size: 20px;
	margin-top:10px;
}
.w570 {
    width: 570px;
}
.ptl40 {
    padding-right: 10px;
}
.jzaht {
    height: 115px;
    overflow: hidden;
	position: relative;
}
.jzaht a {
    color: #bd0704;
}
.jzaht h1 {
    font-size: 23px;
    font-weight: bolder;
	margin-bottom: 7px;
}
.jj-summary{
	font-size: 18px;
    line-height: 30px;
    color: #3f3f3f;
	overflow: hidden;
	height: 60px;
	max-width: 100%;
}
/*.xiangxi{
	position:absolute;
	right: 41px;
	bottom: 23px;
	font-size: 18px;
}*/
/*.jj-summary::after{
	content: '【详细】';
	color: red;
	margin-right: 0px;
	cursor: pointer;
}*/
.dataList {
    margin-top: 30px;
}
.jj-dataList li::before{
	content: "";
	position: absolute;
	left: 0;
	top:50%;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #333;

	
}
.jj-dataList li.t {
    padding: 2px 0 2px 10px;
    overflow: hidden;
    position: relative;
}
.jj-dataList h2 {
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.jj-dataList h2 a {
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family: 微软雅黑;
    overflow: hidden;
}

/*建言献策 */
.jyxc-txt{
	width: 100%;
    text-align: center;
    top: 44px;
    position: relative;
	margin-bottom: 80px;
}
.jytp {
    float: left;
    position: relative;
    width: 280px;
    height: 215px;
    overflow: hidden;
}
.jytp img {
    width: 280px;
    height: 160px;
    margin-bottom: 10px;
}
.jytp .bg {
    background: url(//www.ahnews.com.cn/ztimg/2024qglh-jyxcbg.png) no-repeat;
    bottom: 42px;
    height: 40px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.jytp .name {
    bottom: 45px;
    color: #FFFFFF;
    height: 35px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
    font-size: 16px;
    font-weight: bold;
}
.jytp .name a {
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.jytp-title{
	text-indent: 2em;
	font-size: 16px;
	line-height: 22px;
	display: block;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: default;*/
}
.red-text{color: #bd0704;cursor: pointer;}
.jytp-title:hover{color: #000;}


/*融媒报道*/
.rmbd {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 30px auto 0px auto;
	overflow: hidden;
	width: 1208px;
}

.rmbd-content {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-top: 40px;
}

.bd-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: rgb(216,29,6);
	font-size: 30px;
}
.bd-top-line {
	background-color: rgb(216,29,6);
	width: 10px;
	height: 25px;
	margin-right: 10px;
}
.bd-top-text{
	display:flex;
	flex-direction:row;
	flex:1;
	align-items: center; 
	justify-content: space-between;
}
.bd-more {
	margin-right: 28px;
	font-size: 20px;
}

/*视频报道*/
.spbd {
	display: flex;
	flex-direction: column;
	width: 70%;
	float: left;
	
}

.spbd-list {
	margin-top: 20px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	list-style-type: none;
}

.spbd-item {
	display: inline-block;
	width: 46%;
	margin-bottom: 10px;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.spbd-item a {
	width: 100%;
	height: 100%;
}

.spbd-item a div {
	width: 100%;
	height: 85%;
	position: relative;
}

.spbd-item-img {
	width: 100%;
	height: 100%;
}

.spbd-item-player {
	position:absolute;
	bottom: 20px;
	right: 20px;
}

.spbd-item-title {
	margin-top: 5px;
	text-align: center;
	white-space: nowrap;overflow: hidden;
	color: black;
	font-size: 18px;
	text-overflow: ellipsis;
}

/*特别推荐*/
.tbch {
	display: flex;
	flex-direction: column;
	width: 30%;
	margin-left: 40px;
	
}

.tbch-swiper-container {
	overflow:hidden;
	width:100%;
	position: relative;
	margin-top: 20px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.tbch-lunbo {

	width:4000px;
	position: relative;
	display:flex;
	flex-direction:row;
	align-items: center;
	overflow:hidden; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	column-gap: 15px;
	
	
}

.tbch-lunbo-li {
	display:flex;
	height:480px;
	
}

.tbch-lunbo-li a {
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
	position: relative;
}

.tbch-li-img {
	width:100%;
	height:100%;
}

.swiper-button {
	position:absolute;
	background-color: rgba(0,0,0,0.4);
	
	display:flex;
	align-items:center;  /*垂直居中*/
	justify-content: center;
}

.tbch-li-title {
	position: absolute;
	display: flex;
	align-items: center; 
	bottom: 0;
	width: 100%;
	height: 30px; 
	background-color: rgba(0,0,0,0.4);
}


.tbch-li-title p {

	margin-left: 10px;
	margin-right: 10px;
	color: white;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;

}	

/*两会声音*/
.lhsy {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lhsy-container {
	background: #fff url(//www.ahnews.com.cn/ztimg/2024qglh-lhsybg.jpg) no-repeat;
	background-size: cover;
	margin-top: 20px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: row;
}

.fasheng {
	background: url(//www.ahnews.com.cn/ztimg/huang-bg.png) no-repeat;
	background-size: cover;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	width: 591px;
	min-height: 600px;
}

.fasheng:not(:last-child) {
	margin-right: 2%;
}

.fs-top {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100px;
	width: 100%;
	position: relative;
}

.fs-top p {
	font-weight: bold;
	font-size: 30px;
	color: rgb(218,18,5);
	margin-left: 40px;
	margin-right: 80px;
} 

.fs-more {
	color: white;
	font-size: 21px;
	position: absolute;
	right: 25px;
}

.lhsy-list {
	padding: 20px 20px 100px 20px;
}

.lhsy-list-top {
	display: flex;
	flex-direction: row;
}

.lhsy-list-top-img {
	display: flex;
	width: 160px;
	height: 160px;
	overflow: hidden;
	flex-shrink: 0;
}

.lhsy-list-top-img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	
}

.fs-top-content {
	margin-left: 20px;
}

.fs-top-title {
	font-size: 24px;
	font-family: "微软雅黑";
	float: right;
	color: #353439;
	font-weight: bold;
	line-height: 34px;
}

.fs-top-sunmary {
	line-height: 23px;
	text-align: left;
	margin-top: 15px;
	float: right;
	font-size: 14px;
	color: #868686;
}

.fs-detail {
	color: #e90000;
	margin-left: 5px;
}

.lhsy-list-content {
	margin-top: 40px;
}

.lhsy-item {
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-align: left;
	position: relative;
	
}

.lhsy-item::before {
	content: ""; /* 必须有content属性才能显示伪元素 */
	display: inline-block; /*将伪元素转换成块级元素*/
	width: 15px; /* 设置小圆点的大小 */
	height: 2px;
	background-color: #B28742; /* 设置小圆点的背景色 */
	font-weight: bold;	
	position: absolute;
	left: 0;
	top: 22px;
}

.lhsy-item a {
	margin-left: 25px;
	color: #000;
	font-size: 20px;
}

/*评论观察*/
.plgc {
	margin-top: 40px;
}

.plgc-content {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.plgc-zy {
	width: 66.66%;
	margin-top: 20px;
	padding: 0;
	display: flex;
	list-style-type: none;
	overflow: hidden;
	margin-right: 30px;
}

.plgc-zy-item {
	display: inline-block;
	width: 48%;
	position: relative;
	background-color: rgb(225,45,20);
}

.plgc-zy-item:not(:last-child) {
	margin-right: 30px;
}

.plgc-zy-item-img {
	height: 220px;
	width: 100%;
}

.plgc-zy-item-text {
	margin-bottom: 30px;
	margin-top: 20px;
}

.plgc-zy-item-text p {
	color: white;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.plgc-zy-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}

.plgc-zy-summary {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 26px;
}

.plgc-qt {
	margin-top: 10px;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 24.5%;
	list-style-type: none;

}

.plgc-qt-item {
	display: inline-block;
	width: 100%;
	position: relative;
	background: url(//www.ahnews.com.cn/ztimg/2024qglh-plgcbg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 40px 10px 40px; 

}

.plgc-qt-item:not(:last-child) {
	margin-bottom: 20px;
}

.plgc-qt-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: rgb(218,18,5);
}

.plgc-qt-summary {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #888888;
}

.plgc-more {
	margin-top: 20px;
	text-align: right;
}

.plgc-more a {
	font-size: 20px;
	color: #888;
}

/* 精彩图集 */
.jctj {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.jctj-swiper-container {
	overflow:hidden;
	width:100%;
	position: relative;
}

.jctj-lunbo {
	width:10000px;
	position: relative;
	display:flex;
	flex-direction:row;
	overflow:hidden; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.jctj-lunbo-li {
	display:flex;
	height:500px;
}

.jctj-lunbo-li a {
	width:100%;
	height:100%;
	display:flex;
	overflow:hidden;
}

.jctj-li-img {
	width:100%;
	height:100%;
}

.swiper-opacity {
	position:absolute;
	bottom:0;
	height:500px;
	background-color: rgba(0,0,0,0.5);
	display:flex;
	justify-content:center;
	align-items:center;
}

.left-swiper {left:0;}
.right-swiper {right:0;}

/*底部*/
.footer {
	width: auto;
	padding-bottom: 50px;
	background-color: white;
}

.foot-line {
	margin-top: 10px;
	width: 100%;
	height: 15px;
}

.copyright {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #aaa;
	margin-bottom: 0px;
}
