﻿/*------------------------------------------------------------
	网站主体框架的css定义，划分网页的版块，此为网站架构
	不能随便删改！
	设计者：陈洪
	设计日期：2008年8月7日
	修改日期：2009年4月25日
------------------------------------------------------------*/

/*------------------------------------------------------------
	初始化HTML通用CSS标签
------------------------------------------------------------*/

a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
}

html, body
{
	height:100%;
	background:#000;
}

div
{
	position:relative;
}

table
{
	border:0;
}

/*img
{
	display:block;
}*/

img.png_touming
{
	border:0;
	behavior:url("style/common/pngbehavior.htc");
}

input
{
	margin:0;
	padding:0;
}

textarea
{
	margin:0;
	padding:0;
}

a
{
	margin:0;
	padding:0;
	/*display:block;*/
}

ol, ul
{
	list-style:none;
}

blockquote, q
{
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content:'';
	content:none;
}

/* remember to highlight inserts somehow! */

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1
{
	font-size:25px;
}

h2
{
	font-size:23px;
}

h3
{
	font-size:21px;
}

h4
{
	font-size:19px;
}

h5
{
	font-size:17px;
}

h6
{
	font-size:15px;
}

/*  =初始化HTML通用CSS标签结束
------------------------------------------------------------*/




/*------------------------------------------------------------
	网站主体框架的css定义，划分网页的版块，此为网站架构
	不能随便删改！
	设计者：陈洪
	设计日期：2008年8月7日
	修改日期：2009年4月25日
------------------------------------------------------------*/

/*  =定义网站框架容器css开始
------------------------------------------------------------*/

#WebWapper
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#000;
	cursor:default;
}/*------定义最外层css，为最大容器层------*/

#WebWapper
#Header
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}/*------定义表头容器层------*/

#WebWapper
#Main
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}/*------定义页面主体容器层------*/

#WebWapper
#Footer
{
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}/*------定义底部容器层------*/

/*  =定义网站框架容器css结束
------------------------------------------------------------*/
.content{
	line-height:40px;
	text-align:left;
	text-indent:2em;
	color:#D3462C;
	padding:0px 50px 0px 50px;
	border: 1px dashed #d3462c; margin:20px 30px 0px 30px;
}
.list_content{
	line-height:40px;
	text-align:left;
	text-indent:2em;
	color:#D3462C;
	border: 1px dashed #d3462c; margin:20px 40px 0px 40px; height:500px;
}
.tt{ margin:20px 0px 0px 0px; padding:0px; line-height:30px; color:#Fdfcaa;font-size:18px;}
.pp{text-align:left;color:#D3462C; padding:10px 0px 0px 10px}
.list{ margin:0px; padding:0px;}
.list ul{ margin:0px; padding:0px;}
.list ul li{ padding-left:10px; width:380px; float:left; line-height:40px; height:40px;}
.list ul li span{ float:right}
.list ul li a{ color:#9e2d2e; text-decoration:none}
.SSListWrap ul li{}