/* 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;}
.guide{padding-bottom:3px;border-bottom:solid 1px #cccccc;height:28px;line-height:28px;font-size:14px;color:#003466;}
.table-list{margin-top:20px;border-left:1px solid #CCCCFF;border-right:1px solid #CCCCFF;}
.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-list-2 th{border:1px solid #CCCCFF;padding:5px 5px;padding:6px 5px;background:#C4E1FF;}
.table-list-2 td{border:1px solid #CCCCFF;padding:5px 5px;}

.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;}

/*分页样式*/
.pagination {display: flex;list-style: none;padding: 0; margin: 20px 0;}
.pagination li {margin: 0 5px;}
.pagination li a,.pagination li span {display: block;padding: 8px 16px;text-decoration: none;border: 1px solid #ddd;border-radius: 4px;color: #333;transition: all 0.3s;}
.pagination li a:hover {background-color: #f5f5f5; border-color: #ccc;}
.pagination li.active span {background-color: #007bff;color: white;border-color: #007bff;}
.pagination li.disabled span {color: #6c757d;background-color: #f8f9fa;border-color: #dee2e6;}

.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;}