@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;
}
.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;
	font-weight: 600;
}
.news_show_time{
	border-bottom: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	width: 100%;
	/*margin-left: 2%;*/
	margin-bottom: 10px;
	font-size: 14px;
}
.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%;
	font-size: 14px;
}
.time_share b{
	display: block;
	float: left;
	font-weight: 500;
	line-height: 45px;
	color: #999;
}
.share_div{
	margin-top: 8px;
	/*border: 1px solid red;*/
}
.news_show_left p{
	padding: 0px 10px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
}
.news_show_left p img{
	width: auto;
	max-width: 100%;
	/*display: block;*/
	margin: 10px 0;
}

.next{
	/*border:1px solid red;*/
	padding-left: 1%;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}
.up_next_div{
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	line-height:35px;
}
.down_nex_div{
	padding: 5px 0;
	font-size: 14px;
	color: #666;
}


@media(max-width: 768px){
	.news_show_breader_nav{
		padding-left: 5%;
	}
	#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: 1.5%;
	}
	.news_show_bg{
		background: #fff;
		width: 96%;
		margin-left: 2%;
	}
	.time_left{
		line-height:25px;
		color: #999;
		width:100%;
		float: left;
		margin-bottom: 5px;
		/*padding-bottom: 10%;*/
	}
}