*{
	margin: 0 0;
	padding: 0 0;
}
.all{
	width: 100%;
	/*float: left;*/
}
.all_news{
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
.all_news_top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #999;
}
.all_news_top a{
	display: inline-block;
	color: #999;
	text-decoration: none;
}
.all_news_update{
	width: 100%;
	height: 100%;
}
.all_news_update_top{
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	font-weight: 500;
	color: #333;
	text-align: center;
}
.all_news_update_xia{
	width: 100%;
	height: 100%;
}
.all_news_update_xia_mei{
	width: 48%;
	height: 270px;
	float: left;
	margin-top: 30px;
}
.all_news_update_xia_mei:nth-child(1){
	margin-top: 0;
}
.all_news_update_xia_mei:nth-child(2){
	margin-left: 30px;
	margin-top: 0;
}
.all_news_update_xia_mei:nth-child(4){
	margin-left: 30px;
}
.all_news_update_xia_mei a{
	display: inline-block;
	width: 100%;
	height: 220px;
}
.all_news_update_xia_mei_img{
	width: 45%;
	height: 220px;
	float: left;
}
.all_news_update_xia_mei_img img{
	width: 100%;
	height: 100%;
}
.all_news_update_xia_mei_right{
	width: 50%;
	height: 220px;
	float: right;
}
.all_news_update_xia_mei_right h3{
	width: 100%;
	/*height: 50px;*/
	line-height: 30px;
	color: #333;
	font-size: 18px;
	/*overflow: hidden;*/
}
.all_news_update_xia_mei_right span{
	display: inline-block;
	width: 100%;
	height: 75px;
	line-height: 25px;
	margin-top: 10px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /*这里设置几行*/
	overflow: hidden;
	font-size: 16px;
}
.all_news_update_xia_mei_right_di{
	width: 100%;
	height: 50px;
	line-height: 50px;
	/*margin-top: 40px;*/
	color: #999;
}
.all_news_z{
	width: 100%;
	display: flex;
	margin: 23px auto;
	justify-content:space-between;
}
.all_news_z_l{
	width: 49%;
	height: 400px;
}
.all_news_z_l_img{
	width: 100%;
	height: 100%;
}
.swiper-button-prev{
	padding: 5px 10px;
	background: rgba(32,76,149,.6);
	color: #C6CFE1;
}
.swiper-button-next{
	padding: 5px 10px;
	background: rgba(32,76,149,.6);
	color: #C6CFE1;
}
.all_news_z_l_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	font: 18px/48px "Microsoft Yahei";
	text-align: center;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
	background: rgba(50,50,50,0.6);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1em;
}
.all_news_z_r{
	width:49%;
	height: 400px;
}
.all_news_z_r_top{
	display: flex;
	height: 44px;
	margin-bottom: 14px;
	border-top: 1px solid #d9d9d9;
	line-height: 44px;
}
.all_news_z_r_top_mei{
	font-size: 20px;
	color: #666;
	padding: 0 20px;
}
.all_news_z_r_top_mei_xuan{
	font-weight: 600;
	color: #005fc9;
	border-top: 2px solid #005fc9;
}


.all_news_z_r_xia_mei{
	height: 44px;
	line-height: 44px;
	display: flex;
	justify-content:space-between;
}
.all_news_z_r_xia_mei_a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.all_news_z_r_xia_mei_s{
	display: inline-block;
	color: #666;
	width: 20%;
	text-align: right;
	overflow: hidden;
}
/* 政策发布开始 */
.policy{
	width: 100%;
	height: 100%;
	/*float: left;*/
	padding: 50px 0;
}
.policy_release{
	width: 80%;
	margin: 0 auto;
}
.policy_release_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.policy_release_top_left{
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.policy_release_top_right{
	width: 48%;
	height: 100%;
	background-color: #fff;
}
.policy_release_top_left_top{
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-top: 1px solid #d9d9d9;
}
.policy_release_top_left_top_icon{
	width: 25px;
	height: 25px;
	float: left;
	margin: 20px;
	/*margin-left: 40px;*/
}
.policy_release_top_left_top_icon img{
	width: 100%;
	height: 100%;
}
.policy_release_top_left_top p{
	display: inline-block;
	line-height: 60px;
	color: #005fc9;
	/*margin-left: 30px;*/
	font-size: 20px;
	font-weight: 600;
	border-top: 3px solid #005fc9;
	padding: 0 3%;
}
.policy_release_top_left_top span{
	display: inline-block;
	color: #999;
	line-height: 60px;
	font-size: 20px;
	margin-left: 15px;
}
.policy_release_top_left_top a{
	display: inline-block;
	float: right;
	color: #666666;
	text-decoration: none;
	margin-right: 20px;
	line-height: 60px;
}
.policy_release_top_left_xia{
	width: 100%;
	height: 100%;
}




.policy_release_top_left_xia_s{
	width: 100%;
	height: 40px;
	margin: 20px 0;
}
.policy_release_top_left_xia_s ul li{
	width: 40%;
	height: 40px;
	float: left;
	margin-left: 90px;
	background: #F2F2F2;
	text-align: center;
}
.policy_release_top_left_xia_s ul li a{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #333;
}
.centerbox_in_disc{
	background: #E1EFFF!important;

}
.centerbox_in_disca{
	color: #3780D2!important;
}



.policy_release_top_left_xia_x{
	width: 100%;
	height: 100%;
}
.policy_release_top_left_xia_x ul li{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E9E9E9;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.policy_release_top_left_xia_x ul li a{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 17px;
	text-indent: 30px;
	overflow: hidden;
	text-decoration: none;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#policy_release_top_left_xia_gengduo{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	text-indent: 30px;
	color: #4581D7;
}
/* 政策发布结束 */
/* 专题专栏开始 */
.policy_release_topic{
	width: 80%;
	height: 400px;
	background-color: #fff;
	margin: 0 auto;
	background-color: #fff;
	float: left;
	margin-top: 40px;
}
.policy_release_topic_top{
	width: 100%;
	height: 60px;
}
.policy_release_topic_top_img{
	width: 25px;
	height: 25px;
	float: left;
	margin: 20px;
	margin-left: 40px;
}

.policy_release_topic_top_img img{
	width: 100%;
	height: 100%;
}
.policy_release_topic_top p{
	display: inline-block;
	line-height: 60px;
	color: #567FBD;
	margin-left: 30px;
	font-size: 20px;
	font-weight: 500;
}
.policy_release_topic_top span{
	display: inline-block;
	color: #999;
	line-height: 60px;
	font-size: 20px;
	margin-left: 15px;
}
.policy_release_topic_xia{
	width: 100%;
	padding: 30px 30px;
}
.policy_release_topic_xia_mei{
	width: 500px;
	height: 270px;
	float: left;
	margin-left: 20px;
}
.policy_release_topic_xia_mei:nth-child(1){
	margin-left: 0;
}
.policy_release_topic_xia_mei_img{
	width: 100%;
	height: 220px;
}
.policy_release_topic_xia_mei_img img{
	width: 100%;
	height: 100%;
}
.policy_release_topic_xia_mei p{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 专题专栏结束 */
/* 成果发布开始 */
.achievement{
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	float: left;
}
.achievement_release{
	width: 80%;
	height: 100%;
	
	margin: 30px auto;
}
.achievement_release_pes{
	width: 100%;
	background-color: #fff;
}
.achievement_release_pes:nth-child(2){
	margin-top: 40px;
}
/* 成果发布结束 */
/* 研究报告开始 */
.research{
	width: 100%;
	height: 150px;
	background-color: #4581D7;
	float: left;
}
.research_zhong{
	width: 500px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}
.research_zhong h1{
	color: #fff;
	margin-top: 20px;
}
.research_zhong_sou{
	width: 440px;
	height: 40px;
	border-radius: 8px;
	background-color: #fff;
	margin-top: 20px;
	float: left;
}
.research_zhong_sou_img{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	float: left;
}
.research_zhong_sou_img img{
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}
.research_zhong_sou input{
	display: inline-block;
	width: 385px;
	height: 40px;
	float: left;
	border: none;
	outline:none;
	margin-left: 20px;
	border-radius: 0 8px 8px 0;
}
.research_zhong button{
	display: inline-block;
	width: 60px;
	height: 40px;
	background-color: #0056FF;
	float: left;
	border: none;
	border-radius: 8px;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
}

/* 研究报告结束 */

.article{
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
	float: left;
	padding: 70px 0;
}
.article_download{
	width: 80%;
	height: 100%;
	margin: 0 auto;
}
.article_download_mei{
	width: 500px;
	height: 200px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.article_download_mei:nth-child(1){
	margin-left: 0;
}
.article_download_mei:nth-child(4){
	margin-left: 0;
}
.article_download_mei_top{
	background-color: #fff;
	padding: 30px 30px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 25px;
}
.article_download_mei_xia{
	width: 100%;
	height: 60px;
	background-color: #ECEEFA;
	line-height: 60px;
}
.article_download_mei_xia a{
	display: inline-block;
	color: #4581D7;
	font-size: 18px;
}
.article_download_mei_xia_l{
	float: left;
	text-indent: 30px;
}
.article_download_mei_xia_r{
	float: right;
	margin-right: 30px;
}
.article_download_mei_xia_r img{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align:middle;
}


.czas{
	max-width: 1600px;
	min-height: 900px;
	margin: 0 auto;
}




.release_nsd{
	width: 100%;
	height: 38px;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}
.release_ns{
	width: 50%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	font: 18px/36px "Microsoft Yahei";
	text-align: center;
	background: #f2f2f2;
	color: #888;
}
.release_active {
	font-weight: bold;
	color: #3780d2;
	background-color: #e1efff;
}
.release_ns:first-of-type{
	margin-right: 20px;
}



.zheng_a{
	width: 100%;
	min-height: 300px;
}
.policy_release_top_left_xia{
	width: 100%;
	min-height: 357px;
}
.zheng_a li,.policy_release_top_left_xia li{
	width: 96%;
	max-height: 80px;
	line-height: 30px;
	padding: 10px 0;
	margin-left: 2%;
	border-bottom: 1px silver dashed;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;/*重点，不能用block等其他*/
	-webkit-line-clamp: 2;/*重点IE和火狐不支持*/
	-webkit-box-orient: vertical;/*重点*/
}
.zheng_asx{
	display: inline-block;
	width: 94%;
	height: 50px;
	line-height: 50px;
	margin-left: 2%;
	padding: 0 20px;
	text-align: right;
	text-indent: 20px;
}



.g_ces{
	display: flex;
	justify-content: space-between;
}
.g_ces1{
	width: 80%;
}
.g_ces2{
	width: 20%;
	text-align: center;
}

