@charset "utf-8";
#breader_nav_bg{
	border-bottom: 1px solid #ccc;
}
.news_show_breader_nav{
	margin: 0 auto;
	color: #333;
	line-height: 45px;
	font-size: 14px;
	font-family: 微软雅黑;
}
.news_show_breader_nav a{
	color: #333;
}
.news_show_breader_nav a:hover{
	color: #666;
}
#news_show_bg{
	/*border-bottom: 1px solid #eee;*/
	background-repeat:no-repeat;
	background-position:top;
	/* background: url(../../image/index2_09.jpg) center bottom no-repeat;*/
}
#news_show_div{
	/*border: 1px solid green;*/
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.news_show_left{
	/*border:1px solid red;*/
	width: 100%;
}
.news_show_left h3{
	/*text-align: center;*/
	line-height: 35px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #333;
	font-weight: 600;
}
.news_show_time{
	border-bottom: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	width: 100%;
	/*margin-left: 2%;*/
	margin-bottom: 10px;
}
.time_left{
	line-height: 45px;
	height: 45px;
	color: #333;
	width: 50%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	/*padding-bottom: 10%;*/
}
.time_left font{
	color: red;
}
.time_share{
	/*border: 1px solid red;*/
	float: right;
	width: 25%;
}
.time_share b{
	display: block;
	float: left;
	font-weight: 500;
	line-height: 45px;
	color: #999;
	font-size: 14px;
}
.share_div{
	margin-top: 8px;
	/*border: 1px solid red;*/
}
#content_div h1,#content_div h2,#content_div h3{
	line-height: 25px;
	text-indent: 0;
	color: #333;
}
#content_div b{
	line-height: 25px;
	font-size: 14px;
}
#content_div span{
	line-height: 25px;
	font-size: 14px;
}
#content_div p{
	/*padding: 10px 10px;*/
	line-height: 25px;
	color: #333;
	font-size: 14px;
	font-family: 微软雅黑;
}
#content_div p img{
	width: auto;
	max-width: 100%;
	/*display: block;*/
	margin: 10px auto;
}

.next{
	/*border:1px solid red;*/
	/*padding-left: 1%;*/
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.up_next_div{
	padding: 5px 0;
	color: #666;
	line-height:35px;
	font-size: 14px;
	font-family: 微软雅黑;
}
.down_nex_div{
	padding: 5px 0;
	color: #666;
	font-size: 14px;
	font-family: 微软雅黑;
}


@media(max-width: 768px){
	.news_show_breader_nav{
		padding-left: 2%;
		/*border: 1px solid red;*/
		line-height: 25px;
	}
	#news_show_bg{
		/*border-bottom: 1px solid #eee;*/
		background: url();
		background-repeat:no-repeat;
		background-position:top;
		margin-top: 10px;
		background: url(../../image/index2_09.jpg) center bottom no-repeat;
	}
	.news_show_left{
		/*border:1px solid red;*/
		width: 96%;
		background: #fff;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	.time_share{
		/*border: 1px solid red;*/
		float: right;
		width: 100%;
		margin-top: 0%;
	}
	.news_show_bg{
		background: #fff;
		width: 96%;
		margin-left: 2%;
	}
	.time_left{
		line-height:20px;
		color: #999;
		width:100%;
		float: left;
		margin-bottom: 10px;
		padding: 0px;
	      font-family: 微软雅黑;

		/*padding-bottom: 10%;*/
	}
	.news_show_left h3{
		/*text-align: center;*/
		line-height: 25px;
		font-size: 16px;
		color: #333;
	}
	#content_div{
		width: 100%;
	}
	#content_div div{
		overflow:scroll;
	}
	#content_div h1,#content_div h2,#content_div h3{
		color: #333;
	}

}