@charset "utf-8";
body{width: 100%;height: auto;}
a{color: #434343;}
a:hover{color: #438ac7;}

.main_box{width: 1080px;padding:10px 30px;margin: 0 auto;}
.bg_white{background: #fff;}
.bg_grey{background: #f5f5f5;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}

.swiper-slide{ position: relative; float: left; }

/*背景图 搜索*/
.con{width: 100%;}
.con .box_one{width: 100%;background: url(../images/body-background.png) no-repeat center top;}
.search{/*width: 681px;*/width: 566px;height: 50px;margin:0 auto;padding-top: 52px;padding-bottom: 40px;}
.search .inp{width: 455px;height: 50px;float: left;text-indent: 20px;}
.search .sub{width:110px;float: left;height: 50px;font-size: 14px;text-align: center;line-height: 50px;background: #438ac7;color: #ffffff;cursor: pointer;}
.search .sub_high{width:110px;float: left;height: 50px;margin-left: 6px;font-size: 14px;text-align: center;line-height: 50px;background: #69abe3;color: #ffffff;cursor: pointer;    display: none;}


/*****************************************/
.title_box{
	border-bottom: #e6e6e6 3px solid;
	height: 56px;
}
.title_box .active{
	float: left;
	font-size: 21px;
	height: 56px;
	line-height: 56px;
	border-bottom: #438ac7 3px solid;
	padding: 0 20px;
	color: #438ac7;
}
.title_box a.linkmore{
	float: right;
	margin-top: 15px;
	width: 20px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	box-shadow: 0 0 8px #dbdbdb;
	color: #d1d1d1;
	height: 20px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14px;
	text-indent: 5px;
	transition: all 100ms ease-in 0s;
}

.title_box .linkmore:hover {
	width: 65px;
	border-radius: 10px;
	color: #666
}
.title_box h4{
	float: left;
	font-size: 21px;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	color: #313131;
}
.title_box h4.active a{
	color: #438ac7;
}

/***切换盒子***/
.hiden{
	display: none;
}

/***政策解读***/
.zcjd_box{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.zcjd_box .zcjd_title{
	width: 250px;
}
.zcjd_box .zcjd_title a{
	display:block;
	height: 72px;
	line-height: 72px;
	font-size: 21px;
	color: #438ac7;
	border-radius: 10px;
	margin-top: 10px;
	background: url("../images/jdhy_bg.jpg") no-repeat left bottom;
}
.zcjd_box .zcjd_title a.active{
	background: #438ac7;
	color: #fff;
}
.zcjd_box .zcjd_title .ico_img{
	display: block;
	width: 36px;
	height: 36px;
	float: left;
	margin: 18px 30px 0 40px;
}
.zcjd_box .zcjd_title .ico_bmjd{
	background: url("../images/ico_bmjd.png") no-repeat center center/100%;
}
.zcjd_box .zcjd_title .ico_zjgd{
	background: url("../images/ico_zjgd.png") no-repeat center center/100%;
}
.zcjd_box .zcjd_title .ico_mtpl{
	background: url("../images/ico_mtpl.png") no-repeat center center/100%;
}
.zcjd_box .zcjd_title a.active .ico_bmjd{
	background: url("../images/ico_bmjd_h.png") no-repeat center center/100%;
}
.zcjd_box .zcjd_title a.active .ico_zjgd{
	background: url("../images/ico_zjgd_h.png") no-repeat center center/100%;
}
.zcjd_box .zcjd_title a.active .ico_mtpl{
	background: url("../images/ico_mtpl_h.png") no-repeat center center/100%;
}

.zcjd_box .article_list{
	width: 800px;
}
.zcjd_box .article_list li{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: url("../images/blackDot.png") no-repeat left center;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zcjd_box .article_list li .time{
	float: right;
	color: #a0a0a0;
}


/***解读方式***/
.photo_list {
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 20px auto 0;
}
.photo_list .swiper-container {
	width: 80%;
	padding-bottom: 20px;
}
.photo_list .swiper-slide {
	width: 300px;
	background: #fff;
	box-shadow: 0 8px 10px #ddd;
}
.photo_list .swiper-slide img{
	display:block;
	width:100%;
}
.photo_list .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
.photo_list .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
.photo_list .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
.photo_list .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.h5_list{
	height: 230px;
	margin-top: 10px;
}
.h5_list ul li{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: url("../images/blackDot.png") no-repeat left center;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.h5_list ul li .time{
	float: right;
	color: #a0a0a0;
}

.music_list{
	height:230px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.music_list ul{
	width: 48%;
}
.music_list ul li{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: url("../images/blackDot.png") no-repeat left center;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.music_list ul li .time{
	float: right;
	color: #a0a0a0;
}

/*****会议解读******/
.meet_list{
	margin-top: 20px;
	height: 220px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.meet_list .meet_box{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.meet_list .meet_box .block{
	width: 30%;
	height: 210px;
	border-radius: 10px;
}
.meet_list .meet_box ul{
		width: 65%;
}
.meet_list .meet_box .block.swcw_meet{
	display: block;
	background: url("../images/img_title1.jpg") no-repeat center center;
}
.meet_list .meet_box .block.szf_meet{
	display: block;
	background: url("../images/img_title2.jpg") no-repeat center center;
}
.meet_list ul li{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: url("../images/blackDot.png") no-repeat left center;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.video_list{
	margin-top: 20px;
	height: 220px;
}
.video_list li{
	float: left;
	width: 25%;
	text-align: center;
}
.video_list li a{
	display: block;
	padding:10px;
	font-size: 16px;
	line-height:24px;
}
.video_list li a img{
	width:100%;
}

/******新闻发布会*******/
.flex_box{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.news_box{
	width: 49%;
}
.news_list{
	border-left:#d4d4d4 1px dashed;
	margin-top: 20px;
	padding-left: 30px;
}
.news_list .conference{
	box-shadow: 0px 0px 8px #e1e1e1;
	padding: 15px;
	position: relative;
	margin-top: 20px;
}
.news_list .conference:hover{
	box-shadow: 0px 0px 8px #438ac7;
}
.news_list .conference .time_box{
	float: left;
	margin-right: 10px;
	height: 62px;
	width: 52px;
	border: #e1e1e1 1px solid;
	padding:0 5px;
	text-align: center;
	line-height: 32px;
	color: #999999;
}
.news_list .conference .time_box .date{
	font-size: 16px;
	color: #666666;
	border-bottom:#e1e1e1 1px solid;
}
.news_list .conference .title{
	font-size:16px;
	line-height: 32px;
}
.news_list .conference .text{
	font-size:14px;
	margin-top: 10px;
	color: #a0a0a0;
}
.news_list .conference .dian{
	position: absolute;
	left: -38px;
	top: 35px;
	width:6px;
	height: 6px;
	border:#eee 5px solid;
	border-radius: 100%;
}
.news_list .conference:hover .dian{
	border:#438ac7 5px solid;
}
.news_list .conference .triangle{
	position: absolute;
	left: -16px;
	top: 35px;
	width: 0;
	height: 0;
	border-top:8px solid transparent; 
	border-right: 8px solid white;
	border-left: 8px solid transparent;
	border-bottom:8px solid transparent;
}

/******回应信息*******/
.respond_box a{
	display: block;
	background: #f4f9ff;
	border-radius: 10px;
	padding: 10px 25px;
	line-height: 36px;
	margin-top:20px;
}
.respond_box a .title{
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.respond_box a .time{
	color: #a0a0a0;
	font-size: 12px;
}
.respond_box a .ico_right{
	float: right;
	width: 32px;
	height: 36px;
	background: url("../images/ico_accright.png") no-repeat right center/100%;
}


@media(max-width: 768px){
	.main_box{width: 100%;padding:3% 5%;}
	
	.zcjd_box .zcjd_title{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.zcjd_box .zcjd_title a{
		width:32%;
		font-size: 16px;
		height:120px;
		text-align: center;
		background-size: 100% 100%;
	}
	.zcjd_box .zcjd_title .ico_img{
		float: inherit;
		margin: 18px auto 0;
	}
	.zcjd_box .article_list{
		width: 100%;
	}
	
	.title_box h4,.title_box .active{
		padding: 0 10px;
		font-size: 16px;
	}
	
	.photo_list {
		position: relative;
		width: 100%;
		height: 220px;
		margin: 20px auto 0;
	}
	.meet_list{
		margin-top: 0px;
		height:100%;
		display:block;
	}
	.meet_list .meet_box{
		margin-top: 10px;
		width: 100%;
		display: block;
	}
	.meet_list .meet_box .block{
		width: 100%;
		height: 70px;
	}	
	.meet_list .meet_box ul{
			width: 100%;
	}
	.meet_list .meet_box .block.swcw_meet{
		background: url("../images/img_title3.jpg") no-repeat center center/100%;
	}
	.meet_list .meet_box .block.szf_meet{
		background: url("../images/img_title4.jpg") no-repeat center center/100%;
	}
	.video_list{
		height: 100%;
		overflow: hidden;
	}
	.video_list li{
		width: 50%;
		height:190px;
	}
	.flex_box{
		display: block;
	}
	.news_box{
		width: 100%;
	}
	.news_list .conference .time_box{
		width:80px;
	}
}
@media (min-width: 768px) and (max-width: 979px){
	.main_box{width: 708px;padding:10px 30px;}
	
	.zcjd_box .zcjd_title{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.zcjd_box .zcjd_title a{
		width:32%;
	}
	.photo_list {
		position: relative;
		width: 650px;
		height: 220px;
		margin: 20px auto 0;
	}
	.meet_list{
		height: 300px;
		display: flex;
	}
	.meet_list .meet_box{
		width: 48%;
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}
	.meet_list .meet_box .block{
		width: 100%;
		height: 90px;
	}
	.meet_list .meet_box ul{
			width: 100%;
	}
	.meet_list .meet_box .block.swcw_meet{
		background: url("../images/img_title3.jpg") no-repeat center center/100%;
	}
	.meet_list .meet_box .block.szf_meet{
		background: url("../images/img_title4.jpg") no-repeat center center/100%;
	}
	.news_list .conference .text{
		display: none;
	}
	.video_list li{
		width: 25%;
	}
	.flex_box{
		display: flex;
	}
	.news_box{
		width: 49%;
	}
}