/* 临时的内容页面样式 */

body {background-color: #e5e5e5;}

.m15 {margin:15px;}
	
/*页头*/
.top-kuang {height:38px; line-height:38px; padding-left:15px; color:#333; font-size:14px; background:#fcfcfc;}
/*内容大框*/
.main-kuang {position:absolute; left:0; right:0; overflow-x:hidden; overflow-y:auto;}
  
/*内容页*/
.main-lmk02 {width:100%; margin-bottom:15px; display:inline-block; vertical-align:top; float:left;}
.main-lmk02 > div {background:#fff;}
.main-top01 {height:48px; line-height:48px; border-bottom:1px solid #ededed; position:relative; padding:0 20px; font-size:16px; color:#333;}
/* .main-top01 i {width:5px; height:28px; position:absolute; top:10px; left:0; background:#1e6eb5; overflow:hidden;} */
.main-top01 span {float:left;}
.main-top01 div {font-size:12px;}
.main-top01 .gd {color:#ff8a00; float:right; height:48px; font-size:14px;}
.main-top01 .gd:hover {color:#d57300;}
.main-neik01 {padding:10px;}


.btn{
	
	height:23px;
	line-height:23px;
	display:block;
	margin-right:5px;
	overflow:hidden;
	cursor:pointer;
}
	.btn_content{
		color:#fff;
		background:url(../../images/btn2_bg.jpg);
		padding:0 5px;
		display:inline-block;
		text-align:center;
		overflow:hidden;
		float:left;	
	}
	.btn_left{
		background:url(../../images/btn2_left.png) no-repeat;
		width:3px;
		height:23px;
		line-height:23px;
		overflow:hidden;
		display:inline-block;
		float:left;	
	}
	.btn_right{
		background:url(../../images/btn2_right.png) no-repeat;
		width:3px;
		height:23px;
		line-height:23px;
		overflow:hidden;
		display:inline-block;
		float:left;	
	}

.btn:hover{
	
}
	.btn:hover .btn_content{
		background:url(../../images/btn2_bg_cur.jpg);
	}
	.btn:hover .btn_left{
		background:url(../../images/btn2_left_cur.png) no-repeat;
	}
	.btn:hover .btn_right{
		background:url(../../images/btn2_right_cur.png) no-repeat;
	}
	
.btn2{
	
	height:23px;
	line-height:23px;
	display:block;
	margin-right:5px;
	overflow:hidden;
	cursor:pointer;
}
	.btn2_content{
		color:#fff;
		background:url(../../images/btn2_bg.jpg);
		padding:0 5px;
		display:inline-block;
		text-align:center;
		overflow:hidden;
		float:left;	
	}
	.btn2_left{
		background:url(../../images/btn2_left.png) no-repeat;
		width:3px;
		height:23px;
		line-height:23px;
		overflow:hidden;
		display:inline-block;
		float:left;	
	}
	.btn2_right{
		background:url(../../images/btn2_right.png) no-repeat;
		width:3px;
		height:23px;
		line-height:23px;
		overflow:hidden;
		display:inline-block;
		float:left;	
	}

.btn2:hover{
	
}
	.btn2:hover .btn2_content{
		background:url(../../images/btn2_bg_cur.jpg);
	}
	.btn2:hover .btn2_left{
		background:url(../../images/btn2_left_cur.png) no-repeat;
	}
	.btn2:hover .btn2_right{
		background:url(../../images/btn2_right_cur.png) no-repeat;
	}
	
	
/*-----------------------------------------统计报表页面table样式-----------------------------------------------------*/
.table02-xin {
    width: 100%;
    border: 1px solid #e1e1e5;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(225, 225, 229);
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    background: #fff;
    border-collapse: collapse;
	border-spacing: 0;
}
.table02-xin td {
    color: #333;
    padding: 7px 10px;
    height: 26px;
    line-height: 26px;
    background: #f5f5f5;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    white-space: nowrap;
}
.table001-xin > table {
    width: 100%;
    background: #fff;
    border-collapse: collapse;
	border-spacing: 0;
}
.table001-xin > table thead tr {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #f5f5f5;
}
.table001-xin > table td {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px solid #e1e1e5;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/*-----------------------------------------统计报表页面table样式--end-----------------------------------------------------*/
	