﻿html, body {
	font-family: "宋体";
	font-size: 12px;
	color: #05387A;
	margin:0;
	padding: 0;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #F6F6F6;
	scrollbar-darkshadow-color: #FFFFFF;
	background-image: url(bg.gif);
}
ul, ol, li, img {
	margin: 0;
	padding: 0;
	border:0;
	list-style: none;
}
a:link, a:active, a:visited {
	color: #05387A;
	text-decoration: none;
}
a:hover {
	color: #05387A;
	text-decoration: underline;
}
/*----------------------------*/
.logo {
	font-size: 40px;
	font-family: "黑体";
	font-weight: bold;
	color: #3598D9;
	position:absolute;
	filter: glow(color=#FFFFFF, strength=1)Dropshadow(offx=1, offy=1, color=#FFFFFF);
	padding-left: 140px;
	padding-top: 55px;
}
.video {
    width: 980px;
	height: 540px;
	overflow: auto;
}
.content {
    width: 988px; 
	padding-bottom: 10px;
}
.box {
    border: 1px solid #cccccc;
	margin: 0 0 10px 10px;
	_margin: 0 5px 5px 5px;
	float: left;
}
.title {
    font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF
}
.newsline {
	padding: 0 5px 0 5px;
	float: left;
}
.newsline li {
	height: 22px;
	line-height: 22px;
	_line-height: 20px;
	border-bottom: 1px dashed #cccccc;
}
.newsline li a {
	display: block;
	padding-left: 12px;
	padding-top: 2px;
	background: url(news_arrow.jpg) 3px 10px no-repeat;
	float: left;
}
.newsline li a:hover {
	display: block;
	padding-left: 12px;
	padding-top: 2px;
	background: url(news_arrow.jpg) 5px 10px no-repeat;
}
.newsline li span {
	display: block;
	float:right;
}
/*--内容页面--*/
.foot, .foot a:link,.foot a:active,.foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

