@charset "utf-8";
/*-------新闻详情页----*/
.news_info {
	width:1200px;
	margin: 0px auto;
	min-height: 380px;
	height: auto !important;  /*兼容IE6的最小高度设置和自适应*/
	height: 380px;
	overflow: visible;
	padding: 15px 15px 10px 15px;
}
.news_info header {
	text-align: center;
}
.news_info header h1 {
	font-size: 1.8em;
	line-height: 24px;
	margin-bottom: 6px;
}
.news_info header p {
	line-height: 28px;
	font-size: 12px;
	border-bottom: 1px dotted #959595;
}
.news_info header p time {
	padding-right: 10px;
}
.news_info header p span {
	padding-right: 10px;
}
/*------文章内容----*/
.news_info .news_body {
	font-size: 14px;
	padding: 12px 0px 0px 0px;
	line-height: 23px;
	height:auto !important;
	overflow:hidden;
}
.news_info .news_body .prodes{
	height:auto !important;
	overflow:hidden;
	margin-bottom:8px;
}

.news_info .news_body .proimgs {
	text-align: center;
}
.news_info .news_body img {
	border: 1px solid #CCC;
}
.news_info .news_body p {
	margin-bottom: 8px;
}
.news_info .news_body p.pcut span {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	font-weight: bold;
	color: #0473EC;
}
.news_info .news_body p.pcut a {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	color: #9E9E9E;
}
.news_info .news_body p.pcut a:hover {
	text-decoration: none;
	color: #0473EC;
}
.news_info .news_body a {
	color: #094B9F;
}
.news_info .news_body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news_info table {
	width: 100%;
	line-height: 1.7em;
	border-collapse: collapse;
}
.news_info table, th, td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news_info table td {
	padding-left: 5px;
	font-size: 14px;
}
/*------------------------*/
.prevnext {
	width:1200px;
	margin: 0px auto;
	clear: both;
	padding: 6px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
.prevnext .previous {
	font-size: 14px;
	width: 50%;
	float: left;
	text-align: left;
}
.prevnext .next {
	font-size: 14px;
	width: 50%;
	float: right;
	text-align: right;
}
