/*图片新闻所需样式*/
.s7_num1 {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
background-color: #000
}
.s7_num2 {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
background-color: #ff4500
}
.slide7nums div {
 font-weight: bold;
 font-size: 9px;
 float: right;
 margin-left: 1px;
 vertical-align: middle;
 width: 16px;
 cursor: pointer;
 color: #fff;
 line-height: 16px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 height: 16px;
 text-align: center
}


/*新闻详细信息所需样式*/
.form_01{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
}
.news_navigator {
	font-weight: normal;
	font-family: "宋体";
	font-size:12px;
	text-align:center;
}
.news_title {
	font-weight: bold;
	font-family: "宋体";
	font-size:16px;
	letter-spacing: 2px;
	height:30px;
	line-height:30px;
	text-align:center;
}
.news_sub_title {
	font-family: "宋体";
	font-size:13px;
	letter-spacing: 2px;
	height:30px;
	line-height:20px;
	text-align:center;
}
.news_addtime {
	font-family: "宋体";
	font-size:12px;
	color:#990000;
	height:25px;
	line-height:25px;
	text-align:center;
}
.news_abstract {
	font-family: "宋体";
	font-size:14px;
	height:20px;
	line-height:20px;
	color: #666666;
}
.news_content {
	font-family: "宋体";
	font-size:14px;
	height:20px;
	line-height:20px;
	word-break:break-all;
}
.news_copyform {
	font-family: "宋体";
	font-size:14px;
	height:20px;
	line-height:20px;
	text-align:right;
	padding-right:5px;
}