﻿*
{
	margin:0;
	padding:0;
	}
body
{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	text-align: center;
	font-family: arial,"宋体";
	font-size:12px;
	color:#000;
	 }

a
{
	text-decoration:none;	
}

.container
{
	  margin: 0 auto;
	  text-align:left;
	  overflow:hidden;
}
.clear
{
	clear:both;
	}
/*显示一个灰色的边框*/
.ShowBorder
{
	border:solid #CCC 1px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	overflow:hidden;
	}
.showborder
{
	border:solid #CCC 1px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	overflow:hidden;
	}

div,form,img,ul,ol,li,dl,dt,dd {border:0;}
table,td,tr,th{font-size:12px;}

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color: #ff0000; text-decoration:underline;}
a:active {color: #bc2931;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:#ff0000; }
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fRed{ color:#FF0000}
.fWhite{ color:#fff;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}


/*背景*/
.bgA{	background-color:#f2f9fe; }/*浅蓝 */
.bgB{	background-color:#d6ecfd; }/*浅蓝+ */
.bgGray{	background-color:#f5f4f4; }/*灰 */
.bgWhite{	background-color:#FFFFFF; }/*白 */


/*文章标题缩略*/
.ellipsisTitle{clear:both;line-height:18px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

/*广告 例：.ad1000{} */


/*占位空行*/
.blank3 {clear:both;font-size:1px;height:3px;overflow:hidden; }
.blank5 {clear:both;font-size:1px;height:5px;overflow:hidden; }
.blank10 {clear:both;font-size:1px;height:10px;overflow:hidden; }

.center
{
	text-align:center;
	 }

.container
{
	  width: 960px;
	  margin: 0 auto;
	  text-align:left;
	  overflow:hidden;
}
.clear
{
	clear:both;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 0 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/*用于实现透明效果*/
.alpha	{	filter:alpha(opacity=50);	/*背景透明 ie*/ 
			opacity: 0.5;}					/*背景透明 ff 支持CSS3的浏览器*/
