* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	font: 12px Microsoft YaHei, Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	/*background: white;*/
	-webkit-tap-highlight-color: transparent;
	min-width: 1320px;
	max-width: 2200px;
}

a {
	text-decoration: none !important;
}

a:visited {
	color: #666;
}

a:link {
	color: #666;
}

a:link,
a:visited {
	outline-style: none;
	text-decoration: none;
}

a {
	color: #333;
}

a {
	color: #000;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.width1198 {
	width: 100%;
	max-width: 1198px;
	margin: 0px auto;
	position: relative;
}

.width1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.width1210 {
	max-width: 1210px;
	margin: 0px auto;
	width: 100%;
}

.w513 {
	width: 513px;
}

.w650 {
	width: 650px;
}

.blank15 {
	margin: 0 auto;
	height: 15px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
}

.blank40 {
	margin: 0 auto;
	height: 40px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
}

.animated_2s {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_3s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 0.6s !important;
	animation-duration: 0.6s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_4s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_5s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_6s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_7s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_8s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_9s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_10s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated_11s {
	animation-delay: 1.1s;
	-webkit-animation-delay: 1.1s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.bounceInDown1 {
	-webkit-animation-name: bounceInDown1;
	animation-name: bounceInDown1;
}

@-webkit-keyframes bounceInDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-600px);
		transform: translateY(-600px);
	}
	80% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounceInDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.slideInUp1 {
	-webkit-animation-name: slideInUp1;
	animation-name: slideInUp1;
}

@keyframes slideInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes slideInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
		-ms-transform: translateY(200px);
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}


/*封面*/
.full-screen,
.full-screen body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cc_fm {
	width: 100%;
	height: auto;
	padding-bottom: 20%;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/fm_bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.cc_fm .fd_yun img {
	display: block;
	width:2200px;
	float: left;
}
.cc_fm .fd_yun .yun2{
	 -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
}
@keyframes leftb {
	0% {
			left:-100%;
	}
	100% {
			left:-300%;
	}
}
@-webkit-keyframes leftb {
	0% {
			left: -100%;
	}
	100% {
			left: -300%;
	}
}

.cc_fm .fd_yun {
	position: absolute;
	bottom:-10%;
	width:6800px;
	left:-100%;
    animation: leftb 60s linear infinite;
    -moz-animation: leftb 60s linear infinite;
    height:38%;
}


.cc_fm .t1 {
	position: relative;
	width: 54.54%;
	margin: 0px auto;
	padding-top:4.5%;
	display: block;
}

.cc_fm .logo3 {
	display: block;
	margin: 0px auto;
	padding-top: 5%;
	width: 22.63%;
	padding-bottom: 2%;
}

.cc_fm .bdL {
	width: 56.54%;
	margin: 0px auto;
	display: block;
	margin-top:2.5%;
}

/*头条专区*/
.ttzq .km_d{
	
}
.ttzq .km_title{
	margin:10px 0px;
	margin-top:20px;
}
.ttzq .km_d{
	background:url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/ttzq_img.jpg) no-repeat center bottom;
	padding-bottom:30px;
}
.ttzq .km_text{
    margin-bottom: 25px;
}
.ttzq .pl_dc{
	margin-top:26px;
}
.ttzq .dblist li{
	padding-bottom:10px;
}
.ttzq .dblist li h3{
	line-height:46px;
	position: relative;
}
.ttzq .dblist li h3:before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -45px;
    background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/yun_z.png) no-repeat center;
    top: 17px;
}
.ttzq .dblist li h3{
overflow: initial;
}
.ttzq .rddb_c{
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/hccopy.jpg) no-repeat center;
}
.ttzq .db_left{
	height:383px;
	    background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/xdd2.png) no-repeat bottom;
	    padding-top:4%;
}
.ttzq .db_right>a img{
	top:79px;
}
.ttzq .rddb_c>.width1200>img{
	top:13px;
}
.ttzq .rddb_c>.width1200>a img{
	position: relative;
	top:8px;
}
.ttzq .db_right{
	height:248px;
	 padding-top:15%;
}
.ttzq .db_right ul{
	background:none;
	position: relative;
}
.ttzq .db_right ul:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background: #d9cb80;
    position: absolute;
    top: 17px;
    left: 0px;
    height: 173px;
}
/*人大专题*/

.top_banner {
	width: 100%;
	height: 1268px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/rd_top_bg.jpg) no-repeat center;
	/*background-size: cover;*/
}

.rd_logo {
	width: 41.1666%;
	margin: 0px auto;
	padding-top: 104px;
}

.rd_logo img,
.rd_t1 img {
	display: block;
	width: 100%;
}

.rd_t2 {
	width: 100%;
	margin: 0px auto;
	margin-top: 34px;
}

.rd_t1 {
	width: 36.66%;
	margin: 0px auto;
	margin-top: 50px;
}

.rddb_c {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/hc.jpg) no-repeat center;
}


/*.db {
	height: 424px;
}*/

.db_left {
	width: 513px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/xdd.png) no-repeat bottom;
	height: 572px;
	padding-top: 83px;
}

.db_right {
	width: 620px;
	height: 424px;
	padding-top: 18%;
}

.db_right>a img {
	position: absolute;
	top: 96px;
	width: 62%;
}

.rddb_c>.width1200>img {
	position: relative;
	top: 21px;
	left: 35px;
}

.dblist li {
	border-bottom: 1px dashed #c5c5c5;
	padding-bottom: 20px;
	position: relative;
}

.dblist li:last-child {
	border: 0;
}

.dblist li h3 {
	font-size: 28px;
	color: #f0ff00;
	line-height: 65px;
	font-family: sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index:11;
}

.dblist li p a {
	color: white;
}

.dblist li p {
	font-size: 14px;
	color: white;
	line-height: 25px;
}

.db_right ul {
	padding-left: 40px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/h_line.png) no-repeat left top;
	background-position-y: 30px;
}


/*开幕式开始*/

.box_top .km_title {
	margin-top: 0px;
}

.box_top {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/content_bg.jpg) no-repeat center;
	padding-top: 162px;
	padding-bottom: 236px;
	background-size: cover;
}


/*两会新闻列表*/

.km_d {
	padding-bottom: 53px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/km_d_bg.jpg) no-repeat center;
	padding-top: 1px;
}

.km_title {
	text-align: center;
	margin: 28px 0px;
	margin-bottom: 15px;
	position: relative;
}

.km_title img {
	position: absolute;
	left: 0px;
	top: 18px;
}

.km_title a {
	color: #e20000;
	font-size:42px;
	font-weight: bold;
}

.km_text {
	text-align: center;
	margin-bottom: 35px;
}

.km_text a {
	color: #1f1f1f;
	font-size: 16px;
	text-align: center;
	margin-bottom: 38px;
	margin-right: 10px;
}

.news.lh_news {
	margin: -1px;
	_padding-top: 23px;
}

.news.lh_news h4 {
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.news.lh_news h4 a {
	color: #333;
}

.news.lh_news li {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	background-image: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/li_y.png);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #dcdcdc;
}

.news.lh_news li:last-child {
	border-bottom: 0px;
}

.banner_c {
	height: 430px;
	position: relative;
	overflow: hidden;
}

.banner_c .foc ul li {
	height: 430px;
}

.banner_c .foc ul li div {
	height: 100%;
}

.banner_c .foc ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_c .owl-item span {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.banner_c .owl-item b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background-color: #000;
	opacity: .6;
}

.pl_dc {
	background: #f7efe3;
	height: 163px;
}

.pl_dc .pl_list {
	width: 320px;
	padding-left: 80px;
	float: left;
	position: relative;
}

.pl_dc .pl_list a img {
	position: absolute;
	left: 0px;
}

.pl_dc .pl_list ul {
	padding: 27px 30px 0px 15px;
}

.pl_dc .pl_list ul li {
	border-bottom: 1px dashed #cf9f54;
}

.pl_dc .pl_list ul li a {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	background-image: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/li_y2.png);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*好声音*/

.hsy_t {
	width: 100%;
	padding-bottom: 35px;
}

.hsy_t img {
	display: block;
	width: 454px;
	margin: 0px auto;
}


/*人物*/

.icon_rw {
	padding-left: 45px;
	width: 1155px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/rw_bg.png) no-repeat;
	padding-top: 24px;
	height: 239px;
}

.icon_rw .fc_t {
	position: absolute;
	left: 0px;
	top: 0px;
}

.icon_rw ul li {
	float: left;
	width: 196px;
	margin-left: 32px;
}

.icon_rw ul li img {
	width: 196px;
	height: 196px;
}

.icon_rw ul li p {
	text-align: center;
	color: #232323;
	font-size: 16px;
	margin: 5px 0px 0px 0px;
}


/*新视觉中心内容开始样式设置*/

.row-matrix .products li {
	float: left;
	position: relative;
	left: -50%;
	width: 64px;
	margin: 0 30px;
}

.row-matrix .products li div {
	height: 64px;
	line-height: 64px;
}

.row-matrix .products li div img {
	width: 100%;
	vertical-align: middle;
}

.row-matrix .products li span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.2;
}

.row-matrix .flip-container {
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 20px;
	position: relative;
	height: 560px;
}

.row-matrix .flip-container .flip-block {
	position: absolute;
	width: 30.3333%;
	height: 206px;
	transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
	z-index: 1;
	opacity: 0;
	transform: scale(0.5, 0.5);
}

.row-matrix .flip-container .flip-block .flip-item.on {
	z-index: 5;
	opacity: 1;
	transform: scale(1, 1);
}

.row-matrix .flip-container .flip-block .flip-item img {
	display: block;
	width: 100%;
	height: 100%;
}

.row-matrix .flip-container .flip-block .flip-item .btn {
	visibility: hidden;
	opacity: 0;
	content: 'ÃƒÂ¦Ã…Â¸Ã‚Â¥ÃƒÂ§Ã…â€œÃ¢â‚¬Â¹ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 40px;
	background: #bf0009;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 10px 15px -8px #333, 0 0 0 3px #fff;
	transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item p {
	position: absolute;
	bottom: 5px;
	width: 97%;
	padding: 10px 0px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/bnaner_black.png) no-repeat;
}

.row-matrix .flip-container .flip-block .flip-item .btn:hover {
	background: #8c0007;
}

.row-matrix .flip-container .flip-block .flip-item:hover .btn {
	visibility: visible;
	opacity: 0.8;
}

.row-matrix .flip-container .flip-block-1 {
	height: 209px;
}

.row-matrix .flip-container .flip-block-2 {
	left: 61.333%;
	height: 316px;
	width: 37.666%;
}

.row-matrix .flip-container .flip-block-3 {
	top: 213px;
	height: 209px;
}

.row-matrix .flip-container .flip-block-4 {
	left: 61.333%;
	top: 320px;
	height: 316px;
	width: 37.666%;
}

.row-matrix .flip-container .flip-block-5 {
	top: 373px;
	height: 209px;
}

.row-matrix .flip-container .flip-block-6 {
	left: 30.666%;
	height: 209px;
}

.row-matrix .flip-container .flip-block-7 {
	left: 30.666%;
	height: 209px;
	top: 426px;
}

.row-matrix .flip-container .flip-block-center {
	position: absolute;
	width: 30.3333%;
	height: 209px;
	transition: all 0.3s;
	left: 30.666%;
	top: 213.666666667px;
}

.row-matrix .flip-container .flip-block-center .flip-item {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.row-matrix .flip-container .flip-block-center .flip-item img {
	display: block;
	width: 100%;
	height: 100%;
}

.row-matrix .arrow {
	position: absolute;
	top: 50%;
	margin-top: -69px;
	width: 48px;
	height: 136px;
	left: -65px;
	background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png");
	cursor: pointer;
}

.row-matrix .arrow.arrow-right {
	background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
	left: auto;
	right: -65px;
}


/*解读报告*/

.dbg {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/san.jpg) no-repeat center bottom;
	background-size: contain;
	padding-bottom:26px;
	    max-width: 2000px;
    margin: 0px auto;
}
.dbg .hsy_t{
	padding-bottom:0px;
}
.dbg .box2 {
	height: 630px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/dbg_texbg.png) no-repeat center top;
	margin-top: 15px;
	position: relative;
	color: white;
}

.dbg .box2 .t1 {
	left: 45px;
	top: 94px;
	width: 446px;
	float: left;
	position: relative;
	left: 108px;
}

.dbg .box2 .t3 {
	top: 94px;
	width: 446px;
	float: right;
	position: relative;
	right: 108px;
}

.dbg .box2 .t1 div,
.dbg .box2 .t3 div {
	margin-bottom: 20px;
}

.dbg .box2 .t1 div a,
.dbg .box2 .t3 div a {
	color: white;
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 20px;
}

.dbg .box2 h3 a {
	height: 95px;
	line-height: 55px;
	font-size: 30px;
	color: #fffd52;
	display: block;
	text-align: center;
}

.dbg .box2 h3 img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 18px;
}

.ul_modelc li {
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed rgba(74, 219, 232, 0.6);
	position: relative;
	color: white;
}

.ul_modelc li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #4adbe8;
	position: absolute;
	left: 0px;
	top: 20px;
}

.ul_modelc li a {
	color: white;
}

.ul_modelc li:last-child {
	border-bottom: 0px;
}

.dbg .box2 p {
	line-height: 24px;
	height: 72px;
	margin-top: 15px;
}

.dbg .box2 p a {
	color: white;
}


/*报告解读*/

.bgjd {
	position: relative;
	top: -50px;
}

.cont4_l {
	width: 530px;
	height: 630px;
	padding-right: 26px;
}

.cont4_l1,
.cont4_l2,
.cont4_l3 {
	width: 570px;
	height: 212px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 27px;
	padding-right: 26px;
	position: relative;
}

.cont4_l1>img,
.cont4_l2>img,
.cont4_l3>img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.cont4_l1 h4,
.cont4_l2 h4,
.cont4_l3 h4 {
	font-size: 25px;
	color: #000;
	line-height: 52px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #FFFFFF;
	padding-left: 52px;
}

.cont4_l1 p,
.cont4_l2 p,
.cont4_l3 p {
	font-size: 14px;
	color: #9d9d9d;
	line-height: 26px;
	text-indent: 2em;
	background: #FFFFFF;
	padding-left: 34px;
	padding-right: 34px;
}

.pt10 {
	padding: 8px 0;
}

.cont4_l1 ul,
.cont4_l2 ul,
.cont4_l3 ul {
	background: #FFFFFF;
	padding-left: 34px;
	padding-right: 34px;
}

.cont4_l1 ul li,
.cont4_l2 ul li,
.cont4_l3 ul li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #000;
	padding-left: 16px;
	background-image: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/disc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont4_l1 ul li a,
.cont4_l2 ul li a,
.cont4_l3 ul li a {
	color: #000;
}

.hst_box {
	background: #f1f1f1;
	margin-top: 50px;
	padding-bottom: 32px;
	position: relative;
}

.cont4_r {
	width: 615px;
	height: 630px;
}

.cont4_r_bp a {
	display: block;
	width: 615px;
	height: 455px;
	background-color: #F5F5F5;
}

.cont4_r_bp a img {
	width: 100%;
	height: 410px;
}

.cont4_r_bp a p {
	width: 86%;
	height:40px;
	text-indent: 2em;
	line-height:40px;
	font-size: 18px;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont4_r_sp ul li {
	float: left;
	width: 145px;
	height: 142px;
	background-color: #F5F5F5;
	margin-left: 11px;
}

.cont4_r_sp ul li:first-child {
	margin-left: 0 !important;
}

.cont4_r_sp ul li a img {
	width: 145px;
	height: 108px;
}

.cont4_r_sp ul li a div {
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 28px;
}

.cont4_r_sp ul li a div p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cc_bg{
	    position: relative;
    top: -40px;
}

/*聚焦安徽团*/

.jujiao {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/jujiao_bg.jpg);
	position: relative;
	padding: 50px 0px;
    top: -44px;
    max-width: 2000px;
    margin: 0px auto;
}

.jujiao_left {
	    width: 484px;
    position: relative;
    left: 36px;
}

.jujiao_right {
    width: 600px;
    position: relative;
    right: 36px;
}

.hrf_box {
	height: 80px;
}

.jj_head {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 60px;
	color: white;
}

.jj_head h4 {
	color: #fff600
}

.jujiao_left .jj_p {
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 2em;
	margin-bottom: 20px;
	display: block;
	margin-top: 10px;
}

.jj_list li {
	border-bottom: 1px dashed #ceb9ba;
	line-height: 42px;
	color: #FFFFFF;
	padding-left: 30px;
	position: relative;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/disc2.png) 5px center no-repeat;
}

.jujiao_left .ul_modelc li:before {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/disc3.png) center no-repeat;
}

.jujiao_left .ul_modelc li {
	border-color: rgba(255, 255, 255, 0.3);
}

.cl_jt0 {
	padding-top: 30px;
    border: 1px dashed rgba(255, 255, 255, 0.8);
    padding-bottom: 52px;
	
}

.zshu .jj_head a {
	color: #2f2f2f;
}

.zshu {
	background: #faf2da;
	padding: 30px;
	margin-top: 40px;
}

.zshu_title {
	color: #c90a0a;
	font-size: 26px;
	font-weight: border;
	border-left: 4px solid #C90A0A;
	height: 26px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.zshu_title a {
	color: #c90a0a;
	position: relative;
	top: -4px;
	font-weight: bold;
}

.zshu .jj_head {
	height: 61px;
	overflow: hidden;
	color: #333;
	font-size: 25px;
}

.zshu .jj_list li {
	color: #2d2d2d;
	font-size: 18px;
}

.zshu .jj_list li a {
	color: #2d2d2d;
}

.cl_jt {
	margin-top: 40px;
}

.cl_jt ul li {
	float: left;
	width: 388px;
	height: 154px;
	position: relative;
	margin-left: 18px;
}

.cl_jt ul li:first-child {
	margin-left: 0px;
}

.cl_jt ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.cl_jt ul li p {
	position: absolute;
	bottom: 0px;
	padding: 4px 2%;
	width: 96%;
	color: white;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}


/*两会好声音*/

.lhsy {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/bl.jpg) no-repeat center top;
}

.lhsy .box2 {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/k.png) no-repeat center top;
	height: 712px;
	background-size: 100% 100%;
	top: -40px;
	position: relative;
}
.lhsy .hsy_t{
    position: relative;
    top: -18px;
}

.lhsy .box2 h3 {
	margin-top: 23px;
	position: relative;
}

.lhsy .box2 h3 a {
	color: #da0000;
	font-weight: bold;
	height: 72px;
}

.lhsy .box2 h3 a:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/x.png) no-repeat center;
	margin-right: 30px;
}

.lhsy .box2 h3 a:after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/x.png) no-repeat center;
	margin-left: 30px;
}

.lhsy .box2 .t1 div a,
.lhsy .box2 .t3 div a {
	color: #313131;
}

.lhsy .ul_modelc li {
	position: relative;
}

.lhsy .ul_modelc li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #4adbe8;
	position: absolute;
	left: 0px;
	top: 20px;
}

.lhsy .ul_modelc li,
.lhsy .ul_modelc li a {
	color: #393939;
}

.ssw .ic_t ul li {
	float: left;
	width: 383px;
	height: 140px;
	position: relative;
	margin-left: 25px;
}

.ssw .ic_t ul li:first-child {
	margin-left: 0px;
}

.ssw .ic_t ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ssw>img {
	display: block;
	margin: 0px auto;
	position: relative;
	top: -50px;
}

.width640 {
	width: 640px;
}

.width500 {
	width: 500px;
}

.c_content .cimg {
	height: 350px;
}

.c_content .cimg img {
	display: block;
	width: 100%;
	height: 360px;
}

.c_content .c_text {
	padding-left: 28px;
	padding-right: 32px;
	background: #fef4e7;
	padding: 30px 32px 10px 28px;
}

.c_content .c_text dl dt {
	font-size: 20px;
}

.c_content .c_text dl dt a {
	color: #f00400;
	font-weight: bold;
}

.c_content .c_text dl dd {
	font-size: 14px;
	color: #000000;
	text-indent: 2em;
	margin-top: 26px;
	padding-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.c_content .c_text dl dd:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 5px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/xt2.png) no-repeat center;
}

.c_content .c_text dl dd a {
	color: #000000;
}

.list li {
	font-size: 18px;
	color: #696969;
	margin: 15px 0px;
	padding-left: 25px;
	position: relative;
}

.list li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/bj.png) no-repeat center;
	position: absolute;
	left: 0px;
	top: 9px;
}

.list li a {
	color: #696969;
}


/*人大这一年*/

.rd_age .left {
	width: 545px;
}

.rd_age .left .title a {
	color: #c40000;
	font-size: 30px;
	font-weight: bold;
}

.rd_age .left .text a {
	color: #606060;
	font-size: 16px;
	text-indent: 2rem;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 20px 0px 20px 0px;
}

.rd_age .left ul li {
	background: #0098d1;
	margin: 20px 0px;
	height: 52px;
	line-height: 52px;
}

.rd_age .left ul li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 10px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

.rd_age .left ul li.active {
	background: #d63500;
}

.rd_age .left ul li a {
	color: white;
	font-size: 20px;
}

.rd_age .left ul li.active a {
	color: #ffff00;
}

.rd_age .left ul li.active:before {
	background: #ffff00;
}

.rd_age .right {
	width: 635px;
}

.rd_age .right ul li {
	width: 310px;
	height: 105px;
	float: left;
	margin-bottom: 15px;
}

.rd_age .right ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.rd_age .right ul li:first-child {
	width: 635px;
	height: 360px;
}


/*高清图*/


/*.gqt_comtent {
	margin-top: 72px;
}*/

.gqt_comtent.slider {
	width: 100%;
	min-width: 1200px;
	height: 678px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	max-width:2000px;
	margin:0px auto;
}

.gqt_comtent .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.gqt_comtent.slider .tempWrap {
	overflow: visible !important;
}

.gqt_comtent .bd li {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 678px;
}

.gqt_comtent.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 678px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.gqt_comtent.slider .bd li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-indent: 7em;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	background: rgba(0, 0, 0, 0.2);
	padding-left: 30px;
}

.gqt_comtent.slider .prev {
	left: -50%;
	margin-left: -555px;
}

.gqt_comtent.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 678px;
	cursor: pointer;
}

.gqt_comtent.slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 250px;
	z-index: 1;
	width: 60px;
	height: 678px;
}

.gqt_comtent.slider .next {
	left: 50%;
	margin-left: 555px;
}

.slider .prev .arrow {
	right: 0;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
	left: 0;
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/slider-arrow.png) 0 0 no-repeat;
}


/*点赞*/

.dz_content {
	height: 444px;
}

.dz_content .left {
	width: 685px;
	position: relative;
}

.lhTujie .TujieC .TujieLeft {
	position: absolute;
	left: 0px;
	top: 0;
	width: 434px;
	height: 435px;
}

.lhTujie .TujieC .TujieRight {
	position: absolute;
	right: 0;
	top: 0;
	width: 212px;
	border-radius: 6px;
}

.lhTujie .TujieC .TujieLeft div {
	position: absolute;
	right: 0;
	width: 420px;
	height: 427px;
	overflow: hidden;
	transform-origin: left center;
	-webkit-transform-origin: left center;
}

.lhTujie .TujieC .TujieLeft div img {
	display: block;
	width: 86%;
}

.lhTujie .TujieC .TujieRight {
	height: 445px;
	background-color: #dbeffe;
	width: 232px;
}

.lhTujie .TujieC .TujieRight .TujieList {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 213px;
	height: 425px;
	overflow: hidden;
}

.lhTujie .TujieC .TujieRight .TujieList li.dys_report_bg {
	background: #3c85d4;
}

.lhTujie .TujieC .TujieRight .TujieList li span {
	position: relative;
	top: 8px;
	border-radius: 6px;
}

.lhTujie .TujieC .TujieRight .TujieList li.dys_report_bg span {
	display: block;
	border: 1px solid #7caade;
	box-sizing: border-box;
}

.lhTujie .TujieC .TujieRight .TujieList li {
	font-size: 18px;
	background: #b2c4da;
	margin: 10px 6px;
	text-align: center;
	color: #fff;
	position: relative;
	line-height: 34px;
	cursor: pointer;
	padding: 2px 12px;
	height: 120px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.TujieList .tempWrap {
	height: 400px !important;
}

.TujieRight .next,
.TujieRight .prev {
	position: absolute;
	z-index: 11;
	left: 50%;
	margin-left: -15px;
}

.TujieRight .next {
	bottom: 2px;
}

.TujieRight .prev {
	top: 5px;
}

.dz_content .right {
	width: 493px;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.dz_content .right h5 {
	font-size: 20px;
	line-height: 36px;
	background: #f5f4f4;
	margin: 0;
	text-align: center;
}

.dz_content .right h5 a {
	color: #337ab7;
	text-decoration: none;
}

.dz_content .right p {
	font-size: 16px;
	line-height: 30px;
	background: #f5f4f4;
	margin: 0;
	padding: 0px 10px 0px 10px;
	text-align: left;
	text-indent: 2em;
	font-weight: normal;
}

.dz_content .right p a {
	color: #f45858;
}


/*安徽答卷*/

.dj_cnt {
	margin-top: 45px;
}

.dj_cnt .left {
	width: 362px;
	height: 174px;
}

.dj_cnt .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.dj_cnt .right {
	width: 827px;
}

.dj_cnt .right ul li {
	float: left;
	width: 263px;
	height: 77px;
	line-height: 77px;
	background: #7caade;
	margin-right: 18px;
	text-align: center;
	margin-bottom: 18px;
}

.dj_cnt .right ul li a {
	color: white;
	font-size: 28px;
}


/*高质量*/

.gzl_content {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/gzl_content.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 58px;
	padding-top: 50px;
}

.gzl_content ul {
	float: left;
	margin-left: 56px;
}

.gzl_content ul li {
	width: 552px;
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
	background-image: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/li_y.png);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gzl_content ul li a {
	color: #1b1b1b;
}

.js_box {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/js_box.jpg) no-repeat center;
	background-size: cover;
}

.js_box .left {
	width: 583px;
	height: 351px;
}

.js_box .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.js_box .right {
	width: 564px;
}

.js_box .right ul li {
	width: 552px;
	font-size: 18px;
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
	background-image: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/li_y.png);
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.js_box .right .title a {
	color: #c40000;
	font-size: 25px;
	font-weight: bold;
}

.js_box .right .text a {
	color: #676767;
	font-size: 16px;
	display: block;
	text-indent: 2rem;
	margin: 20px 0px 20px 0px;
	color: #676767;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


/*我的2019*/

.content_2019 {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/2019_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 79px;
	height: 923px;
}

.2019_content img {
	display: block;
	width: 100%;
	height: 100%;
}

.c1 {
	width: 762px;
	margin: 0px auto;
}

.c1 ul li {
	float: left;
	margin-left: 20px;
}

.c1 ul li:first-child {
	margin-left: 0px;
}

.width110 {
	width: 110px;
	height: 100px;
}

.c2,
.c3 {
	width: 1024px;
	margin: 0px auto;
	margin-top: 20px;
}

.c2 ul li {
	float: left;
	margin-left: 20px;
}

.c2 ul li:first-child {
	margin-left: 0px;
}

.c3 ul li {
	float: left;
	margin-left: 20px;
}

.c3 ul li p,
.c4 ul li p {
	margin-bottom: 20px;
}

.c3 ul li:first-child {
	margin-left: 0px;
}

.width240 {
	width: 240px;
	height: 220px;
}

.c4 {
	width: 762px;
	margin: 0px auto;
}

.c4 ul li {
	float: left;
	margin-left: 20px;
}

.c4 ul li:first-child {
	margin-left: 0px;
}

.color1 {
	background: #f69654;
}

.color2 {
	background: #d82828;
}


/*奔向2019*/

.bx_content {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/footer_-bg.png) no-repeat;
	padding-top: 97px;
	padding-bottom: 10px;
	background-size: cover;
}

.bx_content .text {
	color: white;
	font-size: 27px;
	line-height: 50px;
	text-indent: 4rem;
	border: 2px solid white;
	border-radius: 12px;
	padding: 35px 36px;
	margin-bottom: 63px;
}

.ly_box {
	height: 601px;
	background: rgb(255, 255, 255, 0.5);
	border-radius: 12px;
}


/*头条页面*/

.top_bg {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/top_bg.png) no-repeat center top;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 114px;
	width: 100%;
}

.top_bg img {
	position: relative;
	left: 50%;
	margin-left: -226px;
	top: 18px;
}

.row-matrix .flip-container {
	position: relative;
	height: 560px;
}

.row-matrix .flip-container .flip-block {
	position: absolute;
	width: 33.3333%;
	height: 280px;
	transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.2s;
	z-index: 1;
	opacity: 0;
	transform: scale(0.5, 0.5);
}

.row-matrix .flip-container .flip-block .flip-item.on {
	z-index: 5;
	opacity: 1;
	transform: scale(1, 1);
}

.row-matrix .flip-container .flip-block .flip-item img {
	display: block;
	width: 100%;
	height: 100%;
}

.row-matrix .flip-container .flip-block .flip-item .btn {
	visibility: hidden;
	opacity: 0;
	content: 'æŸ¥çœ‹è¯¦æƒ…';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 40px;
	background: #bf0009;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 10px 15px -8px #333, 0 0 0 3px #fff;
	transition: all 0.3s;
}

.row-matrix .flip-container .flip-block .flip-item .btn:hover {
	background: #8c0007;
}

.row-matrix .flip-container .flip-block .flip-item:hover .btn {
	visibility: visible;
	opacity: 0.8;
}

.row-matrix .flip-container .flip-block-2 {
	left: 66.6666%;
}

.row-matrix .flip-container .flip-block-3 {
	top: 280px;
}

.row-matrix .flip-container .flip-block-4 {
	left: 66.6666%;
	top: 280px;
}

.row-matrix .flip-container .flip-block-5 {
	left: 33.3333%;
	height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-6 {
	left: 33.3333%;
	top: 0px;
	height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-center {
	position: absolute;
	width: 33.3333%;
	height: 280px;
	transition: all 0.3s;
	left: 33.3333%;
	top: 186.666666667px;
	height: 186.666666667px;
}

.row-matrix .flip-container .flip-block-center .flip-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.row-matrix .flip-container .flip-block-center .flip-item img {
	display: block;
	width: 100%;
	height: 100%;
}

.row-matrix .arrow {
	position: absolute;
	top: 50%;
	margin-top: -69px;
	width: 48px;
	height: 136px;
	left: -65px;
	background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-pre-grey-l.png");
	cursor: pointer;
}

.row-matrix .arrow.arrow-right {
	background: url("http://www.newsimg.cn/politics/2018lh/0225/images/arrow-next-grey-l.png");
	left: auto;
	right: -65px;
}

.road {
	background: url( http://ah.anhuinews.com/material/zhuanti/2021quanguolianghui/pic/last_v.jpg) no-repeat bottom;
	padding-bottom:352px;
}
.road .hsy_t{
	padding-bottom:20px;
}

@media (min-width:1921px) {
	.fm_t1 {
		max-width: 1220px;
	}
	.fm_t {
		max-width: 1220px;
	}
	.n1 {
		width: 10.955%;
		left: 2%;
	}
	.x1 {
		width: 10.955%;
		left: 12.955%;
	}
	/*.fm_btn {
		margin-top: 13%;
	}*/
}