﻿@charset "utf-8";
/* CSS Document */

body{ padding:0; margin:0; font-size:12px; color:#333;}

ul,li,p,em,dl,dt,dd{ padding:0; margin:0; list-style:none;}

.red:link,.red:visited{color:#3ab9fb; text-decoration:none;}
.org:link,.org:visited{color:#898989; text-decoration:none;}
.org:hover{ color:red;}
/*#top*/
#top{ width:100%; height:40px; border-bottom:1px solid #F0F0F0; background:url(/Templates/master/default/Ascx/tags/images/top_bj.png); line-height:40px;}

.top_nav{ width:1000px; margin:0 auto; height:40px;}
.top_nav .top_nav_l{ width:410px; height:40px; line-height:40px; margin-left:40px; float:left;}
.top_nav_l {position:absolute;z-index:9999;}
.top_nav_l p{ line-height:40px;}
.top_nav_l p span{ display:block;}
.top_nav_l p .span1{ float:left; background:url(/Templates/master/default/Ascx/tags/images/peo.png) no-repeat; width:14px; height:15px; margin-top:11px; margin-right:5px;}
.top_nav_l em{ font-style:normal; float:left;}
.top_nav_l .name{ width:150px; float:left; position:relative;}
.top_nav_l .name .hide a{ font-size:14px; margin-left:8px;}
.top_nav_l .name .hide a img{ padding-left:5px;}
.top_nav_l .name .show{ position:absolute; left:0; top:0; z-index:9999; display:none;background-color:#fff;}
.show p{ width:150px; height:40px; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6; background:#fff;}
.show p a{ margin-left:8px; font-size:14px;}
.show p a img{ padding-left:5px;}
.show .nr{ width:150px; height:auto; border:1px solid #e6e6e6; border-top:1px solid #fff;}
.show .nr ul{ width:119px; height:auto; padding:0 10px 5px;}
.show .nr ul li{ height:30px; line-height:30px; margin-bottom:3px; cursor:pointer; border-bottom:1px dashed #c5c5c5;}
.show .nr ul li img{ vertical-align:middle; margin:0 5px;}

.top_nav_r{ width:390px; height:40px; line-height:40px; float:right;}
.top_nav_r ul li{ float:left;}
.top_nav_r ul li a:link,.top_nav_r ul li a:visited{ color:#323232; text-decoration:none;}
.top_nav_r ul li a:hover{ color:red;}

/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none;color:red}