@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;}
html,body{font-family:"微软雅黑","Times New Roman", Times, serif; font-size: 14px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:active{text-decoration:none; border: 0px;} 
a:hover{
	text-decoration:underline ;
}
/*==========================Reset_End===========================*/

/*头部内容-start*/
/*第一层  穹顶*/
body{
	display: block;
}
.header{
		width: 100%;
		min-width: 1200px;
		overflow: hidden;
		position: relative;
		/*margin-bottom: -157px;*/
}
.header_1{
	position: absolute;
    width: 100%;
    min-width: 1200px;
    height:173px;
    top: 0;
    left: 0;
}
.header_1 img{
 position: absolute;
    width: 100%;
    min-width: 1200px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 12;
	-webkit-animation: fadeDownK 2s 0s both;
	-moz-animation: fadeDownK 2s 0s both;
	-ms-animation: fadeDownK 2s 0s both;
	-o-animation: fadeDownK 2s 0s both;
	animation: fadeDownK 2s 0s both;
	}
	.header_2{
		width:1073px;
		/*height:774px;*/
		position: absolute;
		bottom:-76px;
		right: -274px;
	}
	.header_2 img{
		/*position: absolute;
		width:100%;
		bottom: -40px;
        right: 0px;
		height:auto;*/
		-webkit-animation: fadeInRightR 2s 0s both;
	   -moz-animation: fadeInRightR 2s 0s both;
	   -ms-animation: fadeInRightR 2s 0s both;
	   -o-animation: fadeInRightR 2s 0s both;
	    animation: fadeInRightR 2s 0s both;
	}
	.header_3{
	position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    top: -27px;
    left: -353px;
	}
	.header_3 img{
	 /*position:absolute;
	 top:0px;
	 left: 0px;
	 width:100%;*/
	 height: auto;
	 min-width: 1200px;;
     -webkit-animation: fadeIn 2s 0.3s both;
	 -moz-animation: fadeIn 2s 0.3s both;
	 -ms-animation: fadeIn 2s 0.3s both;
	 -o-animation: fadeIn 2s 0.3s both;
	 animation: fadeIn 2s 0.3s both;
	 overflow: hidden;
	 position: relative;
	 z-index: 1;
}    
    .header_4{
    /*position: absolute;*/
    /*width: 100%;*/
   width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    top: 0;
    left: 0;
    }
     /*0305改动*/
    .header_4 img{
    	/*width:100%;*/
    	position: absolute;
        z-index: 50;
    	    margin-top: 329px;
           margin-left: 97px;
    	-webkit-animation: fadeInUp 2s 1.5s both;
	    -moz-animation: fadeInUp 2s 1.5s both;
	    -ms-animation: fadeInUp 2s 1.5s both;
	    -o-animation: fadeInUp 2s 1.5s both;
	    animation: fadeInUp 2s 1.5s both;
	    overflow: hidden;
    }
    /*0305改动*/
    .header_5{
    	position: absolute;
        top: 190px;
        left:50%;
        margin-left: -388px;
        margin-top: 60px;
        z-index: 100;
    	-webkit-animation: fadeInDown 2s 2.5s both;
	    -moz-animation: fadeInDown 2s 2.5s both;
	    -ms-animation: fadeInDown 2s 2.5s both;
	    -o-animation: fadeInDown 2s 2.5s both;
	    animation: fadeInDown 2s 2.5s both;
	    overflow: hidden;
    }
    /*0305改动*/
    .header_6{
    position: absolute;
    top: 396px;
    left: 50%;
    z-index: 100;
    margin-left: -591px;
    	-webkit-animation: fadeInUp 2s 1.5s both;
	    -moz-animation: fadeInUp 2s 1.5s both;
	    -ms-animation: fadeInUp 2s 1.5s both;
	    -o-animation: fadeInUp 2s 1.5s both;
	    animation: fadeInUp 2s 1.5s both;
	    overflow: hidden;
    }
    /*0305改动*/
    .header_7{
    width: 341px;
    height: 166px;
    position: absolute;
    left: 70%;
    top: 55px;
    }
    .header_7 img{
    	position: absolute;
    	width:100%;
    	height: 100%;
    	-webkit-animation: fadeInLeft 2s 0s both;
	    -moz-animation: fadeInLeft 2s 0s both;
	    -ms-animation: fadeInLeft 2s 0s both;
	    -o-animation: fadeInLeft 2s 0s both;
	    animation: fadeInLeft 2s 0s both;	
    }
	.header_down{
		position: absolute;
		width: 90px;
		margin: 0 auto;
		margin-top: -143px;
        margin-left:54%;
        z-index: 99999;
	}
	@keyframes header_down_fadeInDown {
	  from {
	    opacity: 0;
	    transform: translate3d(0, -20%, 0);
	  }

	  to {
	    opacity: 1;
	    transform: translate3d(0, 20%, 0);
	  }
	}
	.header_down img{
		display: block;
		cursor: pointer;
		width: 90px;
		margin: 0 auto;
		z-index: 1000;
	    -webkit-animation: header_down_fadeInDown 1s both infinite ;
	    -moz-animation: header_down_fadeInDown 1s both infinite ;
	    -ms-animation: header_down_fadeInDown 1s both infinite ;
	    -o-animation: header_down_fadeInDown 1s both infinite ;
	    animation: header_down_fadeInDown 1s both infinite ;
	}
/*头部内容-end*/
/*banner*/
.banner{
	height: 519px;
	min-width: 1200px;
	background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/banner.jpg) no-repeat top center;
	display:none;
}
/*主体内容-satart*/
	.content{
		width: 100%;
		min-width: 1200px;
		overflow: hidden;
	   margin-top: -157px;
		position: relative;
		z-index: 2000;
		}
	.content_in{
		width: 1200px;
		min-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.show{
		display: block;
	}
	.hide{
		display: none;
	}
	.a_img{
		display: block;
		overflow: hidden;
	}

	.a_img img {
		-webkit-transition:all .5s ease-in-out;
		-moz-transition:all .5s ease-in-out;
		-o-transition:all .5s ease-in-out;
		transition:all .5s ease-in-out;
	}
	.a_img:hover img {
		-webkit-transform:scale(1.1);
		-moz-transform:scale(1.1);
		-o-transform:scale(1.1);
		transform:scale(1.1);
		-ms-transform:scale(1.1);
	}
	/*00导航栏-start*/
		.nav{
			width: 118px;
			position: absolute;
			right: -175px;
			/*position: fixed;*/
			top:0px;
			padding-top:0px;
			z-index: 99;
			/*background: url(../images/nav_top.png) no-repeat;*/
		}
		.nav p,
		.nav div{
			width: 89px;
			height: 50px;
			text-align: center;
			line-height: 50px;
			background-color: #fe8958;
			z-index: -1;
		}
		.nav div.nav_top{
	position: relative;
	background:none;
    top: -7px;
    left: -17px;
    z-index: 100;
		}
		.nav p:hover{
			background-color: #f33f08;
		}
		.nav .nav_p_hover{
			background-color: #f33f08;
		}
		.nav a{
			font-size: 18px;
			color: #fff;
		}
	/*00导航栏-end*/

	/*01习专区-start*/
		.first_xi{
	width: 1293px;
    height: 508px;
    margin: 0 auto;
	margin-top:105px;
    margin-left: -54px;
    background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/bg_11.png) no-repeat;
    background-size: 100% 100%;
		}
	.FX_out{
	position: relative;
    height: 410px;
    width: 1200px;
    margin: 0 auto;
    top: 58px;
    left: 15px;			
		}
		.FX_bjbox{
			width: 1194px;
			height: 404px;
			/*background-color: #f93b22;*/
			position: absolute;
			left: 6px;
			top: 6px;
			z-index: 1;
		}
		.FX_in{
			width: 1194px;
			height: 404px;
			/*background-color: #f93b22;*/
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2;
			overflow: hidden;
		}
		/*左侧轮播*/
		.FX_lunbo{
			float: left;
			width: 678px;
			height: 380px;
			margin-top: 12px;
			margin-left: 12px;
			position: relative;
		}
		/*轮播图片为678*380*/
		
		.FX_lunbo .lunbo_btnL,
		.FX_lunbo .lunbo_btnR{
			display: block;
			width: 47px;
			height: 99px;
			cursor: pointer;
			position: absolute;
			top: 144px;
			z-index: 2;
		}
		.FX_lunbo .lunbo_btnL{
			left: 0px;
		}
		.FX_lunbo .lunbo_btnR{
			right: 0px;
		}
		.FX_lunbo .lunbo_out{
			width: 678px;
			height: 380px;
			overflow: hidden;
		}
		.FX_lunbo .lunbo_in{
			width: 678px;
			height: 380px;
			overflow: hidden;
		}
		.FX_lunbo  li{
			float: left;
			display: none;
			width: 678px;
			height: 380px;
			position: relative;
		}
		.FX_lunbo  .show{
			display: block;
		}
		.FX_lunbo  li img{
			width: 678px;
			height: 380px;
		}
		.FX_lunbo .lunbo_txt{
			position: absolute;
			width: 678px;
			height: 147px;
			background:  url(http://cn.chinadaily.com.cn/image/2018/lianghui/FX_lunbo_txt_bj.png) 0 0 no-repeat;
			left: 0;
			bottom: 0;
		}
		.FX_lunbo .lunbo_txt p{
			padding-top: 111px;
			padding-left: 30px;
		}
		.FX_lunbo .lunbo_txt p a{
			font-size: 21px;
			color: #fff1a4;
		}
		/*右侧图片*/
		.FX_right{
			float: left;
			margin-top: 12px;
			margin-left: 12px;
		}
		.FX_right_line1{
			overflow: hidden;
		}
		.FX_right_line1 .a_img{
			float: left;
			margin-right: 12px;
			width: 234px;
			height: 130px;
		}
		/*右侧第一行图片为234*130*/
		.FX_right_line1 img{
			overflow: hidden;
			width: 234px;
			height: 130px;
		}
		.FX_right_line2{
			overflow: hidden;
			margin-top: 12px;
		}
		/*右侧第二行图片为152*238*/
		.FX_right_line2 .a_img{
			float: left;
			margin-right: 12px;
			width: 152px;
			height: 238px;
		}
		.FX_right_line2 img{
			overflow: hidden;
			width: 152px;
			height: 238px;
		}
	/*01习专区-end*/
	/*02-焦点新闻-start*/
	   /*焦点新闻轮播图为660*372*/
		.focus_news{
			margin-top: 50px;
			overflow: hidden;
		}
		.FN_title{
			width: 508px;
            margin: 0 auto;
		}
		/*左侧*/
		.FN_left{
			float: left;
			width: 510px;
			margin-top: 55px;
		}
		.FN_left li{
			padding-top: 25px;
			padding-bottom: 35px;
			background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/FN_left_li_bj.png) 0 bottom no-repeat;
		}
		.FN_left .FN_left_firstLI{
			padding-top: 0;
		}
		.FN_left .FN_left_lastLI{
			padding-bottom: 0;
			background: none;
		}
		.FN_left .FN_left_p1 a{
			font-size: 26px;
			color: #171717;
		}
		.FN_left .FN_left_p1 a:hover{
			color: #c10e00;
		}
		.FN_left .FN_left_p2{
			padding-top: 25px;
			font-size: 16px;
			color: #494949;
		}
		
		/*右侧*/
		.FN_right{
			float: left;
			width: 660px;
			margin-left: 30px;
			margin-top: 55px;
		}
		/*轮播*/
		.FN_lunbo{
			width: 660px;
			height: 372px;
			position: relative;
		}
		.chang{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:660px;
	height:394px;
	overflow:hidden;
	}
.chang a:link,.chang a:visited{
	margin:0px;
	padding:0px;
	text-decoration:none;
	}
.yx-rotaion{margin:0 auto;}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute; margin:0px; padding:0px;}
.yx-rotation-title{position:absolute;width:100%;height:60px;line-height:60px;background:#000;filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;left:0;bottom:21px;_bottom:-1px;z-index:1}
.yx-rotation-t{color:#fff;font-size:18px;font-family:"微软雅黑";z-index:2;bottom:20px;left:10px;line-height:60px}
.yx-rotation-focus span,.yx-rotaion-btn span{ margin:0px; padding:0px;display:block;}
.yx-rotation-focus{height:50px;line-height:50px;right:0px;bottom:-17px;z-index:2}
.yx-rotation-focus span{ margin:0px 5px 0px 0px;width:6px;height:6px;background:url(http://cn.chinadaily.com.cn/image/2018/lianghui/btn_bg.png) no-repeat;line-height:6px;float:left;margin-left:5px;position:relative;top:17px;left:5px;cursor:pointer;text-indent:-9999px}
.yx-rotaion-btn{ width:100%;height:41px;top:50%;margin-top:-20px; text-decoration:none;}
.yx-rotaion-btn span{width:41px;height:41px;cursor:pointer;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;position:relative}
.yx-rotaion-btn span.hover{filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8}
.yx-rotation-focus span.hover{/*background-position:-10px -126px;background:#B93A39; */
width:26px;
height: 6px;
background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/hover_bg.png) no-repeat;
}
.rotaion_list{ margin:0px; padding:0px;width:0;height:0;overflow:hidden;}
		/*文字*/
		.FN_right_txt li{
			line-height: 31px;
			padding-top: 11px;
			padding-bottom:29px;
			
			background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/FN_right_txt_li_bj.png) 0 bottom no-repeat;
		}
		.FN_right_txt .FN_right_txt_lastLI{
			background: none;
		}
		.FN_right_txt li a{
			font-size: 20px;
			color: #333;
		}
		.FN_right_txt li a:hover{
			color: #c10e00;
		}
	/*02-焦点新闻-end*/
    /*03-两会直播-start*/
   /*图片均为300*199*/
    .news_live{
    	margin-top: 50px;
    }
    .news_live_title{
    	width:530px;
    	margin: 0 auto;
    }
    .news_live_top{
    width: 1200px;
    min-width: 1200px;
    position: relative;
    }
    .news_live_bg{
     width: 1920px;
    height: 384px;
    position:absolute;
    top: -168px;
    left: -357px;
    z-index: -1;
    }
    .news_live_content{
    margin-top:58px;
    width: 1200px;
    min-width: 1200px;
    height:538px;
    position: relative;
    }
    .news_live_content_bg{
    width: 1920px;
    height:538px;
    position: absolute;
    top: 0;
    left: -357px;
    z-index: 1;
    }
    .news_live_lunbo{
    	width:1200px;
    	height: 400px;
    	margin: 0 auto;
    	margin-top: 67px;
    }
    .MxSlider{
	width: 100%;
	float: left;
	height: 538px;
	/*position: relative;*/
	overflow: hidden!important;
}
    .mx-slider_wrap{
	position: relative;
	display: block;
	float: left;
	width:100%;
	height: auto;
	margin: 0px auto;
	
}
.mx-slide{
	position: absolute;
	width: 1200px;
	display: table;
	float: left;
	left: 0%;
}
    /* Navigation */
.mx-navigation{
	position: absolute;
	float: left;
	width: 100%;
	top: 0%;
	height: 24px;
	z-index: 888;
}
.mx-prev, .mx-next{
	display: table;
	width: 24px;
	height: 47px;
	cursor: pointer;
	margin-top:235px;
}
.mx-prev{
	float: left;
	margin-left: -40px;
	background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/prev.png) no-repeat;
}
.mx-next{
	float: right;
	margin-right: -40px;
	background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/next.png) no-repeat;
}
.mx-nav_dots{
	position: absolute;
	width: 100%;
	top: 0%;
    text-align: center;
	z-index: 889;
	margin-top: 470px;
}
.mx-nav_dots span{
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 7px;
	background:url(http://cn.chinadaily.com.cn/image/2018/lianghui/btn_1.png) no-repeat;
	cursor: pointer;
}
.mx-nav_dots span.dotActive{
	width:32px;
	height: 8px;
	background:url(http://cn.chinadaily.com.cn/image/2018/lianghui/hover1_bg.png) no-repeat;
}
   /*03-两会直播-end*/
	/*04-中国日报专稿-start*/
		.look_chinese{
			margin-top: 50px;
		}
		.zhuangao_title{
			width:403px;
			margin: 0 auto;
		}
		.LC_content{
			margin-top:65px;
			overflow: hidden;
		}
		.look_chinese .a_img{
			background-color: #000;
		}
		.look_chinese .a_img img{
			opacity: 0.8;
		}
		.look_chinese .a_img img:hover{
			opacity: 1;
		}

		/*公用样式*/
		.LC_box_txt_p1{
			padding-top: 15px;
			padding-left:24px;
			width: 130px;
			line-height: 26px;
		}
		.LC_box_txt_p1 a{
			font-size: 20px;
			color: #fff;
		}
		.LC_box_txt_p2{
			margin-top: 25px;
			margin-left: 24px;
			width: 117px;
			height: 3px;
			background-color: #d1a84f;
		}
		.LC_box_txt_p3{
			margin-top:10px;
			margin-left: 24px;
		}
		.LC_box_txt_p3 a{
			font-size: 15px;
			color: #fff;
		}

		/*LC_box1*/
		.LC_box1{
			float: left;
			width: 390px;
			height: 370px;
			position: relative;
		}
		.LC_box1 .a_img img{
			width: 390px;
			height: 370px;
		}
		.LC_box1_txt{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 2;
			overflow: hidden;
		}
		.LC_box1_txt_content{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #eaeaea;
		}
		.LC_box1_txt_sj{
			float: left;
			margin-top: 15px;
		}

		.LC_box1 .LC_box_txt_p1{
			padding-top: 15px;
			padding-left:24px;
			width: 130px;
			line-height: 32px;
		}
		.LC_box1 .LC_box_txt_p1 a{
			font-size: 26px;
			color: #333;
		}
		.LC_box1 .LC_box_txt_p2{
			margin-top: 10px;
			margin-left: 24px;
			width: 117px;
			height: 3px;
			background-color: #d1a84f;
		}
		.LC_box1 .LC_box_txt_p3{
			margin-top:5px;
			margin-left: 24px;
		}
		.LC_box1 .LC_box_txt_p3 a{
			font-size: 15px;
			color: #333;
		}

		/*LC_box2*/
		.LC_box2{
			float: left;
			width: 195px;
			height: 370px;
			margin-left: 10px;
		}
		.LC_box2 .a_img img{
			width: 195px;
			height: 180px;
		}
		.LC_box2_txt{
			position: relative;
			width: 195px;
			height: 190px;
			background-color: #e73100;
		}
		.LC_box2_txt_sj{
			position: absolute;
			top: -26px;
			right: 13px;
		}

		/*LC_box3*/
		/*第一行第一张图片390*370*/
		.LC_box3{
			float: left;
			width: 390px;
			height: 370px;
			margin-left: 10px;
		}
		.LC_box3 .a_img img{
			width: 195px;
			height: 180px;
		}
		.LC_box3_line1{
			overflow: hidden;
			width: 390px;
			height: 180px;
		}
		.LC_box3_line1 .a_img{
			float: left;
		}
		/*第一行第二张图片195*180*/
		/*其余图片也是195*180*/
		.LC_box3_line1_txt{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #e73100;
			position: relative;
		}
		.LC_box3_line1_txt_sj{
			position: absolute;
			left: -25px;
			top: 140px;
		}

		.LC_box3_line2{
			overflow: hidden;
			width: 390px;
			height: 180px;
			margin-top: 10px;
		}
		.LC_box3_line2_txt{
			float: left;
			width: 195px;
			height: 180px;
			background-color: #eaeaea;
			position: relative;
		}
		.LC_box3_line2_txt_sj{
			position: absolute;
			right: -25px;
			top: 15px;
			z-index: 2;
		}
		.LC_box3_line2 .a_img{
			float: left;
		}

		.LC_box3_line2 .LC_box_txt_p1 a,
		.LC_box3_line2 .LC_box_txt_p3 a{
			color: #333;
		}


		/*复用公用样式box1,box2，设置特殊样式*/
		/*LC_box2_02*/
		.LC_box2_02 .LC_box2_txt{
			background-color: #eaeaea;
		}
		.LC_box2_02 .LC_box_txt_p1{
			width: 156px;
		}
		.LC_box2_02 .LC_box_txt_p1 a,
		.LC_box2_02 .LC_box_txt_p3 a{
			color: #333;
		}
		
		.LC_content .LC_box2_03,
		.LC_content .LC_box2_04,
		.LC_content .LC_box3_02,
		.LC_content .LC_box3_03{
			margin-top:10px;
		}
		

		/*LC_box2_03*/
		.LC_content .LC_box2_03{
			margin-left: 0;
		}
		.LC_box2_03 .LC_box2_txt{
			background-color: #eaeaea;
		}
		.LC_box2_03 .LC_box_txt_p1 a,
		.LC_box2_03 .LC_box_txt_p3 a{
			color: #333;
		}

		/*LC_box3_02*/
		.LC_box3_02 .LC_box3_line1_txt{
			background-color: #eaeaea;
		}
		.LC_box3_02 .LC_box_txt_p1 a,
		.LC_box3_02 .LC_box_txt_p3 a{
			color: #333;
		}

		.LC_box3_02 .LC_box3_line2_txt{
			background-color: #fde6d0;
		}
		.LC_box3_02 .LC_box3_line2 .LC_box_txt_p1{
			width: 135px;
		}

		/*LC_box3_03*/
		.LC_box3_03 .LC_box_txt_p1 a,
		.LC_box3_03 .LC_box_txt_p3 a{
			color: #333;
		}
		.LC_box3_03 .LC_box3_line1_txt{
			background-color: #fde6d0;
		}
		.LC_box3_03 .LC_box3_line1 .LC_box_txt_p1{
			width: 140px;
		}
	/*04-中国日报专稿end*/
	/*05-两会视频-start*/
		.direct_play{
			margin-top: 50px;
		}
		.DP_title{
			width:515px;
			margin: 0 auto;
		}
		.DP_content{
			margin-top: 50px;
			height: 477px;
			padding-top:28px;
			position: relative;
		}
          .DP_bg{
         width: 1920px;
         height: 1141px;
         position: absolute;
         top: -512px;
         left: -357px;
         z-index: -1;
          }
		/*轮播图*/
		/*轮播图片为406*228*/
		.DP_lunbo{
			width: 987px;
			height: 261px;
			margin: 0 auto;
			position: relative;
            z-index: 30000;
		}
		.DP_left,
		.DP_right{
			position: absolute;
			top: 110px;
			cursor: pointer;
		}
		.DP_left{
			left: 0;
		}
		.DP_right{
			right: 0;
		}
		.DP_lunbo_out{
			width: 898px;
			margin: 0 auto;
			height: 261px;
			position: relative;
			overflow: hidden;
		}
		.DP_lunbo_out li{
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out li .a_img{
			width: 100%;
			height: 100%;
		}
		.DP_lunbo_out li .a_img img{
			width: 100%;
			height: 100%;
		}
		.DP_lunbo_out .DP_lunbo_li1{
			position: absolute;
			top: 22px;
			left: 0;
			width: 406px;
			height: 228px;
			z-index: 2;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li2{
			position: absolute;
			top: 0px;
			left: 211px;
			width: 487px;
			height: 261px;
			z-index: 3;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li3{
			position: absolute;
			top: 22px;
			left: 492px;
			width: 406px;
			height: 228px;
			z-index: 2;
			-webkit-transition:all 1s;
			-moz-transition:all 1s;
			-ms-transition:all 1s;
			-o-transition:all 1s;
			transition:all 1s;
		}
		.DP_lunbo_out .DP_lunbo_li4{
			position: absolute;
			top: 22px;
			left: 492px;
			width: 406px;
			height: 228px;
			z-index: 1;
		}
		.DP_lunbo_out li div{
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: rgba(0,0,0,0.5);
		}
		.DP_lunbo_out li div p{
			padding-left:18px;
		}
		.DP_lunbo_out li div p a{
			color: #fff;
			font-size: 14px;
		}

              /*第二行图片为227*127*/
		.DP_line2{
			    margin-top: 70px;
                overflow: hidden;
                padding-left: 89px;
                position: relative;
                z-index: 3000;
		}
		.DP_line2_box{
			float: left;
			width: 227px;
			margin-left:25px;
		}
		.DP_line2_box p{
			padding-top:5px;
			line-height: 18px;
		}
		.DP_line2_box p a{
			color: #fff;
			font-size: 14px;
		}
		.DP_line2_box img{
			width:227px;
			height:127px;
		}
	/*05-两会视频-end*/

	/*06-海外观察-start*/
		.overseas_observe{
			margin-top:100px;
			background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/OB_bj.jpg) center 160px no-repeat;
		}
		.OB_title{
			width:523px;
			margin: 0 auto;
		}
		.overseas_observe a:hover{
			text-decoration: none;
		}
		.OB_content{
			margin-top: 38px;
			overflow: hidden;
		}
		.OB_ul1{
			float: left;
			width: 570px;
			margin-left: 2px;
		}
		.OB_ul2{
			float: right;
			width: 570px;
		}
		.OB_ul li{
			padding-top: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid #fec1a6;
		}
		.OB_ul li:hover{
			background-color: #f8dfd3;
		}
		.OB_p1{
			line-height: 36px;
			margin-bottom: 12px;
		}
		.OB_p1 a{
			font-weight: bold;
			color: #333;
			font-size: 20px;
		}
		.OB_p2{
			line-height: 24px;
		}
		.OB_p2 a{
			color: #333;
			font-size: 16px;
		}
	/*06-海外观察-end*/

	/*-两会直播复用代码-start*/
		.data_news{
			margin-top:50px;
		}
		.DN_content{
			margin-top: 20px;
			width: 1200px;
			min-width: 1200px;
			height: 552px;
			position: relative;
		}
		.DN_bj{
			width: 1920px;
			height: 552px;
			position: absolute;
			top: 0;
			left: -357px;
			z-index: 1;
		}
		.DN_content_in{
			position: absolute;
			z-index: 2;
			width: 1200px;
			left: -1px;
			top: 59px;
			overflow: hidden;
		}
		/*公用样式*/
		.DN_box_txt_p1{
			width: 235px;
			height: 30px;
			padding-top:12px;
			padding-left:58px;
			background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/time_bg_y.png) no-repeat;
			background-position: 20px 8px;
		}
		.DN_box_txt_p1 a{
			color: #fff3d5;
			font-size: 20px;
			line-height: 20px;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p2{
			margin-top: 15px;
		}
		.DN_box_txt_p2 a{
			display:block;
			color: #fff3d5;
			width:230px;
			font-size: 20px;
			line-height: 20px;
			margin-left: 20px;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p3{
			margin-top: 8px;
		}
		.DN_box_txt_p3 a{
			color: #fff3d5;
			font-size: 30px;
			line-height: 20px;
			margin-left: 20px;
			font-weight: bold;
			font-family: "微软雅黑";
		}
		.DN_box_txt_p4{
			margin-top: 18px;
		}
		.DN_box_txt_p4 a{
			display: block;
            width: 230px;
			color: #fff3d5;
			font-size: 20px;
			line-height: 20px;
			margin-left: 20px;
			font-family: "微软雅黑";
		}
		/*DN_box1*/
		.DN_box1{
			float: left;
			width: 300px;
			height: 399px;
			//border-right: 1px solid #e14038;
		}
		.DN_box1_txt{
			width: 300px;
			height: 200px;
			background-color: #d1a84f;
			position: relative;
		}
		.DN_box1_txt_sj{
			position: absolute;
			top: -30px;
			right: 11px;
		}
		/*DN_box2*/
		.DN_box2{
			float: left;
			width: 300px;
			height: 399px;
			//border-right: 1px solid #e14038;
		}
		.DN_box2_txt{
			width: 300px;
			height: 199px;
			background-color: #f0e4d4;
            border-bottom: 1px solid #e14038;
			position: relative;
		}
		.DN_box2_txt_sj{
			position: absolute;
			bottom: -31px;
			right: 10px;
			z-index: 2;
		}
		.DN_box2 .DN_box_txt_p1 a{
			color: #fff;
		}
		.DN_box2_txt_p1{
			width: 235px;
			height: 30px;
			padding-top:12px;
			padding-left:58px;
			background: url(http://cn.chinadaily.com.cn/image/2018/lianghui/time_bg_r.png) no-repeat;
			background-position: 20px 8px;
		}
		.DN_box2_txt .DN_box2_txt_content .ziti_c a{
			color: #e14038;
		}
		/*复用代码特殊样式*/
		.DN_content_in .DN_box2_02{
			border-right: 0;
		}
		.DN_content_in>.DN_box2>.DN_box2_txt>.DN_box2_txt_content>.ziti_c>a:hover{
			text-decoration: underline;
		}
	/*两会直播-end*/

	
		/*复用代码特殊样式*/
		.IS_left2{
			margin-left: 1px;
		}
		.IS_left3{
			margin-top:1px;
		}
		.IS_left5{
			margin-left: 1px;
		}
		.IS_right2,
		.IS_right4{
			margin-left: 1px;
		}

	/*06-提案议案-start*/
	/*图片为301*170*/
		.five_years{
			margin-top: 50px;
			position: relative;
			z-index: 2;
		}
		.FY_title{
			width:556px;
			margin: 0 auto;
		}
		.FY_content{
			margin-top: 50px;
			overflow: hidden;
		}
		.FY_left{
			float: left;
			width: 604px;
			overflow: hidden;
		}
		.FY_left_box{
			float: left;
			width: 301px;
			margin-right:1px;
		}
		.FY_left_box p{
			line-height: 18px;
			padding-top:10px;
			padding-bottom: 10px;
		}
		.FY_left_box p a{
			font-size: 14px;
			color: #333;
		}
		.FY_right{
			float: right;
			width: 566px;
		}
		.FY_right a:hover{
			text-decoration: none;
		}
		.FY_right li{
			padding-top:21px;
			padding-bottom: 21px;
			border-bottom: 1px solid #fca883;
		}
		.FY_right .FY_right_lastLI{
			border-bottom: 0;
		}
		.FY_right li:hover{
			background-color: #f8dfd3;
		}
		.FY_right li a{
			color: #333;
			font-size: 20px;
		}
	/*06-301*170*-end*/

	/*07两会视点 -start*/
	.viewpoint{
		margin-top: 50px;
	}
	.viewpoint a:hover{
		text-decoration: none;
	}
	.meeting_viewpoint{
		width:265px;
		margin-bottom: 15px;
	}
	.viewpoint_l{
		width:603px;
		float: left;
	}
	.viewpoint_r{
		width:597px;
		float: left;
	}
	.bilingual{
		margin-bottom: 48px;
		margin-left: 15px;
	}
	.bilingual img{
		padding-left: 30px;
		margin-top:20px;
	}
	/*两会视点- end*/
	/*08-合作媒体-start*/
		.media_partners{
			margin-top:50px;
			position: relative;
			z-index: 2;
		}
		.MP_content{
			margin-top: 50px;
			overflow: hidden;
		}
		.MP_content .a_img{
			float: left;
			width: 160px;
			height: 55px;
			margin:10px 20px;
		}
		.MP_content .a_img img{
			width: 160px;
			height: 55px;
		}

	/*08-合作媒体-end*/

	/*013-合作媒体-start*/
		.cooperative_partner{
			margin-top:100px;
		}
		.CP_content{
			margin-top: 40px;
			overflow: hidden;
		}
		.CP_content .a_img{
			float: left;
			width: 160px;
			height: 55px;
			margin:10px 20px;
		}
		.CP_content .a_img img{
			width: 160px;
			height: 55px;
		}
		.MP_title{
			width:122px;
			margin: 0 auto;
		}
	/*013-合作媒体-end*/
/*主体内容-end*/

/*底部内容-start*/
	.foot{
		    width: 100%;
    min-width: 1200px;
		margin:40px 0px 0px 0px;
		padding:35px 0px;
		background:#E5E5E5;
		border-top:4px solid #ff6633;
		}
		
	.foot-nei{
		margin:0px auto;
		padding:0px;
		width:990px;
		}	
	.foot-a{
		margin:0px;   
		padding:0px;
		text-align:center;
		}	
	.foot-b{
		margin:10px 0px 0px 0px;
		padding:0px;
		text-align:center;
		}
	.foot-b span{
		margin:0px 5px 0px 5px;
		padding:0px;
		color:#666;
		}		
	.foot-b a:link,.foot-b a:visited{
		margin:0px;
		padding:0px;
		text-decoration:none;
		color:#666;
		font-size:14px;
		}	
	.foot-b a:hover{
		text-decoration:underline;
		}	
		
	.footwo{
		width: 100%;
        min-width: 1200px;
		margin:0px 0px 0px 0px;
		padding:25px 0px;
		background:#D8D8D8;
		border-top:1px solid #E9E9E9;
		}
		
	.footwo-nei{
		margin:0px auto;
		padding:0px;
		width:990px;
		}	
	.foot-c{
		margin:0px auto;
		padding:0px;
		text-align:center;
		font-size: 12px;
	    color: #666;
	    line-height: 20px;
	    width:730px;
		}		
/*底部内容-end*/
/*@media only screen and (min-width: 414px){
	.first_xi {
    width: 1331px;
    height: 535px;
    margin: 0 auto;
    margin-left: -85px;
    background: url(../images/bg_11.png) no-repeat;
    background-size: 100% 100%;
}
	
}*/
/*新增*/
.mx-slide>.DN_content_in>.DN_box2>.DN_box2_txt>.DN_box2_txt_content>p>a:hover{
	text-decoration: underline;
}
.mx-bugs_bunny .a_img img{
	width:300px;
	height:199px;
}
/*新增*/
.mx-slide>.DN_content_in>.DN_box2>.DN_box2_txt>.DN_box2_txt_content>p>a:hover{
	text-decoration: underline;
}
/*新增3-5*/
.header_8{
    position: absolute; */
    /* width: 100%; */
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    top: 0;
    left: 0;
}
.header_8 img{
	 /* width: 100%; */
    position: absolute;
    z-index: 50;
    margin-top: 329px;
    margin-left: 635px;
    -webkit-animation: fadeInUp 2s 1.5s both;
    -moz-animation: fadeInUp 2s 1.5s both;
    -ms-animation: fadeInUp 2s 1.5s both;
    -o-animation: fadeInUp 2s 1.5s both;
    animation: fadeInUp 2s 1.5s both;
    overflow: hidden;
}
.header_9{
	position: absolute;
    top: 190px;
    left: 50%;
    margin-left: 177px;
    margin-top: 60px;
    z-index: 100;
    -webkit-animation: fadeInDown 2s 2.5s both;
    -moz-animation: fadeInDown 2s 2.5s both;
    -ms-animation: fadeInDown 2s 2.5s both;
    -o-animation: fadeInDown 2s 2.5s both;
    animation: fadeInDown 2s 2.5s both;
    overflow: hidden;
}

