@charset "utf-8";
/* CSS Document */

body{ background:#e1eefa !important}

#warp{ width:1000px; margin:0 auto; background:#fff; padding:6px; }
#header{ background:url(../img/bg_hd.jpg) no-repeat;height:300px}
#header h1{ display:none}

.menu{ background:#F0F0F0; text-align:center; border:1px solid #e2e2e2; height:30px; margin-bottom:5px; border-left:0}
.menu ul li{ float:left;line-height:30px;border-left:1px solid #e2e2e2}
.menu ul li a{ font-size:14px; display:block; padding:0 12px; }
.menu ul li a:hover{ background:#F6F6F6}


#content h2{ font-size:24px; font-family:"微软雅黑"; padding:20px; text-align:center}
#content h3{ font-size:20px; font-family:"微软雅黑"; padding:20px;}
#content p{ font-size:14px; line-height:24px; margin-bottom:15px; text-indent:24px; text-align:justify}
#content p.ind0{ text-indent:0; padding-left:24px}
#content p a{ text-decoration:underline}

#content .table_list{ width:100%; border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;}
#content .table_list th{border-right:1px solid #e2e2e2; height:35px; background:#F7F7F7; text-align:center}
#content .table_list td{border-right:1px solid #e2e2e2;border-top:1px solid #e2e2e2; text-align:center; padding:5px}
#content .table_list td a{ text-decoration:underline; color:#F30}
#content .table_list td.left{ text-align:left}


#footer{ padding:15px;}
#footer p{ text-align:center; color:#666666}