/*高级搜索*/
.phone_show{
	display: none;
}
.pc_show{
	display: block;
}
body{
	font: normal 18px/40px "微软雅黑";
	color: #1b1b1b;
	background: url(../images/jdgdnbg.jpg) top center no-repeat;
}
.content{
	width: 1000px;
	padding: 26px 50px 60px;
	margin: 277px auto 0;
	background:#fff;
	border-top: 5px solid #f0bf79;
}
/* li a{
	display: inline-block;
} */
/* 文件解读 */
.documentInterpretation{
	position: relative;
}
.documentInterpretation_description{
	width: 920px;
	padding: 14px 40px;
	background: url(../images/jianbian.jpg) no-repeat;

}
.documentInterpretation_description p{
	text-indent: 2em;
	font-size: 21px;
	line-height: 35px;
}
.documentInterpretation_description a{
	color: blue;
}
.documentInterpretation_con{
	margin-top: 20px;
	padding: 24px 20px 0px;
	border: #dcdcdc;
	box-shadow: 0px 0px 5px #dcdcdc;
}
.documentInterpretation ul{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	height:242px;
	
}
.documentInterpretation ul li{
	float: left;
    width: 48%;
    /* height: 108px; */
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 8px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 34px;
}
.documentInterpretation ul .mr4{
	margin-right: 4%;
}
.documentInterpretation_con_qustion{
	text-indent: 2em;
}
.documentInterpretation .documentInterpretation_con_answer {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid red;
    margin: 6px 0;
}
.documentInterpretation .add_more,.documentInterpretation .rem_more{
	display: block;
	width: 137px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
}
.documentInterpretation .add_more{
	background: url(../images/uparrow.jpg);
}
.documentInterpretation .rem_more{
	background: url(../images/downarrow.jpg);
}
.documentInterpretation .look_more{
	position: absolute;
	right: 20px;
	bottom: 0px;
	color: #005292;
}

/* 部署要求 */
.deploymentRequirements{
	padding-bottom: 20px;
	position: relative;
}
.deploymentRequirements ul{
	position: relative;
	height: auto;
}
.deploymentRequirements ul li,.safeguardMeasures_item ul li{
	/* text-indent: 14px; */
	background: url(../images/icon.jpg) 0 24px no-repeat;
	margin: 14px 0 15px 58px;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 60px;
	overflow: hidden;
	padding-left: 26px;
}
.deploymentRequirements ul li a{
	/* font-size: 24px;
	line-height: 60px; */
	color: #1b1b1b;
}

.deploymentRequirements ul li a:hover{
	color: #333;
	text-decoration: none;
}
.deploymentRequirements ul li a:visited{
	color: #333;
	text-decoration: none;
}
.deploymentRequirements ul li a:hover{
	color: #333;
	text-decoration: none;
}

.deploymentRequirements ul li a:active{
	color: #333;
	text-decoration: none;
}
.more_word{ 
	position: absolute;
	right: 20px;
	bottom: 0px;
	color: #005292;
}

/* 保障措施 */
.safeguardMeasures_content_father{
	position: relative;
	/* width: 960px; */
	margin: 0 auto;
	overflow: hidden;
}
.safeguardMeasures_content{
	/* width:960px; */
}

.safeguardMeasures_item{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.safeguardMeasures_item h5{
	padding: 18px 0 18px 12px;
	font-family: '微软雅黑';
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #a0a0a0;
	margin-bottom: 12px;
}
/* .safeguardMeasures_item h5 a{
	color: #535353;
} */
.safeguardMeasures_item ul{

}

.safeguardMeasures_item ul li a{
	color: #1b1b1b;
	
}
.safeguardMeasures_item ul li a span{
	color: #005292;
	
}
.safeguardMeasures_item p{
	text-align: right;
	height: 30px;
	margin-top: 10px;
}
.safeguardMeasures_item .mobile_reform_achivement_more{
	float: right;
	font-weight: normal;
	color: #a0a0a0;
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 36px;
}


/* 图片 */

.picture,.safeguardMeasures{
	position: relative;
}
.pic_box {
	/* position: relative; */
    overflow: hidden;
    width: 948px;
    height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
.pic_box .xianchang { float: left; width: 292px; margin: 18px 12px 0px; }
.pic_box .xianchang img { width: 292; height: 179px; }
.pic_box .xianchang p { text-align: left; line-height: 30px; font-size: 18px; margin-top: 8px; }
.pic_box .xianchang p a { }

.newTrendReform_title{
	text-align: center;
	margin: 50px 0 32px;
}
.no-margin{
	margin: 0;
}

@media (max-width:768px){
	.phone_show{
		display: block;
	}
	.pc_show{
		display: none;
	}
	body,html{
		width: 100%;
		overflow-x: hidden;
	}
	body{
		font: normal 16px/24px "微软雅黑";
		background: none;
	}
	.mobilebanner img{
		width: 100%;
	}
	.content{
		width:100%;
		padding:0;
		margin: 0;
	}
	.newTrendReform_title{
		margin: 30px 0 24px;
	}
	.newTrendReform_title img{
		width: 90%;
	}
	.more_word {
		font-size: 16px;
	}
	.documentInterpretation_con{
		width: 90%;
		padding: 0 3%;
		margin: 20px auto;
	}
	/* 文件解读*/
	.documentInterpretation{
		line-height: 28px;
	}
	.documentInterpretation_description {
		width: 94%;
		padding: 24px 3%;
		background: url(../images/jianbian_mb.jpg) no-repeat;
	}
	.documentInterpretation_description p {
		text-indent: 2em;
		font-size: 18px;
		line-height: 30px;
	}
	.documentInterpretation ul{
		height: 388px;
	}
	.documentInterpretation ul li{
		width: 100%;
	}
	.documentInterpretation ul .mr4{
		margin-right: 0;
	}
	.documentInterpretation .documentInterpretation_con_answer{
		font-size: 18px;
    	line-height: 20px;
	}
	.documentInterpretation .add_more,.documentInterpretation .rem_more{
		/* background-size:80%; */
	}
	.documentInterpretation .look_more {
		right: 10px;
	}
	
	/* 保障措施 */
	.safeguardMeasures_content_father{ 
		width:100%;
	}
	.safeguardMeasures_content{
		width:100%;
	}
	.safeguardMeasures_item{
		width:100%; float:none;}
	.reformEfforts_content_left .swiper-container{
		width: 89%;
	}
	.mobile_reform_achivement .safeguardMeasures_item{
		width: 95%;
	}
	.safeguardMeasures_item ul li a{font-size:16px;}

	.swiper-container{
		height: 256px;
	}
	.mobile_pic_box  .swiper-container{
		height: 220px;
		text-align: center;
	}
	.mra_pagination{
		position: absolute;
		z-index: 20;
		bottom: 18px;
		width: 100%;
		text-align: center;
	}
	.swiper-pagination-switch {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 8px;
		background: #555559;
		margin: 0 5px;
		opacity: 0.8;
		border: 1px solid #fff;
		cursor: pointer;
	}
	.swiper-active-switch {
		background: #1450be;
	}

	/* 部署要求  */
	.deploymentRequirements ul li,.safeguardMeasures_item ul li  {
		background: url(../images/icon2.jpg) 10px 12px no-repeat;
		margin: 10px 0 9px 0px;
		font-family: "微软雅黑";
		font-size: 16px;
		line-height: 24px;
		height:auto;
		overflow:hidden;
		text-indent:0px;
		padding-left:20px;
	}

	.reform_wards .swiper-container {
		height: 124px;
	}
	.search-form i{
		line-height: 16px;
	}
	/* 图片 */
	.arrow-left{
		background: url(../images/leftbtn.png) no-repeat left top;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -14px;
		width: 15px;
		height: 26px;
		z-index: 100;
	}
	.arrow-right{
		background: url(../images/rightbtn.png) no-repeat left bottom;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -14px;
		width: 15px;
		height: 26px;
		z-index: 100;
	}
	.pic_box .xianchang p { 
		padding-top: 8px;
	 }

}
@media only screen and ( min-width:414px ) and (max-width:458px) {
	.swiper-container{
		height: 276px;
	}
	.mobile_reform_achivement .safeguardMeasures_item{
		height: 262px;
	}
	.jg_Para02{
		font-size: 15px;
	}
	.documentInterpretation ul {
		height: 236px;
	}
}

@media only screen and ( max-width:414px ) {

	.documentInterpretation ul {
		height: 270px;
	}
}

@media only screen and ( max-width:375px ) {

	.documentInterpretation ul{
		height: 266px;
	}
}
@media only screen and ( max-width:360px ) {

	.documentInterpretation ul{
		height: 268px;
	}
}
@media only screen and ( max-width:320px ) {

	.documentInterpretation_description p {
		font-size: 18px;
		line-height: 28px;
	}
	.documentInterpretation ul{
		height: 300px;
	}
}
	






