/*项目部 2013.11.22 */
/*说明：项目中，请将下面用不到的样式删除，不要保留在此文档中*/

/*网页全局样式开始*/

body {
	/*body基本样式开始*/
	font-family: "微软雅黑", Tahoma, verdana;
	color: #3d3d3d;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-align: left;
	background-color: #FFF;
	/*body基本样式结束*/

		/*body扩展样式开始*/
	background-repeat: repeat;	/*背景重复*/
	background-position: center;	/*背景居中*//*body扩展样式结束*/
		
}
img {
	border: 0;
}/* 图片无边框*/
/*定义整个页面的宽度*/
page {
	width: auto;
!important;
	max-width: 1000px !important;
	margin: 0 auto;
height:auto !important  width:1000px;
}
form {
	padding: 0px;
	margin: 0px;
}
/*页面容器初始化结束*/	

	/*清除页面底部高度，iframe所致*/
#vishidden {
	display: none
}
/*版通基本样式开始*/

		/*整个网页超链接样式开始*/
a {
	FONT-FAMILY: 微软雅黑;
	text-decoration: none;
	color: #3D3D3D;
}
a:visited {
	FONT-FAMILY: 微软雅黑;
	color: #3d3d3d;
	text-decoration: none;
}
a:hover {
	FONT-FAMILY: 微软雅黑;
	text-decoration: none;
	color: #F00;
}
/*文章标题样式*/
.title {
	font-size: 23px;
	FONT-FAMILY: 微软雅黑;
	color: #3D3D3D;
	font-weight: bold;
	line-height: 150%;
}
/*首页、频道页栏目默认标题列表样式 小字体*/
.bt_link {
	font-size: 9pt;
	FONT-FAMILY: 微软雅黑;
	text-decoration: none;
	color: #3d3d3d;
}
/*底层栏目页标题列表及文章正文样式 大字体*/
.bt_content {
	font-size: 15px;
	FONT-FAMILY: 微软雅黑;
	text-decoration: none;
	color: #3D3D3D;
	line-height: 180%;
}
/*时间显示样式*/
.bt_time {
	font-size: 9pt;
	color: #999999;
	FONT-FAMILY: Verdana
}
.bt_date {
	font-size: 9pt;
	color: #999999;
	FONT-FAMILY: Verdana
}
/*"更多"显示样式*/
.bt_more {
	font-size: 9pt;
	color: #3D3D3D
}
a.bt_more {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:visited {
	text-decoration: none;
	color: #3d3d3d;
}
a.bt_more:hover {
	text-decoration: none;
	color: #ff0000;
}
.bt_unline {
	border-bottom: #999999 dashed 1px;
}
/*通用导航样式*/
a.white {
	text-decoration: none;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold
}
a.white:visited {
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold
}
a.white:hover {
	color: #ff0000;
	font-size: 14pt;
	font-weight: bold
}
