<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-image: url(2011techlab_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	margin: 0 auto;
	color: #333;
}
body &gt; div {
	margin: 0 auto;
	width: 1000px;
}
img {
	border: 1px solid #CCC;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
	list-style-type: none;
}
.headline {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
}
.content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content a {
	font-weight: bold;
	color: #9C0;
	text-decoration: none;
}
.content a:hover {
	color: #CF0;
}
.green_bold {
	font-weight: bold;
	color: #9C0;
}

#banner {
	background-image: url(2011techlab_title.jpg);
	background-repeat: no-repeat;
	background-position: 50px 20px;
	height: 150px;
}
#banner #logo {
	padding-top: 20px;
	float: right;
	padding-right: 40px;
	background-image: url(2011techlab_logo.jpg);
	height: 38px;
	width: 220px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
#navigation {
	line-height: 40px;
	background-image: url(2011techlab_nav_bg.jpg);
	height: 40px;
}
#navigation #nav ul {
	padding-left: 100px;
}

#navigation #nav a {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
}
#navigation #nav ul li a:hover {
	color: #333;
	background-image: url(2011techlab_navlink_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main {
	padding-right: 37px;
	padding-left: 35px;
	width: 926px;
	padding-top: 10px;
	height: auto;
	overflow: hidden;
}
#main #left {
	float: left;
	width: 698px;
	line-height: 25px;
	text-align: left;
}
#main #left #article {
	height: 210px;
}


#main #bord {
	background-color: #9999CC;
	color: #FFF;
	height: 246px;
}
#main #bord table tr td ul {
	height: 240px;
	width: 200px;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}
#main #bord table tr td ul li {
	float: none;
}
#main #bord table tr td ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 21px;
}
#main #bord table tr td ul li a:hover {
	color: #CCC;
}
#main #left #ppt {
	color: #9C0;
	height: 300px;
}
#main #left #ppt table tr td ul {
	padding-left: 30px;
}
#main #left #ppt table tr td ul li {
	width: 290px;
	display: block;
	padding-right: 10px;
	padding-bottom: 25px;
}
#main #left #ppt a {
	color: #333;
	text-decoration: none;
	line-height: 18px;
}
#main #left #ppt a:hover {
	color: #9C0;
}

#main #right {
	width: 227px;
	float: right;
}
#main #right #announcement {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	height: 200px;
}
#main #right #announcement a {
	color: #666;
	text-decoration: none;
}
#main #right #announcement a:hover {
	color: #333;
	text-decoration: underline;
}
#main #right #image_show {
	background-image: url(2011techlab_image1.jpg);
	background-repeat: no-repeat;
	height: 246px;
	width: 227px;
}
#bottom {
	background-image: url(2011techlab_bottom_line.jpg);
	background-repeat: no-repeat;
	height: 45px;
	background-position: 36px;
}
#R-infor {
	background-image: url(2011techlab_r_infor.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	background-color: #FFF;
	width: 926px;
}</pre></body></html>