﻿/* CSS Document */

html {
	height: 100%;
}
a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #099;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
P, UL {
	padding: 0px;
	margin: 0px;
}
LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
H1 {
	padding: 0px 0 10px 0;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
H2 {
	padding: 0px 0 10px 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}
#header {
	width: 960px;
	margin:0 auto;
	position: relative;
	z-index:999;
}
#footer {
		margin: 20px auto 0 auto;
	color: #FFF;
	background:#333;
	font-size: 12px;
}
.bottom{
	width:960px;
	margin:0px auto;
	overflow:hidden;
	font-size:14px;
	line-height:150%;
}
.bottomfirst{
	width:218px;
	float:left;	
	margin:10px;
}
.bottomsecond{
	width:300px;
	margin:0 0 0 20px;
	padding:15px 0;
	float:left;	}
.bottomthird{
	width:300px;
	float:left;
	margin:0 0 0 20px;
	padding:15px 0;
}
.copyright{
	background:#000;
	color:#FFF;
	text-align:center;
	padding:10px;
}
/**************************nav*************************/
.topnav {
	font-size: 12px;
	height: 35px;
	background: #045E95;
	width: 940px;
	padding:0 10px;
	color: #FFF;
	margin:0 auto;
	line-height: 35px;
}
.topnav a{
	color:#FFF;
	padding:0 10px;
}

.nav {
	position:absolute;
	top:40px;
	right:0;
	height: 50px;
	width: 700px;
	color: #000;
	line-height: 50px;
}
/*导航*/
.menu {
	_overflow: hidden;
	padding-left: 5px;
	z-index: 99999;
	position: relative;
}
.menu a {
	color: #333;
	font-weight: bold;
}
.menu li {
	font-size: 18px;
	float: left;
	position: relative;
	padding:0 20px;
	text-align: center;
}
.menu li:hover {
	padding:0 20px;
	background: #ECECEC;
}
.menu li:hover a {
	color: #000;
}
.menu li.no_sub:hover {
}
.menu ul {
	position: relative;
	width: 240px;
	background: #ECECEC;
	position: absolute;
	left: 0;
	top: -999em;
	z-index: 99999;
	display: none;
	filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9;/*其他，透明度50%*/
}
.menu li:hover ul {
	top: 50px;
	display: block;
	text-align: left;
	
}
.menu li:hover ul li {
	font-size: 12px;
	border: none;
	float:none;
	line-height: 15px;
	text-align: left;
	padding:10px 20px;
	border-bottom:1px #CCC solid;
}
.menu li:hover ul li:hover {
	background: #CCC;
}
.menu li:hover ul li a {
	color: #000;
	text-decoration: none;
	padding: 0;
}
.menu li:hover ul li a:hover {
	text-decoration: none;
}
.hidecontent {
	display: none;
}
.news{
	position: absolute;
	top:105px;
	font-size: 16px;
	right: 0px;
}
.news a{
	color:#666;
	padding:0 15px;
}
.eventsline{
	margin:20px 0;
	width:958px;
	border:1px #CCC solid;
	height:120px;
	background:url(imagesevents.jpg) no-repeat right;
	overflow:hidden;
	position:relative;
}
.eventsline li{
	float:left;
	border-right:1px solid #CCC;
	padding:10px;
	width:255px;
	height:120px;
	background:#FFF;
	line-height:150%;
	font-weight:bold;
}
.newstime{
	color:#999;
	font-weight:normal;
}
.eventsline .moreevents{
	position:absolute;
	right:55px;
	bottom:10px;
	padding:5px 10px;
	background:#C90;
	border-radius:2px;
}
.eventsline .moreevents a{
	font-size:14px;
	color:#FFF;
}
.title{
	padding:10px 20px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#333;
	border-radius:5px;
}
.newsline{
	overflow:hidden;
}
.newsline .lastnews li{
	margin:20px 10px;
	border:1px solid #CCC;
	width:278px;
	padding:10px;
	float:left;
	font-size:14px;
	line-height:150%;
}
.newsline .lastnews IMG{
	width:278px;
	margin:0 0 10px 0;
}
.feature{
	overflow:hidden;
	border-top:1px #CCC solid;
}
.feature .col1{
	margin:20px 10px;
	width:270px;
	float:left;
}
.feature .col2{
	width:350px;
	margin:20px 10px;
	float:left;
}
.video{
	padding:20px 0 0 0;
		line-height:150%;
	font-size:14px;
	color:#666;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
.logo {
	width:160px;
	float:left;
	z-index: 99;
}

.sli {
	position: absolute;
	width: 960px;
	top: 0;
}
#main {
	width: 100%;
	overflow: hidden;
	border-top:1px #333 solid;
}
.block-title{
	background:#333;
	padding:5px 10px 5px 20px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
.mainleft{
	margin:20px 20px 0 0;
	width:180px;
	padding:0 20px 0 0;
	border-right:1px #CCC solid;
	float:left;
}
.mainright{
	margin:20px 0 0 0;
	width:728px;
	padding:0;
	float:left;
}
.loco {
	padding: 10px 5px;
	line-height: 20px;
	height: 20px;
	color: #999999;
	border-bottom: 1px #999999 dotted;
	font-size: 12px;
	margin: 0 0 20px 10px;
}
.loco a:active, .loco a:link, .loco a:visited {
	color: #999999;
	text-decoration: none;
}
.loco a:hover {
	color: #999999;
	text-decoration: underline;
}
#cont {
	margin: 5px 0px 0px 10px;
	padding: 10px;
	font-size: 14px;
	line-height:180%;
	color: #000000;
}
#cont a{
	color: #09C;
	text-decoration:underline;
}
.lists {
	padding: 15px 0 0 0;
	font-size:12px;
}
.lists a:active, .lists a:link, .lists a:visited {
	color: #000;
	text-decoration: none;
}
.lists a:hover {
	color: #C30;
	text-decoration: underline;
}
.lists LI {
	line-height: 18px;
	padding:10px 0;
	border-bottom:1px #CCC dotted;
}
.lists2 {
	padding: 15px 0 0 10px;
	font-size:14px;
}
.lists2 a:active, .lists2 a:link, .lists2 a:visited {
	color: #000;
	text-decoration: none;
}
.lists2 a:hover {
	color: #C30;
	text-decoration: underline;
}
.lists2 LI {
	line-height: 18px;
	padding:10px 0;
	border-bottom:1px #CCC dotted;
}
.time {
	color: #999999;
	float: right;
	padding-right: 5px;
}
.more {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 0 0;
	float: right;
}
.more a:active, .more a:link, .more a:visited, .more a:hover {
	color: #CCC;
	text-decoration: none;
}
.listmore {
	font-size: 12px;
	font-weight: normal;
	padding: 15px 5px 0 0;
}
.listmore a:active, .listmore a:link, .listmore a:visited{
	color: #F90;
	text-decoration:none;
}
.listmore a:hover {
	color: #F90;
	text-decoration: underline;
}
.links {
	margin: 20px 5px;
	font-size: 12px;
	color: #666666;
	text-align:right;
}
.links a:active, .links a:link, .links a:visited {
	padding: 0 5px;
	color: #FF6600;
	text-decoration: underline;
}
.links a:hover {
	padding: 0 5px;
	color: #FF6600;
	text-decoration: underline;
}
.channelleft {
	padding: 0px 10px 20px 10px;
}
.channelleft li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	line-height: 150%;
}
.channelleft li:hover {
	padding: 10px;
	background: #ECECEC;
	line-height: 150%;
}
.channelleft a{
	font-size:14px;
	color:#333;
}
.channeltitle {
	padding: 0px 10px 20px 10px;	
 color: #066;
 font-size:16px;
 font-weight:bold;
}
.info {
	padding: 0 0 20px 0;
	line-height: 24px;
	color: #666;
	font-size: 12px;
	text-align:center;
}
.time {
	float: right;
	color: #999;
}