﻿/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color:#222222;
	font-family: "宋体";
	font-size: 13px;
	line-height:22px;
	text-align: center;
	background: #999999;
	}

form {
	margin: 0px;
	padding: 0px;
}

.bg1 { background-color:#e9edf7;}

.bg2 { background-color:#F2F2F2;}

.fr { color: #990000; }

.mt { margin-top:15px; }

.bt {
	font-size: 15px;
	line-height:25px;
	font-weight:bold;
}

h1 {
	margin: 0px;
	font-size: 20px;
	font-weight:normal;
	font-family: "黑体";
	line-height: 36px;
}

.br { border-right: 1px solid #cccccc; }

.line {
	height:1px;
	background-color:#cccccc;
}

#wrapper {
	width:960px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#banner {
	width:960px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#navbar{
    padding:0;
	margin:0;
	width:960px;
	height:28px;
}

#navbar td{
    color:#fff;
	font-size:14px;
	font-weight:bold;
    text-align:center;
    border-left:1px solid #7e8283;
}

#navbar td a{
	color:#fff;
	line-height:28px;
	background-color:#780f0f;
	display:block;
	text-decoration:none;
}

#navbar td a:hover{
    background-color:#a51413;
	color:#ffcb00;
}

.board {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	}
.board_head {
	width: 930px;
	height: 20px;
	background-image:url(images/board01.jpg);
	background-repeat:no-repeat;
	}
.board_body {
	width: 930px;
	background-image:url(images/board02.jpg);
	background-repeat:repeat-y;
	}
.board_foot {
	width: 930px;
	height: 20px;
	background-image:url(images/board03.jpg);
	background-repeat:no-repeat;
	}

.scroll_1 {
	height: 160px;
	margin-right:10px;
	overflow-y: auto;
	text-align: justify;
	text-justify:inter-ideograph;
	scrollbar-face-color: #f5f5f5;
	}
.scroll_2 {
	height: 320px;
	margin-right:10px;
	overflow-y: auto;
	text-align: justify;
	font-size: 15px;
	line-height: 27px;
	text-justify:inter-ideograph;
	scrollbar-face-color: #f5f5f5;
	}

.scroll_1 a:link,
.scroll_2 a:link {
    color: #222222; 
	text-decoration: none;
	}
.scroll_1 a:visited,
.scroll_2 a:visited {
    color: #222222; 
	text-decoration: none;
	}
.scroll_1 a:hover,
.scroll_2 a:hover {
    color: #FF0000; 
	text-decoration: none;
	}

.scroll_1 p,
.scroll_2 p{
	padding:0px;
	margin:0px 20px;
	}

.gb{
	font-size: 15px;
	line-height: 27px;
	color:#393939;
	font-weight:700;
	}

.zw{
	font-size: 15px;
	line-height: 27px;
	}
.zw a:link{color: #222222; text-decoration: none}
.zw a:visited{color: #222222; text-decoration: none}
.zw a:hover{color: #FF0000; text-decoration: none}

#team iframe {
	width: 802px;
	height:160px;
	border: 0px;
	margin: 0px auto;
}

.content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	text-align: justify;
	text-justify:inter-ideograph;
	border: 1px solid #8d8d8d;
}

.content a:link{color: #900A09; text-decoration: none}
.content a:visited{color: #900A09; text-decoration: none}
.content a:hover{color: #FF0000; text-decoration: none}

.content p {
	margin: 10px;
	padding: 0px;
}

