﻿@charset "utf-8";
/* CSS Document */
/* 
Copyright (c) 2009, Shawphy(shawphy.com). All rights reserved. 
http://shawphy.com/2009/03/my-own-reset-css.html 
Based on YUI http://developer.yahoo.com/yui/reset/ 
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html 
Licensed under the BSD License: 
http://creativecommons.org/licenses/BSD/ 
version: 1.1 | 20090303 
*/ 
body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, code, 
form, fieldset, legend, input, button, 
textarea, p, blockquote, th, td { 
    margin: 0; 
    padding: 0; 
} 
fieldset, img { 
    border: 0; 
} 
/* remember to define focus styles! */ 
:focus { 
    outline: 0; 
} 
address, caption, cite, code, dfn, 
em, strong, th, var, optgroup { 
    font-style: normal; 
    font-weight: normal; 
} 
h1, h2, h3, h4, h5, h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 
abbr, acronym { 
    border: 0; 
    font-variant: normal; 
} 
input, button, textarea, 
select, optgroup, option { 
    font-family: inherit; 
    font-size: inherit; 
    font-style: inherit; 
    font-weight: inherit; 
} 
code, kbd, samp, tt { 
    font-size: 100%; 
} 
/*@purpose To enable resizing for IE */ 
/*@branch For IE6-Win, IE7-Win */ 
input, button, textarea, select { 
    *font-size: 100%; 
} 
body { 
    font-family:Verdana,Arial,"宋体"; font-size:12px; line-height:1.5;background:#ffffff; 
} 
ol, ul { 
    list-style: none; 
} 
/* tables still need 'cellspacing="0"' in the markup */ 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
caption, th { 
    text-align: left; 
} 
sup, sub { 
    font-size: 100%; 
    vertical-align: baseline; 
} 
/* remember to highlight anchors and inserts somehow! */ 
:link, :visited , ins { 
    text-decoration: none; 
} 
blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
}
/*------------------------基础设置--------------------------*/
.clear{clear:both; font-size:0; line-height:0;}
.left{float:left;}
.right{float:right;}

.tab_content{}
.tab_content .tab{display:none;}
.tab_content .default{display:block;}

.item h3{position:relative;}
.item .content{}
.item .content ul{}
.item .content ul li{position:relative;}
.item .content ul li .date{position:absolute; top:0; right:15px; color:#6c6c6c;}
.item .content ul li a{}
.item .content ul li a:hover{}

.select{position:relative; width:154px; margin:0 auto; padding:0 16px 0 0; height:22px; border:solid 1px #d4d4d4; line-height:22px; background-color:#FFF; z-index:100;}
.select .drop_down_btn{position:absolute; right:2px; top:2px;}
.select .drop_down_box{}
.select .drop_down_list{display:none; position:absolute; bottom:22px; left:-1px; width:166px; padding:2px; background-color:#FFF; border:solid 1px #d4d4d4; z-index:100;}
.select .drop_down_list li{padding:0;}
.select .drop_down_list a{display:block; width:95%; padding-left:5%;}
.select .drop_down_list a:hover{background-color:#499dd4; color:#FFF; text-decoration:none;}

.form_table{width:100%;}
.form_table td{height:24px; border:solid 1px #96afce; line-height:24px;}
.form_table td div{padding:0 0 0 10px; color:#000;}
.form_table td div img{line-height:1;}
.form_table td div.label,form table td div.th{border:solid 1px #FFF; color:#084d92;}
.form_table td div.label{background-color:#f0f7fd;}
.form_table td div.th{background-color:#cde7f8; font-weight:700;}

.more{position:absolute; top:0; right:12px; *right:10px; padding:0 0 0 15px; background:url(../img/bg/global_icon_bg.gif) no-repeat 0 -195px; color:#7a8294; font-weight:400; text-decoration:underline;}
.crumbs{height:30px; line-height:30px;}

/*--------------------通用类设置--------------------------------*/



/*--------------------字体设置--------------------------------*/

.page_wrap{margin:0 auto; width:1002px; padding-bottom:30px; background:#ffffff;}

/*--------------------通用类设置--------------------------------*/

#header{background:#ffffff;}

/*------------------------头部设置-----------------------------*/ 
#content{background:#ffffff;}
#btn_box{padding-top:10px; text-align:center;background:#ffffff;}

/*------------------------页面主体设置---------------------------*/

#footer{}