
@font-face { 
 font-family: '汉仪长艺体简','仿宋','Candara'; 
 src:
        url('../fonts/Candara.ttf') format('ttf'), 
        url('../fonts/simfang.ttf') format('ttf'), 
        url('../fonts/汉仪长艺体简.ttf') format('ttf'); 
}  
.news_detail {
	background: #f1f1f1;
	padding-bottom: 3rem;
}
/*标题*/
.news_detail_title {
	padding-top: 2.4rem;
	font-size: 1.2rem;
	text-align: center;
}
.news_detail_title_a {
	text-align: center;
	margin-top: 1.3rem;
	color: #868686;
}
.news_detail_title_a span:nth-child(1) {
	margin-right: 1rem;
}
.news_detail_cons {
	margin-top: 3rem;
}
.news_detail_consImg {
	width: 50%;
	margin: 0 auto;
}
.news_detail_consImg img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.news_detail_consTxt p {
	color: #666;
	font-size: 0.7rem;
	text-indent: 2em;
	line-height: 1.25rem;
}


/*带附件下载版本的样式*/
.news_detail_consTxt_a {
	color: #666;
	margin-top: 2rem;
}
.news_detail_consTxt_a a {
	background: url(../images/ln/detail/05.png) no-repeat left center;
	padding-left: 1.2rem;
}
.news_detail_consTxt_b {
	text-align: right;
}
.news_detail_consTxt_b li {
	line-height: 1.5rem;
	color: #666;
	font-size: 0.7rem;
}


/*媒体查询*/
@media (max-width: 768px) {
	.news_detail_title3 {
		display: none;
	}
	.news_detail_cons {
		margin-top: 1.5rem;
	}
}
@media (max-width: 414px) {
	.news_detail_title {
		font-size: 0.9rem;
	}
	.news_detail_consImg {
		width: 100%;
	}
	.news_detail_consTxt p {
		font-size: 0.6rem;
	}
	.news_detail_consImg img {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 1rem;
	}
	.news_detail_consTxt_b li {
		font-size: 0.6rem;
	}
	.news_detail_title_a {
		margin-top: 0.6rem;
	}
	.news_detail_title_a span {
		font-size: 0.6rem;
	}
}