/*--------index.jsp-------------------------------------------
* body
      + content
！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！-*/
/*--------news-------------------------------------------
* body
      + middle
            - logo 
            - name
            - bar
			- text
			   - news_title
			       - date
			   - page
		    - foot
！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！-*/
/*--------Message-------------------------------------------
* body
      + middle
            - logo 
            - name
            - bar
			- text
			   - notice
			   - form
		    - foot
！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！！-*/

/*------------------------------------------------------------------
[Typography]

Body:           Verdana, Arial, Helvetica, sans-serif, "卜悶";
foot:           Arial, Helvetica, sans-serif, "卜悶";
-------------------------------------------------------------------*/
/*==================================================畠蕉==========================================================================*/
@charset "gb2312";
h1, h2, h3, h4, h5, h6, form, img, ul, a, li, body{
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "卜悶";
	color: #000;
	font-size: 12px;
	line-height: 23px;
	background: url(images/bg2.jpg) left top repeat;
}
a {
	text-decoration: none;
}
a:link,a:visited {
	color: #000;
}
a:hover,a:active {
	color: #000;
	text-decoration: underline;
}
#middle {
	width: 660px;
	margin: 0 auto;
	background: url(images/bg.jpg) left top repeat;
}
.logo {
	text-align: center;
	padding-top: 34px;
}
.name {
	text-align: center;
	padding-top: 28px;
}
.bar {
	padding-top: 28px;
}
.text {
    min-height: 410px;
    height: auto !important;
    height: 100px;
	padding-top: 5px;
	padding-right: 42px;
	padding-bottom: 100px;
	padding-left: 42px;
}
.date {
	font-size: 10px;
}
.Page {
	text-align: center;
	padding-top: 40px;
}
.notice {
	text-indent: 26px;
	font-weight: bold;
}
.form {
	padding-top: 10px;
	padding-bottom: 20px;
}
.foot {
	height: 26px;
	line-height:26px;
	text-align: center;
	background-color: #46744d;
	font-family: Arial, Helvetica, sans-serif, "卜悶";
	font-size: 10px;
	color: #FFF;
}
#content {
	height: 620px;
	width: 1003px;
	margin: 0 auto;
	margin:-300px 0 0 -502px; 
	position:absolute; 
	top:50%; 
	left:50%;"
}
