@charset "utf-8";
/* CSS Document */

html,body{ margin:0px; }
body{ margin:0; padding:0;font-size:12px; color:#4B5151; background:#fff; }
ul{margin:0; padding:0;}
img{ border:none;}
h1{ font-size:14px; margin:0; padding:0; line-height:30px;}
.font_1{ color:#FF6600; font-weight:bold;}
.bg{ background: url(images/bg.gif) top left repeat;}

/* LOGIN */
#index{ background:url(images/index_bg.gif) top center repeat-x; text-align:center; }
#index #index_area{ width:716px; height:323px; position:absolute; top:50%; left:50%; margin-top:-200px; *margin-top:-190px; margin-left:-390px; }
#index #index_area #news{ margin-top:5px; margin-bottom:10px;}
#index #index_area #login_copyright{ margin-top:60px; height:30px; line-height:30px;}

/* TOP */
#top{ background:url(images/top_bg.jpg) top left repeat-x; height:72px; margin-bottom:10px;}
#top #top_center{ width:800px; height:72px; margin:0 auto;}
#top #top_center #logo{ width:382px; margin-left:16px; float:left;}
#top #nav{ height:28px; margin:40px 20px 0 0; padding:0; list-style:none; display:block; float:right;}
#top #nav li{ float:left; width:87px; height:28px; line-height:28px; display:block; background:url(images/nav_bg.png) top left no-repeat; color:#3572C3; font-weight:bold; text-align:center; }
#top #nav .now{background:url(images/nav_now.png) top left no-repeat; color:#FFFFFF;}
#top #nav a{color:#3572C3; text-decoration:none;}
#top #nav a:hover{color:#FF6600;text-decoration:none;}
#top #nav a:visted{color:#3572C3;text-decoration:none;}

/* MAIN */
#main{ width:800px; margin:0 auto;} 
#main #main_middle{ background:url(images/main_middle.gif) top left repeat-y; padding:6px 150px;}
#main #main_middle div{ padding:15px; background:#fff; border:1px solid #BDC1CC;}
#main #main_middle table{line-height:18px;}
#main #main_middle td{line-height:18px; padding:4px 0;}
#main #main_middle #search .input{ width:140px;}
#main #main_middle #search .s_code{ width:70px;}
#main #main_middle #search .s_button{ margin-top:5px;}
#main #main_middle #result{ background:#fff; border-collapse:collapse;}
#main #main_middle #result tr{	background-color: expression((       this .       sectionRowIndex %       2 ==       0)
		?       "#FFF" :       "#E4E8F4" )}
#main #main_middle #result td{ border:1px solid #BCC3CB; padding-left:5px; line-height:30px;}

/* 版权 */
#copyright{ margin-top:15px; line-height:30px; text-align:center;}