﻿/* CSS reset */

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:#fff url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,ו; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1002px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	zoom:1;
	background:#fff;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1002px;
	overflow:hidden;
	zoom:1;
}
#top{ height:26px; background:url(top_r.png) right 0 no-repeat;}
.riqi{ width:; line-height:26px; padding-left:12px;}
.riqi_r{ width:329px;}
.sunmenu{ line-height:24px; color:#FFFFFF;}
.sunmenu a{ color:#FFFFFF;}
.search_out{ height:40px; background:url(search2.png) left bottom no-repeat;}
.search_out .date{ width:300px; line-height:38px; color:#993333; padding-left:20px;}
.search_out .search{ width:225px; height:22px; margin:9px 9px 0 0; display:inline;}
.search_out .search .text{ display:block; float:left; width:146px; height:22px; line-height:22px; background:none; border:none; padding:0 2px; color:#999999;}
.search_out .search .submit{ display:block; float:left; width:72px; height:22px; background:none; border:none;}

.riqi_r .text{ width:120px; height:26px; line-height:26px; background:none; border:none; padding:0 0 0 26px; color:#999999;}
.riqi_r .submit{ width:70px; height:26px; background:none; border:none; font-weight:bold; color:#666666;}

#banner{}
#menu{ padding:0 3px; height:35px; background:url(menu_bj.png) no-repeat;}
#menu a{ display:block; margin:0 15px; display:inline; float:left; text-align:center; font-size:14px; font-weight:bold; color:#FFFFFF; line-height:35px;}
#menu a:hover{ background:url(menu_ahover.png) center bottom no-repeat; color:#333333;}

#demo {
	margin-top:10px;
	height:77px;
	text-align:center;
	background:#FFFFFF;
	overflow:hidden;
	zoom:1;
	border:1px solid #CCCCCC;
}
/*#demo img {border:none; margin-bottom:5px; width:120px; height:90px; }*/
#indemo {float: left; width: 800%;}
#demo1 {float: left;}
#demo2 {float: left;}

.picbox{ width:248px; height:58px; float:left; margin:10px 15px 10px 0; display:inline; }

.picdx{ width:240px; height:50px;}
.picdx img{ width:240px; height:50px; padding:3px; background:#FFFFFF; border:1px solid #CCCCCC;}
.picbox p{ text-align:center; line-height:20px;}

.linkBox {
	background:#fef9e8;
	border:1px solid #CCCCCC;
	height:28px;
	margin-top:10px;
	padding:8px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}

.footer{ height:110px; margin-top:10px; background:url(footer_bj.png) left top repeat-x; line-height:20px; text-align:center; padding-top:20px;}