@CHARSET "UTF-8";
body{
	background:#fff;
}
/*top开始*/
.top{
	width:100%;
	height:98px;
	border-bottom:#c8d2d3 solid 1px;
	overflow:hidden;
}
.admin_top_logo{
	width:230px;
	height:98px;
	float:Left;

}

.admin_name a{
	padding:0 !important;
}
.top_link{
	height:98px;
	float:left;
	
}
.top_link span{

    display:inline-block;
	height:98px;

	line-height:98px;
	color:#333333;
}

.top_link .admin_link{
	padding:0 100px 0 30px;
	float:right;
}
.top_link span a:hover{
	color:#0099FF;
}
.top_link .admin_center{
	padding:0 60px 0 10px;
}
.top_link .admin_center a{
	color:#fff;
}
.top_link .admin_center a:hover{
	color:#DCFFFF;
}
.admin_left{ float:left; height:98px; line-height:98px; font-size:16px; font-family:Arial, Helvetica, sans-serif;font-family:微软雅黑;}
.admin_right{ float:right; margin-right:30px;  font-size:16px;  font-family:Arial, Helvetica, sans-serif;font-family:微软雅黑;}
.admin_right a{font-size:16px; color:#333333}
.admin_right a:hover{ color:#333333}

/*top结束*/

/*left开始*/
.left{
	width:230px;
	float:left;
	position:relative;
	background:#3c3e40;
	 font-family:微软雅黑;
}
.left .float{
	width:23px;
	height:45px;
	position:absolute;
	left:0px;
	top:33px;
	background:url(../img/leftbt.jpg) no-repeat right;
	color:#fff;
	font-size:13px;
	font-weight:700;
	padding:10px 0 0 8px;
}
.left .box{
	width:230px;

}
.left_top{
	width:265px;
	padding-left:15px;
	padding-top:18px;
	height:80px;
	background:#2d2e30;
	 font-size:28px; color:#FFFFFF;

}

.left_top a{font-size:28px; color:#FFFFFF;}
.left_top a span{ font-size:13px;text-transform:uppercase;}
.left dl{
	width:230px;
	overflow:hidden;

}
.left dl dt{
	height:50px;
	line-height:50px;
	color:#d7d9dc;
	font-size:14px;
	text-indent:10px;
	border-top:1px solid #20252b;
	font-weight:700;
	cursor:pointer;

}
.left dl dt span{ float:right; margin-right:20px; color:#999999}
.left dl dt div{ margin-left:16px; width:30px; height:50px; float:left; background:url(../img/ico.png) no-repeat center; }
.left dl dt.click{ background:#2d2e30; color:#FFFFFF}
.left dl dt.click span{ color:#FFFFFF}
.left dl dt.click div{background:url(../img/ico_h.png) no-repeat center; }
.left dl dd{

	overflow:hidden;
	display:none;
}
.left dl dd a{
	display:block;
	height:40px;
	line-height:40px;
	background:#CCCCCC;
	border-top:#20252b solid 1px;
	text-indent:60px;
	color:#272e36;

}
.left dl dd a:hover{
	background:#babfc4;
	color:#fff;
}
/*left结束*/

/*main开始*/
.main{
	background:#fff;
	overflow-y:hidden;
	border-radius:0px 0 0 0;
	position:absolute;
	left:230px;

}
.main iframe{
    border:none;
}
/*main结束*/


























