﻿/* CSS Document */

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% ÷ו; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#b3e5fc; 
	font:12px Tahoma,Verdana,ו; 
	color:#333;
	text-align:left;
	height:100%;
}

#container {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	background:#edfaff;
}
#header {
    margin:0 auto;
	width:960px;
	overflow:hidden;
	zoom:1;
}
.top{ height:35px; background:url(../images/top_bj.png) repeat-x;}
.top .pic_link{ width:480px;}
.top .pic_r{ width:440px;}
.top .pic_r .date{ width:200px; line-height:35px;}
.top .pic_r .submenu{ width:210px; text-align:left; line-height:35px;}

.banner{ height:182px;}
.menu{ height:39px; background:url(../images/menu_bj.png) repeat-x;}
.menu a{ line-height:39px; font-size:13px; font-weight:bold; color:#FFFFFF; float:left; margin:0 0 0 60px; display:inline;}
.menu a:hover{ color:#ccff66;}

.menu_bot{ height:28px; background:#0075be;}
.menu_bot .search_l{ width:80px; padding-left:20px; font-size:14px; font-weight:bold; color:#e69e52; line-height:28px;}

.menu_bot .search{ width:220px; margin-top:3px;}
.menu_bot .search .text{ display:block; float:left; width:124px; height:20px; line-height:20px; padding:0 2px; font-size:12px; background:#FFFFFF; border:1px solid #b4b4b4;}
.submit{ display:block; margin-left:4px; display:inline; width:68px; height:20px; background:url(../images/search.png) no-repeat; border:none;}

.search_r{ width:600px; color:#e0f870;}
.search_r a{ font-weight:bold; color:#e0f870; line-height:28px;}