/**/
.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: 20%;
	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 20px;
	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;
}
.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: 1130px;
	background: url("../img/header.jpg") top no-repeat;
}

/* 标题 start */
.title{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	margin-top: -330px;
	margin-bottom: 40px;
}
.title h2 a{
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #0037ae;
}
.title h2 a:hover{
	text-decoration: underline;
}
.title p{
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
/* 标题 end */


/* 轮播右侧 start */
.lh-con{
	width: 100%;
	height: 105px;
	border-bottom: 1px dotted #e7e7e7;
}
.lh-con h2 a{
	text-align: left;
	color: #333;
	font-size: 22px;
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
	    margin-top: 15px
}
.lh-con h2 a:hover{
	text-decoration: underline;
	color: #bb2b2e;
}
.lh-con p{
	text-align: left;
	color: #333;
	font-size: 16px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	text-indent: 2em;
}
.lh-con span a{
	color:#dd0918;
}
.gdnr a{
	text-align: center;
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	float: right;
	border:1px solid #5297d2;
	color: #5297d2;
	margin-top: 20px;
}
/* 轮播右侧 end */



/* 权威发布 start */
.bg01 {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    background: url(../img/bg01.png) top no-repeat;
	margin-top: 58px;
}
.qwfb-list{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.qwfb-list ul li{
	width:590px;
	height: 70px;
	line-height: 70px;
	font-size:18px;
	border-bottom: 1px solid #e7e7e7;
	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;
	color: #333;
	float: left;
	margin-right:20px;
}
.qwfb-list ul li a{
	color: #333;
}
.qwfb-list ul li:nth-child(2n) {
    margin-right: 0;
}
/* 权威发布 end */



/* 报告解读 start */
.w1230{
	width:1230px;
	overflow: hidden;
	margin:0 auto 40px;
	
}

.show19 {
    width: 360px;
    height: 205px;
}
.photo2 {
    position: relative;
    overflow: hidden;
}
.fw a {
    color: #fff;
    font-size: 18px;
}
.show19 img {
    width:360px;
    height: 205px;
    display: block;
    cursor: pointer;
    transition: all 0.9s;
}

.show19:hover img {
	transform: scale(1.05, 1.05);
}
.ys-con h2 a{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 30px;
	height: 26px;
	padding:20px 0 10px;
	display: block;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;

}
.ys-con p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 75px;
}
.ys-con span a{
	font-size: 14px;
	color: #0099ff;
}
/* 报告解读 end */

/* 两会看龙江 start */
.lhklj-con{
	width:585px;
	height: 132px;
	float: left;
	margin: 15px;
}
.lhklj-img{
	width:190px ;
	height: 130px;
	float: left;
	margin-right: 20px;
}
.lhklj-img img{
	width:190px ;
	height: 130px;
	transition: all 0.9s;
	display: block;
}
.lhklj-img:hover img {
	transform: scale(1.05, 1.05);
}
.lhklj-p{
	width:560px;
	height: 110px;
	float: left;
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
	margin: 0 40px 15px 31px;
}
.lhklj-p h2 a{
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size:20px;
	font-weight: bold;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	background: url(../img/line.jpg) left center no-repeat;
	text-indent: 24px;
	
}
.lhklj-p h2 a:hover{
	color: #0037ae;
	text-decoration: underline
}
.lhklj-p p{
	width:100%;
	height: 60px;
	line-height: 30px;
	font-size:14px;
	color: #888888;
	text-indent: 2em;
	padding-top: 10px
	
}
.lhklj-p span a{
	color: #0099ff
}
.w1200{
	width: 1200px;
	overflow: hidden;
	margin:35px auto 100px;
}
.tsfw{
	width: 580px;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
.dsxd{
	width: 580px;
	overflow: hidden;
	float: left;
}
.fw-img {
    width: 279px;
    height: 158px;
}

.fw-img img {
    width: 279px;
    height: 158px;
    display: block;
    cursor: pointer;
    transition: all 0.9s;
}

.fw-img:hover img {
	transform: scale(1.05, 1.05);
}
.fw-rg{
	width: 280px;
	height: 158px;
	float: right;
}
.fw-rg h2 a{
	    font-size: 20px;
	    color: #0037ae;
	    line-height: 27px;
	    height: 54px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}
.fw-rg p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 100px;
	display: block;
}
.fw-rg span a{
	color: #0099ff;
}
.fw-con{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.dotted{
	border-bottom: 1px dotted #999;
	line-height: 60px!important;
	height: 60px!important;
}
.xd-con{
	width: 100%;
	overflow: hidden;
}
.xd-con h2 a{
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	color: #FFF;
	font-size: 18px;
	background: #578cff;
	padding:0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xd-con p{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 25px;
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 两会看龙江 end */


/* 科技看两会 start  */
.show{
	width: 285px!important;
	height: 190px!important;
	margin: 10px;
	float: left;
}
.show img {
    width: 285px!important;
    height: 190px!important;
    display: block;
    cursor: pointer;
    transition: all 0.9s;
}

.show:hover img {
	transform: scale(1.05, 1.05);
}
.w1220{
	width: 1220px;
	overflow: hidden;
	margin:0 auto 40px;
}

/* 科技看两会 end  */

.lh-tit{
	width: 1200px;
	overflow: hidden;
	margin:40px auto 20px;
}
.w1262{
	width: 1266px;
	overflow: hidden;
	margin: auto;
}
.ys-con{
	width: 360px;
	overflow: hidden;
	margin: 0 31px;
	float: left;
}



/* 两会聚焦 start */
.lhjj {
	width: 100%;
	overflow: hidden;
}
.lhjj-lf {
	width: 640px;
	height: 420px;
	float: left;
}
.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: #1f3163;
	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 {
	text-align: center;
	padding: 5px 0 15px;
	font-size: 22px;
}
.lhjj-con h2 a{
	color: #333333;
}
.lhjj-con h2 a:hover,.ys-con h2 a:hover,.fw-rg h2 a:hover{
	text-decoration: underline;
	 color: #0037ae;
}
.xd-con h2 a:hover,.ys-con span a:hover{
	text-decoration: underline;
}
.lhjj-con p {
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.lhjj-con span a {
	color: #0099ff;
	
}
.lhjj-con span a:hover,.fw-rg span a:hover,.lhklj-p span: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: #0037ae;
	text-decoration: underline;
}
/* 两会聚焦 end */	
	
	
/* footer start */
.footer-box {
	width: 100%;
	background-color: #192e5d;
	padding: 30px 0;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #FFF;
} 
/* footer end */
