/* CSS Document */
/* 顶部导航样式 */
.topnav{position:fixed;top:0px;width:100%;height:46px;background:#ffffff;z-index:99;}
.topnav-container{margin:9px 0 9px 10px;color:#666666;font-family:"mycrisoft yahei";}
.topnav-left{float:left;margin-left:0px;}
.topnav-left img{height:26px;}
.topnav-right{float:right;margin-right:20px;}
.topnav-right span{display:inblock;	margin-left:10px;height:26px;line-height:26px;}
.topnav-right .admin{padding:2px 3px 2px 3px;width:80px;height:22px;background:#FAAD05;border-radius:4px;color:#fff;font-size:11px;}
.topnav-logout a{color:#666666;}

/*右侧主体菜单样式*/
.menu{margin-top:15px;font-size:15px;}
.menu li a{	display:block;float:left;padding:5px 10px 5px 10px;}
.menu li a:hover{background:#ccc;}
.menu-current{background:#ccc;}	

/*侧栏样式 */
.sidebar{position:fixed;top:0px;left:0px;width:135px;height:800px;background:#FFF;z-index:9;}
.sidebar-container{float:left;margin-top:46px;width:135px;font-family:"微软雅黑";font-weight:none;}
.nav{width:135px;fong-size:12px;}
.nav>a{display:block;margin-top:5px;padding-left:30px;width:105px;height:32px;line-height:32px;color:#003466;color:#666666;font-size:13px;}
.nav>ul{display:none;margin-top:0px;padding-left:6px;width:129px;font-weight:normal;background:#EFEFF4;}
.nav>ul>li{padding:4px 0 4px 25px;height:20px;font-size:13px;}
.nav>ul>li>a{color:#666666;}
.nav>ul>li>a:hover{color:#0B085F;}
.sidebar-show{position:fixed;top:350px;left:135px;width:135px;z-index:20;cursor: pointer;}
.sidebar-show img{width:35px;}

/*主体内容 */
.wrapper{margin-left:175px;margin-right:20px;}
.container{margin-top:50px;margin-bottom:50px;font-size:14px;}

/*主体内容提示*/
.guide{padding-bottom:3px;border-bottom:solid 1px #cccccc;height:28px;line-height:28px;font-family:"微软雅黑";font-size:14px;color:#003466;}
.search{margin-top:10px;}
.table-list{margin-top:20px;border-left:1px solid #CCCCFF;border-right:1px solid #CCCCFF;font-size:14px;}
.table-list th{text-align:left;font-weight:bold;background:#C4E1FF;	padding:10px 5px;}
.table-list td{padding:10px 5px;border-bottom:1px solid #CCCCFF;}

.table-2 th,.table-2 td{border:1px solid #CCCCFF;padding:5px 5px;}
.table-2 th{padding:6px 5px;background:#C4E1FF;}

.item-left-2{float:left;margin:20px 2%;padding:10px 2%;width:42%;background:#edf2f7;border-radius:8px;line-height:20px;}
.item-left-4{float:left;margin:20px 1%;padding:10px 1%;width:21%;background:#edf2f7;border-radius:8px;line-height:20px;}
.item-left-6{float:left;margin:20px 1%;padding:10px 1%;width:12.5%;background:#edf2f7;border-radius:8px;line-height:20px;}
.item-left-8{float:left;margin:10px 1%;padding:10px 1%;width:8.5%;background:#edf2f7;border-radius:8px;line-height:20px;}

/*分页样式*/
.page a,.page span {display:inline-block; padding:2px 5px;margin:0 1px;border:1px solid #f0f0f0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.page a,.page li {display:inline-block;list-style: none;text-decoration:none; color:#58A0D3;}
.page a.first,.page a.prev,.page a.next,.page a.end{margin:0;}
.page a:hover{border-color:#50A8E6;}
.page span.current{background:#50A8E6;color:#FFF;font-weight:700;border-color:#50A8E6;}

.footer{margin:0 auto;width:600px;text-align:center;font-size:16px;margin-bottom:100px;}
.bottom-menu {margin-top:20px;}
.bottom-menu li{display:inline-block;margin-left:20px;}
.bottom-menu li a{color:#000;}




