@charset "utf-8";
/* CSS Document */
*{  /*设置页面的通用属性*/
	margin:0;
	padding:0;
}
html,body{      /*设置父容器的高度为100%，让子容器的高度百分比起作用*/
	margin:0;
	height:100%;
}

body{
	font-family: "宋体";
	font-size: 12px;
	border-width: 0px;
	text-align:center;
	background-color: #EEEEFF;
}
p{
	margin-top:10px;
	margin-bottom:10px;
}
#Container {/*使网页内容在浏览器中整体居中*/
	position:static;
	width: 850px;
	height:300px;
	margin-top:0px;
	margin-left:0;
	margin-right:0;  /*垂直居中，上下10%的边界*/
	margin-bottom:0;
	background-color: #DDDDFF;
}
#TopBar {
	text-align: right;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "宋体", "黑体";
	font-size: 12px;
	color: #CCCCCC;
}

#Content { /*总宽度：410+10+16=436*/
	float:left;
	width: 500px;
	height: 280px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:16px;
	background-image: url(../images/seagal.gif);
	background-position: 100px 98%;
	background-repeat: no-repeat;
	padding-left: 100px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 14px;
}
#login {  /*总宽度：180+2*2+10*2=204*/
	width: 180px;
	height: 280px;
	background-image: url(../images/logo01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #DDDDFF;
	margin-left: 0px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	float: left;
	border: 2px none #FFFFFF;
}

#navigation {
	height: 20px;
	width: 850px;
	position: static;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCFF;
	}
#login li{
	float:left;
	list-style-type:none;
	width:100%;
	color: #666666;
	text-align: center;
	margin: 3px;
}
#login #kouhao {
	float:left;
	font-family: "黑体", "宋体";
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	padding-right: 0px;
	text-decoration: none;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	filter: Glow(Color=#555555, Strength=1px);
	letter-spacing: 3px;
}
#login .homelink{
	font-family: "宋体";
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 160px;
	text-decoration: none;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}
#login .home a, #login .homelink a {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#login .home a{
	color: #0033CC;
	text-decoration: underline;
}

.home {
	font-family: "宋体", Arial;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	text-align: center;
	float: left;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
	letter-spacing: 2px;

}
#middle {
	background-image: url(../images/top2.jpg);
	background-position: center center;
	height: 120px;
	width: 850px;
	background-repeat: no-repeat;
}

#footer {
	color: #666666;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
	float: none;
	font-family: "宋体", "黑体";
	font-size: 12px;
}
#TopBar a:link{
	color: #999999;
	text-decoration: underline;
	font-family: "宋体", "黑体";
	font-size: 12px;
}
#TopBar a:visited {
	color: #999999;
	font-family: "宋体", "黑体";
	font-size: 12px;
}
#TopBar a:hover {
	color: #0000FF;
	text-decoration: underline;
}


#footer a {
	color:#666666;
	text-decoration:none;
}
#Content_text  {
	font-size: 14px;
	text-align:justify;
	line-height: 1.8;
	margin-left: 3em;
	margin-right: 2em;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 6em;
	margin-top:2em;
	letter-spacing: 0.1pc;
	clear: both;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Content_text a:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
#Content_text a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}


#Content_text p span  /*首字下沉效果*/
{
	font-size:36px;             /*首字大小*/
	float:left;                 /*首字下沉*/
	padding-right:5px;          /*设置右填充*/
	font-weight:bold;           /*设置粗体*/
	font-family:"黑体", "宋体";  /*设置字体*/
	color:#000000;                 /*设置字的颜色*/
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
}


#navigation ul {
	height: 18px;
	letter-spacing: 5px;
	float: left;
	line-height:18px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#navigation li {
	text-align: center;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	clear: none;
	width: 300px;
	margin-left: 10px;
}
#login .inputbox{
	margin-top: 130px;
	height: 80px;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.btn1 {
	width: 55px;
	float: left;
	left: 60px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	margin-left: 60px;
}

 #navigation ul a {
	font-family: "宋体";
	font-size: 12px;
	color: #104184;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 260px;
}

#navigation  ul li a:hover {
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
}
#login .home a:hover, #login .homelink a:hover{
	color: #FFFFFF;
}
#topic{
	height: auto;
	width: 852px;
	position: static;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #114284;
	padding-bottom: 6px;
	padding-top: 4px;
	}

.newstopic {
	float: left;
	line-height: 1.8;
	width: 12pc;
	text-align: justify;
	border: 1px groove #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-image: url(../images/top1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.newstopic a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.newstopic a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.newstopic a:hover {
	color: #FF0000;
	text-decoration: none;
}
.newstopic a:active {
	color: #FF0000;
	text-decoration: none;
}
