@charset "utf-8";
/*----新闻页-----*/
.news_list {
	height:auto !important;
	overflow:hidden;
	padding: 10px 16px 10px 8px;
}
.news_list section {
	height: 95px;
	padding-top: 4px;
	border-bottom: 1px dotted #8C8C8C;
	margin-bottom: 8px;
}
/*-----新闻列表标题-----*/
.news_list section h3 {
	background: url(../images/ico.gif) no-repeat 8px 8px;
	margin-bottom: 8px;
}
.news_list section h3 a {
	font-size: 16px;
	margin-left: 22px;
}
.news_list section h3 span {
	float: right;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	background: url(../images/timeico.jpg) left no-repeat;
	padding-left: 18px;
}
/*----新闻列表内容-----*/
.news_list p {
	font-size: 1.4em;
	margin-bottom: 14px;
	line-height: 1.7em;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.news_list p a {
	color: #1F4F88;
}
/*-------新闻详情页----*/
.news_info {
	min-height: 380px;
	height: auto !important;  /*兼容IE6的最小高度设置和自适应*/
	height: 380px;
	overflow: visible;
	padding: 0px 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: 1.4em;
	padding: 12px 0px 0px 0px;
	line-height: 1.7em;
	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;
}
/*------------------------*/
#moreread {
	padding-left: 15px;
	padding-right: 15px;
}
#moreread h3 {
	font-size: 1.4em;
	line-height: 22px;
}
#moreread ul {
	padding-bottom: 5px;
}
#moreread ul li {
	line-height: 14px;
	background: url(../images/point.gif) no-repeat scroll 0px 0px transparent;
	padding: 6px 0px 6px 16px;
}
#moreread ul li time {
	font-size: 1.2em;
	padding-left: 6px;
}
#moreread ul li a {
	color: #24558E;
	font-size: 14px;
}
main .prevnext {
	clear: both;
	padding: 6px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
main .prevnext .previous {
	font-size: 1.4em;
	width: 50%;
	float: left;
	text-align: left;
}
main .prevnext .next {
	font-size: 1.4em;
	width: 50%;
	float: right;
	text-align: right;
}
