@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; }
.hhidden{display: none;}
/* 习近平的两会时间*/
.part1{
	background:url(//www.ahnews.com.cn/images/2026qglh_topbg.png);
	background-position:center;
	background-repeat:no-repeat;
	height:732px;
	width:100%;
	}
.part1Box{
	top: 54%;
    position: relative;
    width: 1326px;
    margin: 0 auto;
	left: -6px;
	}
.xitimebox{
	background-color:rgba(255,255,255,0.5);
	position:relative;
	height:277px;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin:auto;
	justify-content: flex-end;
	}	
.xitimebox_left{
	height:230px;
	position:relative;
	/* margin-left:5%; */
	margin-right:60px;
	margin-top:30px;
	float:left;
	}
.xitimebox_pic{
	height: 100%;
    display: block;
    width: 399px;
	}
.xitimebox_pic img{width:100%;height:100%;}
.xitimebox_picTitle{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 399px;
    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: 400px;
	overflow: hidden;
	margin-right: 20px;
	}	
.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;}
.single_line_ellipsis{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: inline-block;
}
.lhtime{
	position:absolute;
	left:20px;
	bottom:0;
	}
.clearfix{display:block;}	
.clearfix:after{
	content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
	}
	.slh2024-list-yw-img {
	width: 380px;
	overflow: hidden;
	height: 230px;
	display: block;
	position: relative;
}

.slh2024-list-yw-img ul {
	width: 100%;
	height: 100%;
}

.slh2024-img-item {
	width: 100%;
	height: 100%;
	position:relative;
	
}

.slh2024-list-yw-img-a {
	width: 100%;
	height: 100%;
}

.slh2024-list-yw-img a img {
	width: 100%;
	height: 100%;
	display: block;
}

.slh2024-list-yw-img-title {
	position: absolute;
	bottom: 0;
	height: 32px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.slh2024-list-yw-img-title a{width: 85%;text-align: center;}
.slh2024-list-yw-img-title p:hover{color: lightblue; }
.slh2024-list-yw-img-title p {
	color: white;
	font-size: 13px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slh2024-list-yw-container {
	width: 37%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	margin-left: 50px;
}
.carousel-arrow {
    position: absolute;
    top: 92.3%;
    transform: translateY(-50%);
    background: none;
    color: white;
    border: none;
    font-size: 28px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}
.carousel-arrow:hover {
    color: lightblue; 
    /* transform: translateY(-50%) scale(1.2);  */
}
.left-arrow {
    left: 4px;
}
.right-arrow {
    right: 4px;
}


/* 导航栏*/
.topnav{
	/* top: 144px; 
    line-height: 64px;*/
    height: 100px;
    position: relative;
	background:url(//www.ahnews.com.cn/images/2026qgls_navbg.png);
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	display: flex;
	}
.topnavlist{
	position:relative;
	padding-left:346px;
	margin: auto;
	height: 0px;
	}
.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: 100%;
}
.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 a {
	font-size: 16px;
	color: rgb(255,2,6);
	white-space:nowrap;
}


.qglh2024-tt a:hover {
	color: orange;
}

/*要闻列表、图片新闻*/
.qglh2024-yw {
	margin: 20px auto 50px auto;
	display: flex;
	flex-direction: row;
	width: 1208px;
	gap: 30px;
}

.qglh2024-yw-list {
	width: 512px;
	/*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: 669px;
	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;
	margin-bottom: 20px;
}
.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-box{
	background: url(//www.ahnews.com.cn/images/2026slh-reportbg.jpg) no-repeat; 
	clear:both; 
	background-size:cover;	
	background-position: center;
	margin-bottom:40px;
	/* height: 1147px; */
	align-items: center;
	min-width: 1372px;
	width:100%; 
	clear:both; 
	display: flex;
  	flex-direction: column;
	}
.w100{
	width: 100%;
}
.flex-col{
	display: flex;
  	flex-direction: column;
}
.w71 {
   width: 71%;
}
.flex-row{
	display: flex;
  	flex-direction: row;
}
.workreport{
	align-items: center;
	margin: auto;
	margin-top: 30px;
	width: 1372px
}
.workreport-title{
	font-size: 34px;
    color: #fff;
    line-height: 110px;
    font-weight: bold;
	margin-bottom: 20px;
    display: block;
    text-align: center;
}
.workreport-content-box{
	/* align-items: center; */
	width: 90%;
	/* height: 182px; */
	margin: auto;
}
.workreport-content-box img{
    width: 317px;
    /* height: 182px; */
	aspect-ratio: 4.0/3;
}
.workreport-summary{
	display: flex;
	/* align-items: flex-end; */
	margin-left: 30px;
	text-indent: 2em;
	line-height: 1.8;

	position: relative;
}

.summary-text{
	color: #fff;
	font-size: 20px;
	line-height: 1.8;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	display:-webkit-box;
}
.xiangqing{
	color: #f9e38f;
	margin-left: 10px;
	white-space: nowrap;
	cursor: pointer;
	/* font-size: 20px;
	line-height: 40px; */
}
.review-key-box{
	background: url(//www.ahnews.com.cn/images/2026slh-reportbook.png) no-repeat center;
	background-size: contain;
	display: flex;
	min-width: 1220px;
	height: 624px;
	width: 1372px;
	margin: auto;
	margin-top: 30px;
}
.review-img-box{
	width: 65%;
}
.review-img-box img{width: 100%;}
.review-key-content{
	justify-content: space-between;
	padding-top: 80px;
    padding-left: 60px;
	padding-right: 50px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.review-key-list{width: 45%;}
.review-key-list li{
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}
.review-key-list li:first-child a {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.review-key-list li:not(:first-child) a{
	line-height:28px;
	font-size:20px;
	overflow:hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow:ellipsis;
	display:-webkit-box;
	padding-left: 28px;
	position: relative;
}
.review-key-list li:not(:first-child) a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-image: url(//www.ahnews.com.cn/images/2026slh-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}


/*聚焦安徽团 */

.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;
	margin-bottom: 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%;
}

.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;}

/* 拼出美好生活 
.sld {
    position: relative;
    background: #fff url(//www.ahnews.com.cn/ztimg/2025qglh-dbldbg.jpg) center top;
    height: 1004px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.sldlist {
    width: 10000px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

*/
.lddm {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.lddm-list {
    height: 120px;
    width: 1200px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lddm-list h3 {
	font-size:40px;
	text-align:center;
	margin-top: 15px;
	color:#d21974;
}
.lddm-list ul {
    display: flex;
}

/*融媒报道*/
.rmbd {
	margin-top: 40px;
}

.rmbd-content {
	display: flex;
	width: 1208px;
	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: 50px;
	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;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.fs-top-sunmary {
	line-height: 23px;
	text-align: left;
	margin-top: 15px;
	float: right;
	font-size: 14px;
	color: #868686;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.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;
	width: 1208px;
}

.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: 20px;
	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;
	width: 1208px;
}

.plgc-more a {
	font-size: 20px;
	color: #888;
}

/* 媒体矩阵 */
.mtjz {
  display: flex;
  flex-direction: column;
  align-items: center; 
  margin: 30px auto 0;
  position: relative; 
}
.main {
    position: relative;
    height: 788px;
}

.rmjz_bg {
    position: absolute;
    top: 48px;
    z-index: -999;
    min-width: 1300px;
    height: 623px;
    left: 0px;
}

.w1300 {
    max-width: 1464px;
	min-width: 1372px;
    margin: 0px auto;
}
.phone {
    float: left;
    width: 478px;
    height: 792px;
    background: url(//www.ahnews.com.cn/ztimg/2026slh_phone.png) no-repeat center center;
    position: relative;
}

.phone .phone_content {
    position: absolute;
    width: 413px;
    height: 626px;
    border: 1px solid #e4e4e4;
    left: 31px;
    top: 67px;
}

 .show {
    float: right;
    width: 830px;
    margin-top: 150px;
}

.show .row {
    display: flex;
    justify-content: space-around;
}

.show .pic {
    
    display: inline-block;
    width: 259px;
    height: 189px;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
   
}

.picMarginTop {
    margin-top: 50px;
}


.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;
}
