.breadcrumb em{
	width: 12px;
	height: 12px;
	top: 1px;
	margin: 0px 1px;
}

.news-details{
	overflow: hidden;
	margin-top: 134px;
	margin-bottom: 150px;
}
.news-details .service-top{
	margin-right: 100px;
	margin-bottom: 0px;
}
.news-details span{
	display: inline;
	font-weight: normal;
	font-size: 16px;
}
.news-details .head{
	margin-bottom: 30px;
}
.news-details .head .title{
	margin-left: 40px;
	color: #DC0017;
}
.news-details .theme{
	padding-bottom: 15px;
	border-bottom: 1px solid #a5a5a5;
}
.news-details .theme em{
	width: 20px;
	height: 20px;
	background-color: #f2f2f2;
	border: 1p solid #000;
}
.news-details .theme em:nth-child(2){
	margin-left: -5px;
}
.news-details .theme span{
	margin-left: -5px;
	font-size: 20px;
}
.news-details .contents{
	padding-top: 10px;
	letter-spacing: 1px;
	font-size: 16px;
}
.news-details .contents p{
	font-size: 16px;
	margin-top: 30px;
}
.news-details .contents img{
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
}

.news-details .pdf{
	color: #2c5dc3;
	cursor: pointer;
}
.news-details .pdf i{
	    font-size: 26px;
	    position: relative;
	    top: 3px;
}
.news-details .contents em,.news-details .pdf em{
	margin: 0 1px;
	
}
.pdf em{
	border: 1px solid #2c5dc3;
}

/* 移动端 */
@media screen and (max-width: 997px){
	.news-details{
		margin-top: 56px;
		margin-bottom: 3em;
	}
	.news-details .service-top{
		margin-right: 0px;
	}
	.news-details .service-title{
		text-align: left;
	}
	.news-details span{
		font-size: 14px;
	}
	.news-details .head{
		margin-bottom: 0px;
		font-size: 14px;
		padding-left: 20px;
	}
	.news-details .theme{
		padding-left: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news-details .theme span{
		font-size: 16px;
		font-weight: bold;
	}
	.news-details .contents{
		margin-top: 0.5em;
		padding-left:20px ;
		padding-right:20px ;
	}
	.news-details .contents p{
		font-size: 14px;
		margin-top:0px;
		line-height: 1.8em;
	}
	.news-details .banner{
		margin: 1em 0;
	}
	.news-details .pdf{
		color: #000;
		padding-left: 20px;
		
	}
	.news-details span{
		font-size: 14px;
	}
	.pdf em{
		border: 1px solid #000;
	}
}
