﻿@charset "utf-8";
/* CSS Document */
/*基本信息*/
BODY {
	SCROLLBAR-FACE-COLOR: #f6f6f6;
	MARGIN: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #330000;
	SCROLLBAR-TRACK-COLOR: #f6f6f6;
	FONT-FAMILY: "宋体";
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	background-color: #666666;
	}

/*页面层容器*/
#container {
	width:1002px;
	background:#ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding: 0px;
}

/*页面头部*/
#Header {
	width:1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float: none;
	background-attachment: scroll;
	background-image: url(/images/main_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	clear: both;
	height: 157px;
}

#Header_right {
	float:right; /*浮动居右*/
	height: 157px;
	width: 249px;
	margin: 0px;
	padding: 0px;
}

#Header_left {
	float:left; /*浮动居左*/
	height: 157px;
	width: 669px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 68px;
}

/*- 菜单栏部分Menu --------------------------- */

    #Menu {
	width:1002px;
	font-size:14px;
	line-height:22px;
	background-attachment: scroll;
	background-image: url(/images/main_08.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #990000;
	background-color: #FFFFFF;
	clear: both;
	float: none;
	height: 35px;
      }
    #Menu ul {
	margin:0;
	list-style:none;
	float:center;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
	padding-left: 80px;
      }
    #Menu li {
      display:inline;
      margin:0px 0px 0px 0px;
      padding:0;
      }
    #Menu a {
	float:left;
	margin:0;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
      }
    #Menu a span {
	float:left;
	display:block;
	padding:0px 0px 0px 0px;
	color:#990000;
      }
    #Menu a span {float:none;}
    #Menu a:hover span {
	color:#CC0000;
      }
    #Menu a:hover {
      background-position:0% -42px;
      }
    #Menu a:hover span {
      background-position:100% -42px;
      }
/*                */


/*页面主体*/
#PageBody {
	width:1002px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-color: #FFFFFF;
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	}

/*左边边栏*/
#leftbar {
	width:193px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:left; /*浮动居左*/
	clear:left; /*不允许左侧存在浮动*/
	overflow:visible;
	padding: 15px;
	margin: 0px;
	background-color: #FFFFFF;
}


/*左边登录栏*/
	.tableLogin  {
	float:left;
	width:193px;
	font-size:12px;
	background-color: #F5F5F5;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
      }

/*右边栏*/
#RightBar {
	width:200px; /*设定宽度*/
	float:right; /*浮动居右*/
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F5F5F5;
	border-left-color: #F5F5F5;
	clear:left; /*不允许左侧存在浮动*/
	border-right-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	line-height: 20px;
	overflow: visible;
	border-top-width: 0px;
	border-bottom-width: 0px;
	min-height:880px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
	.tableLogin_title {
	list-style:none;
	background-attachment: scroll;
	background-image: url(../images/main_28.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f5f5f5;
	height: 28px;
	width: 160px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	clear: both;
}

	.tableLogin_content {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
}
	.Login {
	font-size: 12px;
}
	.tableLogin input {
		border : 1px solid #BFBFBF;
		height : 16px;
		font-size: 12px;
		width: 80px;
		  }
	.tableLogin ul {
	margin:0;
	list-style:none;
	float:center;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
	min-height:60px;
		  }
	.tableLogin li {
	line-height: 27px;
	text-align: center;	
		  }

/*左边标题*/
	.tableTitle  {
	float:left;
	font-size:12px;
	color: #333333;
	width: 193px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
      }
	.tableTitle ul {
	list-style:none;
	float:left;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
	width: 173px;
		  }
	.tableTitle li {
	line-height: 20px;
	text-align: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 160px;
	background-attachment: scroll;
	background-image: url(/images/main_61.jpg);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	text-indent: 15px;
	height: 20px;
	top: 2px;
	bottom: 2px;
	clear: both;
	float: none;
		  }	  
	.tableTitle a {
	float:left;
	text-decoration:none;
	text-align: left;
	color: #000000;
      }
    .tableTitle a span {
      float:left;
      display:block;
      color:#000000;
      }
    .tableTitle a span {float:none;}
    .tableTitle a:hover span {
	color:#CC0000;
      }
    .tableTitle a:hover {
	text-align: left;
      }
    .tableTitle a:hover span {
      background-position:100% -42px;
      }
.table_top  {
	float:left;
	color: #333333;
	width: 193px;
	padding: 0px;
	clear: left;
	margin: 0px;
      }
 
/*左边友情链接栏*/
	.tableLink  {
	float:left;
	width:190px;
	font-size:12px;
	color: #333333;
	left: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
      }
	
	.tableLink ul {
	list-style:none;
	float:none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 163px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
		  }
	.tableLink li {
	line-height: 20px;
	text-align: center;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 155px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
		  }
	.tableLink a {
	text-decoration:none;
	text-align: center;
	color: #000000;
      }
    .tableLink a span {
	float:left;
	display:block;
	color:#000000;
	text-align: center;
      }
    .tableLink a span {float:none;}
    .tableLink a:hover span {
	color:#CC0000;
	text-align: center;
      }
    .tableLink a:hover {
	background-position:0% -42px;
	text-align: center;
	float: none;
      }
    #tableLink a:hover span {
	background-position:100% -42px;
	text-align: center;
      }


/*中间主题栏*/
#maincontent {
	width:768px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:right; /*浮动居右*/
	/*clear:left; /*不允许左侧存在浮动*/
	background-attachment: scroll;
	background-image: url(../images/main_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	margin: 0px;
	min-height:830px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

/*中间主题栏*/
#content {
	width:560px; /*设定宽度*/
	text-align:left; /*文字左对齐*/
	float:left; /*浮动居右*/
	/*clear:left; /*不允许左侧存在浮动*/
	margin: 0px;
	padding: 0px;
	clear: left;
	font-size: 12px;
	line-height: 20px;
}

/*中间主题栏*/
#content_pic {
	width:534px;
	float:right;
	text-align:left; /*文字左对齐*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	height: 135px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

/*中间新闻栏*/
#content_News {
	width:534px;
	float:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;

}
	#content_News ul {
	list-style:none;
	float:right;
	width: 494px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "宋体";
	font-size: 14px;
		  }
	#content_News li {
	line-height: 22px;
	text-align: left;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 494px;
	float: left;
	text-indent: 5px;
	clear: both;
		  }
	.indexdate{
	color: #666666;
	font-size: 12px;
		  }
	#content_News a {
	text-decoration:none;
	text-align: left;
	color: #000000;
      }
    #content_News a span {
	float:left;
	display:block;
	color:#000000;
	text-align: center;
      }
    #content_News a span {float:none;}
    #content_News a:hover span {
	color:#CC0000;
	text-align: center;
      }
    #content_News a:hover {
	background-position:0% -42px;
	text-align: center;
	float: none;
      }
    #content_News a:hover span {
	background-position:100% -42px;
	text-align: center;
      }
	  
#content_News_title {
	width:514px;
	float:right;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#content_Project_content {
	width:486px;
	float:left;
	vertical-align: left;
	clear: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	color: #000000;
}

/*中间培养目标栏*/
#content_LeftRight {
	width:514px;
	float:right;
	height: auto;
	margin: 0px;
	clear: right;
	text-align: right;
	padding: 10px;
}

/*中间培养目标栏*/
#content_Object {
	width:255px;
	float:right;
	line-height: 18px;
	color: #000000;
	padding: 8px;
	height: 150px;
	margin: 0px;
}
#content_Object_title {
	width:240px;
	float:left;
	height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	vertical-align: middle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content_Object_content {
	width:240px;
	float:left;
	height: 22px;
	vertical-align: left;
	padding: 5px;
}



#RightBar p  {
	float:left;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 183px;
	line-height: 20px;
	left: 8px;
	top: 10px;
	right: 8px;
	bottom: 10px;
	clear: left;
	padding: 5px;
      }
	#RightBar ul {
	list-style:none;
	float:none;
	clear: both;
	width: 165px;
	margin: 0px;
	padding: 0px;
		  }
	#RightBar li {
	line-height: 18px;
	text-align: left;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	width: 165px;
	background-attachment: scroll;
	background-image: url(/images/main_61.jpg);
	background-position: 7px 4px;
	background-repeat: no-repeat;
	text-indent: 15px;
	top: 2px;
	bottom: 2px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
		  }	  
	#RightBar a {
	float:left;
	text-decoration:none;
	text-align: left;
	color: #000000;
      }
    #RightBar a span {
      float:left;
      display:block;
      color:#000000;
      }
    #RightBar a span {float:none;}
    #RightBar a:hover span {
	color:#CC0000;
      }
    #RightBar a:hover {
	text-align: left;
      }
    #RightBar a:hover span {
      background-position:100% -42px;
      }


/*页面底部*/
#Footer {
	width:982px;
	height: 190px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	vertical-align: middle;
	padding: 10px;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	background-color: #FFFFFF;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	float: none;
}
.Footerline {
	font-size: 12px;
	line-height: 22px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.Footerline a:hover {
	line-height: 32px;
	color: #990000;
	text-decoration: underline;
      }
.Footerline a {
	font-size: 14px;
	line-height: 32px;
	color: #990000;
	text-decoration: none;
      }

#Footer h2{
	font-family: "黑体", "华文细黑";
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
}