html{font-size:13px;}
body{background:rgba(0, 0, 0, 0.2);background-image:url("../image/logo.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
}
.page_list{padding:10px 0 10px 0px;width:100%;white-space:nowrap;font-size:9pt;background:#fff;}
.page_list b{margin-left:10px;}
.page_list a{margin-right:5px;border:1px solid #e7ecf0;color:#00c;}
.page_list a,.page_list span{display:inline-block;padding:1px;height:30px;vertical-align:middle;text-align:center;text-decoration:none;line-height:30px;
padding-left:10px;padding-right:10px
}
.page_list a:visited{color:#00c}
.page_list a:hover{border:1px solid #38f;background:none repeat scroll 0 0 #f2f8ff;text-decoration:none}
.page_list a.cur{color:#232323}
.page_list span{cursor:default}
.page_list .btn_page{width:60px;border:1px solid #e1e2e3;text-align:center}
.page_list .btn_page b{color:#717171;font:9px arial;font-weight:400}
/*背景层*/
	#popLayer {
		display: none;
		background-color: #B3B3B3;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		-moz-opacity: 0.8;
		opacity:.80;
		width:100%;
		filter: alpha(opacity=80);/* 只支持IE6、7、8、9 */
	}        
 /*弹出层，在背景层的上面座椅z-index只要比背景层的z-index大即可*/ 
	#popBox {
		display: none;
		background-color: #FFFFFF;
		z-index: 11;
		width: 90%;
		height: 90%;
		position:fixed;
		top:0;
		right:0;
		left:0;
		bottom:0;
		margin:auto;
	}

#popBox .content{
position:absolute;left:0px;top:30px;bottom:0px;right:0px;border:0px solid #8D7272;}
 
#popBox .close{
		text-align: right;
		margin-right: 10px;
		background-color: #F8F8F8;
		line-height:30px;
		position:absolute;left:0px;top:0px;right:0px;border-bottom:1px solid #8D7272;
	}

.table{background:#ccc;}
.table tr:hover {
    background-color:#e2f9e2;
    color: #003333;
    cursor:hand;
}
tr:hover td{background:none;}
.table td{line-height:120%;}

.table td{background:#fff;padding:6px}
.table th{background:#e9e9e9;padding:5px;line-height:180%;}
/*关闭按钮*/
	#popBox .close a {
		text-decoration: none;
		color: #2D2C3B;
		font-weight:bold;
	}
	
.red{color:red;}
.green{color:green;}

.msg{color:red;}

.top_navs{background:#fff;line-height:30px;}
.top_navs a{margin-left:10px;}

.iconfont:before {
    font-size: 18px;
    color: #3580e6;
	margin-right:5px;
}