﻿/* ==奥林匹克风格定义== */
/* --登录--*/
.left{
	float:left;
}
#top {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#top #u_login {
	font-size: 13px;
	color:#454545;
	background: url(images/show_top_login_bg.gif) no-repeat;
	height: 29px;	
}
#top #u_login #right{
	width:300px;
	float: right;
	font-weight:bold;
	margin-top:5px;
}
#top #u_login #right a{
	font-weight:bold;
}

#top #u_login #left{
	width:630px;
	float: left;
}

#top #logoad{
	height:72px;
}
#top #logoad #logo{
	width:386px;
	float:left;
}
#top #logoad #ad{
	width:574px;
	height:72px;
	float:right;
	background:url(images/show_logoadlinebg.gif) no-repeat;
	text-align:center;
}
#top #logoad #ad img{
	padding:5px 0px 0px 0px;
}
#top #menu{
	height:34px;
	padding-left:10px;
	background:url(images/show_menu_bg.gif) no-repeat;	
}

#menu li {
	color: #fff;
	background:url(images/show_menu_spe.gif) no-repeat right;
	padding-right: 2px;
	float:left;
	font-weight:bold;
	font-size:14px;
}
#menu li a, #menu li a:visited {
	font-size: 14px;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	display:block;
	line-height: 34px;
}
#menu li a:hover, #menu #menu_on a, #menu #menu_on a:visited {
	background: url(images/show_menu_on.gif) repeat-x center;
	color:#fd4f02;
	display:block;
}

#top #noticesearch{
	width:960px;
	height:32px;
	background:url(images/show_noticelinebg.gif) no-repeat;	
}

#top #noticesearch #notice{
	width:400px;
	float:left;
}
#top #noticesearch #search{
	width:560px;
	float:right;
}
/*搜索*/
#top #noticesearch #search .main_search {
	text-align:left;
	width:100%;
	font-size:13px;
	color:#454545;
/*	display:inline;*/
	height:32px;
}



/* 网站横向公告 */

#top #noticesearch #notice #announce_crosswise ul {
	PADDING-LEFT: 10px; BACKGROUND: url(Images/show_announce.gif) no-repeat 0px 35%;  MARGIN-LEFT: 10px; WIDTH: 380; LINE-HEIGHT: 22px; WHITE-SPACE: normal; LIST-STYLE-TYPE: none; TEXT-ALIGN: left;clear:both;
}
#top #noticesearch #notice #announce_crosswise li{
	float:left;
	padding-left:10px;
}
#top #noticesearch #notice #announce_crosswise ul A {
	FONT-SIZE: 13px;
	COLOR: #454545;
}
#top #noticesearch #notice #announce_crosswise ul A:hover {
	COLOR: #f73400;
}

#bottom {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	font-size:13px;
	color:#333;
	text-align:center;
	line-height:160%;
}
#bottom #menuline{
	font-size:13px;
	height:25px;
	color:#333;
	background-color:#eef6fc;
	border-top: 2px #5ab3df solid; /*居中划一条点线*/				
	border-bottom: 1px #5ab3df solid; /*居中划一条点线*/	
	margin-bottom:10px;		
	padding-top:3px;
}
#bottom #menuline a{
	color:#333;
}
#bottom #menuline a:hover {
	color:#ff4800;
}


