/**/
.section-content {
	min-height: 400px;
	width: 1200px;
	margin: auto;
	text-align: center;
}
.nav-height {
	position: relative;
	height: 50px;
}
.nav-box {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	background: #dd0918;
	padding: 15px 0
}
/* .nav-box.navFix{position: fixed;top: 0;left:50%;margin-left: -600px;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} */
.nav-box ul {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	display: block; /*border-bottom: 2px solid #eee;*/
}
.nav-box.navFix ul {
	border-bottom: 0;
}
.nav-box li {
	display: inline-block;
	width: auto;
	text-align: left;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.nav-box li a {
	display: block;
	padding: 0 25px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 28px;
}
.nav-box li a:before {
	content: " ";
	width: 1px;
	height: 24px;
	border-right: 1px solid #ee8800;
	position: absolute;
	top: 16px;
	left: -2px;
}
.nav-box li a.active:before {
	content: " ";
	width: 0px;
	border: none;
}
.nav-box li:first-child a:before {
	content: " ";
	width: 0px;
	border: none;
}
.nav-box li a:hover {
	text-decoration: underline; /*border:1px solid #ee8800;*/
}
.nav-box li a.active {
	color: #fff;
	text-decoration: underline;
}
.nav-mobile {
	display: none;
	font-weight: bold;
	width: 100%;
}
.click-me {
	width: 150px;
	height: 30px;
	background: #4680d1;
	color: white;
	text-align: center;
	line-height: 30px;
}
.click-me a {
	display: block;
	color: white;
}
/**/
.product-box {
	width: 100%;
	height: auto;
	background-color: #fff;
}
.product-list {
	width: 100%;
	margin-top: 10px;
}
.product-tit {
	width: 100%;
	border-bottom: 2px solid #39b54a;
	text-align: left;
	margin-top: 10px;
}
#goTopBtn {
	display: none;
	position: fixed;
	right: 195px;
	bottom: 5%;
}
/*头部添加*/
.nav-wrap, .header {
	width: 1200px;
	margin: 0 auto;
}
.header {
	background: #fff;
}
body {
	position: relative;
}
.category-btn {
	background: #d5d5d5 none repeat scroll 0 0;
	border-radius: 16px;
	display: block;
	height: 160px;
	padding-top: 15px;
	position: fixed;
	top: 60%;
	width: 35px;
	z-index: 999;
}
.category-btn a {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.category-btn a:hover {
	color: #666;
}
.catCur {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}
.category-btn ul li {
	position: relative;
}
.category-btn ul li div {
	background: rgba(0, 0, 0, 0) url("../img/arrow-cate-side.png") no-repeat scroll 0 center;
	border-radius: 3px;
	left: 35px;
	padding-left: 6px;
	position: absolute;
	top: 3px;
}
.category-btn ul li div span {
	background: #ebebeb none repeat scroll 0 0;
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
	white-space: nowrap;
}
.text {
	display: none;
}
.category-btn ul li.active a {
	color: red;
}
.header-bg {
	margin: 0 auto;
	width: 100%;
	height: 941px;
	background: url("../img/header.jpg") top no-repeat;
}
/* 头条 start */
.section {
	width: 1200px;
	margin: 15px auto;
	/* position: relative;
	overflow: hidden; */
}
.section:after, .section:before {
	content: "";
	display: table;
	line-height: 0;
}
.toutiao-box {
	position: relative;
	background-color: rgba(242,241,240,.5);
	padding: 25px 70px 25px 210px;
	position: relative;
	margin-top: 30px;
}
.toutiao-box:before {
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -31px;
}
.toutiao-box:before {
	width: 149px;
	height: 62px;
	background-image: url(../img/toutiao.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.toutiao-title {
	font-size: 44px;
	text-align: center;
	font-weight: 800;
	letter-spacing: -2px;/* margin-bottom: 15px; */
}
.toutiao-title a {
	color: #f11f2f;
}
.toutiao-title a:hover{
	text-decoration: underline;
}
.toutiao-box:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}
.toutiao-box:after {
	width: 33px;
	height: 33px;
	background-image: url(../img/border.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.section:after {
	clear: both;
}
/* 头条 endt */



/* 两会日历 start */
.lh-tit {
	width: 1200px;
	height:auto;
	margin: auto;
	position: relative;
}
.lh-tit img{
	position: relative;
}
.lh-tit span{
	position: absolute;
	background:#FFF;
	width: 100px;
	height: 50px;
	top: 63px;
	right: 17px;
	line-height: 61px;
	text-align: center;
}
.lh-tit span a{
	color:#dd0918;
	font-size: 16px;
}
.lh-tit span a:hover{
	text-decoration: underline;
}
.wrapper {
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0px auto;
	overflow: hidden;
}
.w1240 {
	width: 1200px;
	margin: 0px auto;
}
h1, h2, h3, h4, h5 {
	font-family: "Microsoft Yahei", "SimHei";
	overflow: hidden;
}
p, li {
	overflow: hidden;
}
.photo {
	position: relative;
	overflow: hidden;
}
.photo img {
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
}
.photo:hover img {
	transform: scale(1.05, 1.05);
}
.photo2 {
	position: relative;
	overflow: hidden;
}
.photo2 img {
	width: 100%;
	height: 100%;
}
.topic {
	text-align: center;
}
.topic img {
	display: inline-block;
	vertical-align: top;
}
.ly-margin {
	margin-top: 80px;
}
#footer {
	line-height: 24px;
	padding: 40px 0px;
	text-align: center;
	background: #d03e3e;
	margin-top: 60px;
}
#header {
	position: relative;
	height: 100%;
	background: #fff url("../img/header.jpg") no-repeat center top;
	background-size: cover;
	z-index: 2000;
}
#header .topic {
	position: absolute;
	width: 42.2%;
	height: 37.5%;
	left: 32.6%;
	top: 20.6%;
	background: url(../img/hd-topic.png) no-repeat center top;
	background-size: contain;
}
#header .old {
	display: block;
	position: absolute;
	right: 18%;
	top: 7%;
	width: 95px;
	z-index: 99;
}
#header .old span {
	display: block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #c9c9c9;
	background: #fff;
	padding-left: 8px;
	font-size: 14px;
	color: #393939;
	position: relative;
	cursor: pointer;
	z-index: 100;
}
#header .old span i {
	position: absolute;
	right: 9px;
	top: 8px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid #aa0014;
}
#header .old .drop {
	border: 1px solid #c9c9c9;
	border-top: none;
	background: #fff;
	text-align: center;
	font-size: 14px;
	padding: 5px 0px;
	display: none;
}
#header .old:hover .drop {
	display: block;
}
#header .old .drop p {
	height: 24px;
	line-height: 24px;
}
#header .old .drop p a {
	display: block;
	width: 100%;
	height: 100%;
}
#header .old .drop p a:hover {
	text-decoration: none;
	background: #e5344d;
	color: #fff !important;
}
#header video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
	object-position: center top;
}
#layout01 {
	background: url(../img/ly01-bg.jpg) no-repeat center top;
	position: relative;
	box-shadow: 0px 0px 1px #fff;
	z-index: 1500;
}
#layout01 .w1240 {
	height: 220px;
}
#layout01 .may {
	float: left;
}
#layout01 .arrow1, #layout01 .arrow2 {
	width: 53px;
	height: 64px;
	cursor: pointer;
}
#layout01 .arrow1:hover, #layout01 .arrow2:hover {
	opacity: 0.8;
}
#layout01 .arrow1 {
	float: left;
	background: url(../img/ly01-arrow1.png);
}
#layout01 .arrow2 {
	float: right;
	background: url(../img/ly01-arrow2.png);
}
#layout01 .list {
	float: left;
	width: 976px;
	background: #db0a0e;
}
#layout01 .list li {
	float: left;
	text-align: center;
	width: 122px;
	height: 64px;
	cursor: pointer;
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center top;
}
#layout01 .list .d4 {
	background-image: url(../img/ly01-d21a.png);
}
#layout01 .list .d5 {
	background-image: url(../img/ly01-d22a.png);
}
#layout01 .list .d6 {
	background-image: url(../img/ly01-d23a.png);
}
#layout01 .list .d7 {
	background-image: url(../img/ly01-d24a.png);
}
#layout01 .list .d8 {
	background-image: url(../img/ly01-d25a.png);
}
#layout01 .list .d9 {
	background-image: url(../img/ly01-d26a.png);
}
#layout01 .list .d10 {
	background-image: url(../img/ly01-d27a.png);
}
#layout01 .list .d11 {
	background-image: url(../img/ly01-d28a.png);
}
#layout01 .list .d29 {
	background-image: url(../img/ly01-d29a.png);
}
#layout01 .list .d30 {
	background-image: url(../img/ly01-d30a.png);
}
#layout01 .list .d31 {
	background-image: url(../img/ly01-d01a.png);
}
#layout01 .list .d32 {
	background-image: url(../img/ly01-d02a.png);
}
#layout01 .list .line {
	position: absolute;
	right: 0px;
	height: 43px;
	top: 50%;
	margin-top: -21px;
	width: 1px;
	background: #e51a1f;
}
#layout01 .list .on.d4 {
	background-image: url(../img/ly01-d21b.png);
}
#layout01 .list .on.d5 {
	background-image: url(../img/ly01-d22b.png);
}
#layout01 .list .on.d6 {
	background-image: url(../img/ly01-d23b.png);
}
#layout01 .list .on.d7 {
	background-image: url(../img/ly01-d24b.png);
}
#layout01 .list .on.d8 {
	background-image: url(../img/ly01-d25b.png);
}
#layout01 .list .on.d9 {
	background-image: url(../img/ly01-d26b.png);
}
#layout01 .list .on.d10 {
	background-image: url(../img/ly01-d27b.png);
}
#layout01 .list .on.d11 {
	background-image: url(../img/ly01-d28b.png);
}
#layout01 .list .on.d29 {
	background-image: url(../img/ly01-d29b.png);
}
#layout01 .list .on.d30 {
	background-image: url(../img/ly01-d30b.png);
}
#layout01 .list .on.d31 {
	background-image: url(../img/ly01-d01b.png);
}
#layout01 .list .on.d32 {
	background-image: url(../img/ly01-d02b.png);
}


#layout01 .list .on .line {
	display: none;
}
#layout01 .day {
	float: left;
	width: 117px;
	height: 103px;
	padding-top: 60px;
	background: url(../img/ly01-day.png);
	text-align: center;
	font-size: 65px;
	margin-top: 8px;
	color: #DB0A0E;
	font-weight: bold;
	line-height: 70px;
	margin-left: 12px;
}
#layout01 .hot {
	float: left;
	width: 750px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#layout01 .hot h3 {
	font-size: 26px;
}
#layout01 .hot h3 a {
	color: #cf090d;
}
#layout01 .hot h3 a:hover {
	color: #C00 !important;
}
#layout01 .hot p {
	/*line-height: 30px;*/
	height: 90px;
	font-size: 16px;
	margin-top: 15px;
}
#layout01 .border {
	float: left;
	background: #ca1112;
	width: 1px;
	height: 124px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#layout01 .small {
	float: right;
	width: 150px;
	margin-top: 30px;
	margin-left: 20px;
}
#layout01 .small p {
	line-height: 26px;
	max-height: 52px;
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
	padding: 20px;
	float: left;
	border: 1px solid #CC9933;
	border-radius: 3px;
	text-align: center;
}
#layout01 .small p a {
	line-height: 26px;
	max-height: 52px;
	position: relative;
	font-size: 24px;
	float: left;
	text-align: center;
}
#layout01 .small p span {
	position: absolute;
	left: 26px;
	top: -126px;
	margin-top: -20px;
	width: 180px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fcdeab;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.fw {
	color: #960;
}
.fw a {
	color: #CC9933;
}
.fw a:hover {
	color: #CC9933 !important;
}
/* 两会日历 end */


/* 两会声音 start */
.lhsy {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
/* .lhsy li {
	width: 550px;
	height: 105px;
	float: left;
	margin: 0 100px 45px 0;
} */
.lhsy li {
  width: 550px;
  height: 70px;
  float: left;
  margin: 0 100px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.lhsy li h2{
	width: 100%;
	height: 70px;
	line-height: 63px;
	font-weight: normal;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	background: url(../img/dian01.jpg) no-repeat left center;
	text-indent: 20px;
}
.lhsy li h2 a {
	color: #333;
	font-size: 18px;
	
}
.lhsy li h2 a:hover {
	color: #e11a1c;
	text-decoration: underline;
}
.lhsy li p {
	width: 100%;
	height: 60px;
	line-height: 25px;
	color: #999;
	font-size: 16px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 5px
}
.lhsy li:nth-child(2n) {
	margin-right: 0;
}
.lhsy-bg {
	width: 100%;
	height: 670px;
	background: url(../img/sy-bg.jpg) top no-repeat;
}
/* 两会声音 end */



/* 两会聚焦 start */
.lhjj {
	width: 100%;
	overflow: hidden;
}
.lhjj-lf {
	width: 640px;
	height: 420px;
	float: left;
	background: red;
}
.lhjj-rg {
	width: 530px;
	height: 420px;
	float: right;
}
/* lunbotu start */
.focusBox {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.focusBox .pic {
	position: relative;
	z-index: 0;
}
.focusBox .pic p {
	position: absolute;
	left: 0px;
	bottom: 0;
	background: #db0a0e9e;
	width: 100%;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	text-align: left;
}
.focusBox .pic p a {
	color: #fff;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.focusBox .pic img {
	width: 640px;
	height: 420px;
	display: block;
}
.focusBox .hd {
	width: auto;
	right: 0;
	position: absolute;
	bottom: 13px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../img/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
/* lunbotu end */

.lhjj-con {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.lhjj-con h2 a{
	text-align: center;
	padding: 5px 0 15px;
	display: block;
	font-size: 26px;
	color: #222;
}
.lhjj-con h2 a:hover{
	text-decoration: underline;
	color: #f11f2f
}
.lhjj-con p {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.lhjj-con span a {
	color: #dd0918;
}
.lhjj-con span a:hover {
	text-decoration: underline;
}
.lhjj-list {
	width: 100%;
	overflow: hidden;
}
.lhjj-list li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: url(../img/dian.png) no-repeat left center;
	text-indent: 24px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.lhjj-list li a {
	font-size: 18px;
	color: #333;
}
.lhjj-list li a:hover {
	color: #dd0918;
	text-decoration: underline;
}
/* 两会聚焦 end */



/* 融媒速递 start */
.rmsd {
	width: 100%;
	overflow: hidden;
	/* margin-bottom: 70px; */
}
.slideGroup {
	width: 1278px;
	text-align: left;
}
.slideGroup .parHd {
	height: 30px;
	line-height: 30px;
	background: #f4f4f4;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0 45px;
	position: relative;
}
.slideGroup .sPrev, .slideGroup .sNext {
	position: absolute;
	left: 0;
	top: 35%;
	display: block;
	width: 37px;
	height: 140px;
	background: url(../img/black.png) center center no-repeat;
}
.slideGroup .sNext {
	left: auto;
	right: 5px;
	background: url(../img/black-1.png) center center no-repeat;
}
.slideGroup .sPrev:hover, .slideGroup .sNext:hover {
	border-color: #f60;
}
.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.slideGroup .parBd ul li .pic {
	text-align: center;
}
/* .slideGroup .parBd ul li .pic img{ width:280px; height:450px; display:block;transition: all 0.8s;} */
.slideGroup .parBd ul li .pic img {
	width: 280px;
	height: 450px;
	display: block;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.slideGroup .parBd ul li .pic img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.slideGroup .parBd ul li .hig img {
	width: 280px;
	height: 220px;
	display: block;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.slideGroup .parBd ul li .hig img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.slideGroup .parBd ul li .hig p {
	width: 280px;
	height: 88px;
	background:#f4f4f4;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
	/*line-height: 30px;*/
	color: #222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: block;
	text-align: justify;
}

/* 融媒速递 end */

	/* 重磅策划 start */
.focusBox01 {
	width: 100%;
	height: 512px;
	background: red;
}
.lunbo02-img {
	width: 100%;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zbch-lf {
	width: 422px;
	height: 514px;
	float: left;
	background: #db0a0e;
	padding-left: 60px;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
}
.zbch-h2 {
	padding-top: 40px;
	font-size: 28px;
	color: #FFF;
	text-align: left;
	padding-right: 35px;
}
.zbch-line {
	width: 20px;
	height: 2px;
	margin-top: 20px;
	/* background-color: #fff; */
	margin-left: 0;
}
.zbch-p {
	font-size: 16px;
	margin-top: 20px;
	padding-right: 90px;
	line-height: 30px;
}
.zbch-xq {
	padding-top: 70px;
	font-size: 25px;
}
.zbch-rg {
	width: 778px;
	height: 514px;
	float: right;
}
.zbch-rg img {
	width: 778px;
	height: 514px;
}
.zbch-line01 {
	text-align: right;
	padding: 20px 20px 0 0;
}
.zbch-bg {
	width: 100%;
	height: 501px;
	background: url(../img/zbch-bg.jpg) top no-repeat;
}
.zbch-list li {
	width: 347px;
	height: 220px;
	background: url(../img/zb-li.png) no-repeat;
	margin: 48px 23px 59px 30px;
	float: left;
	position: relative;
}
.zbch-list li img {
	width: 311px;
	height: 184px;
	margin: 13px 13px 24px 23px;
}
.zbch-list li p {
	display: block;
	width: 311px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	bottom: 23px;
	background: #db0a0e9e;
	left: 24px;
	font-size: 18px;
	color: #FFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
/* 重磅策划 end */
	
	
	
/* footer start */
.footer-box {
	width: 100%;
	background-color: #df2729;
	padding: 30px 0;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #FFF;
} 
/* footer end */
