@charset "utf-8";

*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";/* font-size:12px; */color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
input{ border:0;}
input:focus{ outline: none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-style: normal;font-weight: normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer; color:#333333;}
a:hover{text-decoration:none;outline:none; color:#cb2026;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

body{font-size: 14px;background: #FFF;}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
/*legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}*/
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cl,.clearfix{zoom:1}




.page {
	background: url(../images/topics_bg.jpg) center top no-repeat;
}

.w1200{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}

/***hesader-s***/

.header {
	width: 1200px;
	margin: 0 auto;
	height:800px;
	position: relative;
}
.toutiao{
	width: 100%;
	height: 120px;
	background: url(../images/toutiao-bg.png) center top no-repeat;
	margin-bottom: 45px;
}
.toutiao-con img{
 float: left;
 margin-right: 50px;
}
.toutiao-con p a{
 float: left;
 font-size: 36px;
 color: #FFF;
 font-weight: bold;
 line-height: 120px;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 width: 1050px;
 -webkit-line-clamp: 1;
 overflow: hidden;
 height: 120px;
}
.toutiao-con p a:hover{ 
	color: #FFF!important;
	text-decoration: underline;
}

.tit01 {
	-webkit-animation: zoomIn 0.5s 0.5s ease-out both;
	animation: zoomIn 0.5s 0.5s ease-out both;
	opacity: 1;
	position: absolute;
	top: 20px;
}
.tit02 {
	-webkit-animation: ani_top_2 0.5s 1s ease-out both;
	animation: ani_top_2 0.5s 1s ease-out both;
	opacity: 1;
	position: absolute;
	top: 565px;
	left: 410px;
}
@-webkit-keyframes ani_top_2 {
 0% {
 -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
 transform: translate3d(0, 0.9523809523809523rem, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@keyframes ani_top_2 {
 0% {
 -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
 transform: translate3d(0, 0.9523809523809523rem, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
/***hesader-e***/



/***轮播图s***/
.slideBox {
	width: 666px;
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 15px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.slideBox .bd img {
	width: 666px;
	height: 450px;
	display: block;
	cursor: pointer;
	transition: all 0.6s;
}
.slideBox .bd img:hover {
	transform: scale(1.4);
}
.p_bg {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 50px;
	width: 100%;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	background: rgba(0,0,0,0.5);
	line-height: 50px;
}
.p_bg a {
	font-size: 18px;
	color: #fff;
	padding-left: 14px;
}
/***轮播图e***/


.left_con {
	margin-top: 0;
}
.left_con {
	width: 515px;
	float: right;
}
.left_con ul {
	margin-bottom: 16px;
}
.left_con li{
	display: flex;
}
.left_con li img{
	float: left;
	width: 10px;
	height: 10px;
	margin: 30px 20px 0 0;
}
.left_con li p{
	border-bottom: 1px dashed #ccc;
	display: block;
	width: 100%;
}
.left_con li p a {
	float: left;
	max-height:60px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	background-position-y: 30px;
	
	padding: 20px 0;
}


/****轮播*****/
/*cen1*/

.slider {
	width: 100%;
	min-width: 1200px;
	height: 563px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}

.slider .bd li {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.slider .bd li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	text-align: center;
	background: url(../images/shadow.png) repeat-x;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 563px;
	transition: all 0.6s;
}
.slider .bd li:hover img {
	transform: scale(1.4);
}
.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1200px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 563px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -600px;
}

.slider .next {
	left: 50%;
	margin-left: 600px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 563px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 112px;
	z-index: 1;
	width: 60px;
	height: 563px;
}

.slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .prev .arrow {
	right: 0;
	background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
	left: 0;
	background: url(../images/slider-arrow.png) 0 0 no-repeat;
}


.new-tit{
	width: 1200px;
	overflow: hidden;
	margin:10px auto;
}

/* 两会近距离 */
.jjl{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.jjl-img{
	width: 568px;
	height: 318px;
	overflow: hidden;
}
.jjl-img img{
	width: 568px;
	height: 318px;
	transition: all 0.6s;
}
.jjl-img:hover img {
	transform: scale(1.4);
}

/* 两会看履职 */
.klz{
	width: 1200px;
	margin: auto;;
	overflow: hidden;
}
/* .klz ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
} */
.klz ul li {
	width:585px;
	height: 70px;
	line-height: 70px;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/dian01.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;
}

.klz ul li:nth-child(2n) {
    margin-right: 0;
}
.dbg-bg{
	width: 100%;
	height: 760px;
	padding-top: 50px;
	background: url(../images/dbg-bg.png) center  no-repeat;
}

.footer{
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: #FFF;
	font-size:18px;
	background: #b10001;
}


/* 十件民生 */
.djch_box {
	width: 100%;
	height: 460px;
}
.djch_nr {
	width: 1172px;
	height: 460px;
	margin: 0 auto;
}
.focusBox4 {
	width: 1172px;
	height: 460px;
	position: relative;
	background: #fff;
}
.focusBox4 .arrow-left4 {
	background: url(../images/sm-btn-left.png) no-repeat left top;
	position: absolute;
	left: -55px;
	top: 189px;
	width: 40px;
	height: 80px;
	z-index: 2
}
.focusBox4 .arrow-right4 {
	background: url(../images/sm-btn-right.png) no-repeat left bottom;
	position: absolute;
	right: -55px;
	top: 189px;
	width: 40px;
	height: 80px;
	z-index: 2
}
.focusBox4 .swiper-container {
	width: 1171px;
	height: 460px;
}
.swiper-slide {
	position: relative;
}
.slide_cont {
	width: 1185px;
}
.narrow_box {
	float: left;
	width: 230px;
	height: 460px;
	position: relative;
	margin-right: 7px;
	transition: all 1s;
	cursor: pointer;
}
.narrow_box .title {
	position: absolute;
	left: 0;
	width: 230px;
	height: 230px;
	background: url(../images/bg.png) no-repeat;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 40px 35px;
	z-index: 2;
	box-sizing: border-box;
}
.narrow_box .title a {
	color: #fff;
}
.narrow_box .img {
	position: absolute;
	left: 0;
	width: 230px;
	height: 230px;
	top: 230px\9;
}
.narrow_box .img img {
	width: 100%;
	height: 100%;
}
.narrow_box:nth-child(odd) .title {
	top: 0;
}
.narrow_box:nth-child(odd) .img {
	top: 230px;
}
.narrow_box:nth-child(even) .title {
	top: 230px;
}
.narrow_box:nth-child(even) .img {
	top: 0;
}
.narrow_box.on {
	width: 460px;
	height: 460px;
}
.narrow_box.on .img {
	position: absolute;
	left: 0;
	width: 460px;
	height: 460px;
	top: 0\9;
}
.narrow_box.on .title {
	position: absolute;
	left: 0;
	top: 327px;
	width: 100%;
	height: 133px;
	background: url(http://www.xinhuanet.com/politics/70dxcf/index/images/djbg2.png) repeat-x;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	padding: 75px 10px 0 10px;
}
.narrow_box.on:nth-child(odd) .img {
	top: 0;
}
.jchd {
	width: 1200px;
	margin: auto;
}
.dyx {
	width: 1200px;
	margin: auto;
}
.dyxl {
	width: 581px;
	float: left;
}
.dyxl .zcxw {
	width: 251px;
	float: left;
}
.dyxl .zcxw img {
	width: 251px;
	height: 140px;
	margin-top: 20px;
}
.dyxl .zcxw h3 {
	font-size: 22px;
	color: #000;
	line-height: 28px;
	margin-top: 6px;
}
.dyxl .zcxw h3 a {
	color: #000;
}
.dyxl .zcxw p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-top: 6px
}
.dyxl .zcxw p a {
	color: #666666;
}
.dyxl .ycxw {
	width: 303px;
	float: right;
	margin-top: 20px;
}
.dyxr {
	width: 581px;
	float: right;
}
.rdjj {
}
.rdjjl {
	float: left;
	width: 142px;
	height: 80px;
}
.rdjjl img {
	width: 142px;
	height: 80px;
}
.rdjjr {
	float: right;
	width: 145px;
}
.rdjjr h4 {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.rdjjr h4 a {
	color: #000;
}
.rdjj p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-left: 22px;
	background: url(http://www.xinhuanet.com/politics/70dxcf/index/images/yh.jpg) -1px 0 no-repeat;
	margin-top: 10px;
}
.rdjj p a {
	color: #666;
}
.part5 .cfhgstop {
	position: relative;
}
.part5 .cfhgstop .cfhgbg ul {
	margin: 0 auto;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}
.part5 .cfhgstop .cfhgbg li {
	float: left;
	width: 189px;
	position: relative;
}
.part5 .cfhgstop .cfhgbg li+li {
	margin-left: 7px;
}
.part5 .cfhgstop .cfhgbg li img {
	width: 189px;
	height: 107px;
	display: block;
}
.part5 .cfhgstop .cfhgbg li .text {
	position: absolute;
	width: 189px;
	height: 107px;
	bottom: 0px;
	left: 0;
	z-index: 14;
	display: none;
}
.part5 .cfhgstop .cfhgbg li .text h3 {
	margin-top: 42px;
	color: #fff;
	font-size: 1em;
	padding: 0px 10px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.part5 .cfhgstop .cfhgbg li .text h3 a {
	color: #fff;
}
.part5 .cfhgstop .cfhgbg li .text p {
	display: block;
	line-height: 24px;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
}
.part5 .cfhgstop .cfhgbg li .bg {
	width: 189px;
	height: 107px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url(http://www.xinhuanet.com/politics/70dxcf/index/images/jctpbg.png) 0 0 no-repeat;
	z-index: 13;
	display: none;
}


