@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
img {
	border: none;
}
dl, dt, dd {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
}
#bg {
	background-image: url(../img/content/dotted.png);
}
/*.container {
	width: 100%;
	height: 100%;
	margin: auto;
}*/
/*left*/
.leftsidebar_box {
	width: 214px;
	height: auto !important;
	overflow: visible !important;
	height: 100% !important;
}
.leftsidebar_box>dl {
	margin-bottom: 15px;
	}
.line {
	height: 2px;
	width: 100%;
	background-image: url(../img/left/line_bg.png);
	background-repeat: repeat-x;
}
.leftsidebar_box dt {
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #414141;
	font-size: 14px;
	position: relative;
	line-height: 30px;
	cursor: pointer;
	display: block;
    width: 214px;
    background: url(../../img/ioc1.jpg) no-repeat 12px 15px #ececec;
    padding: 5px 20px 5px 35px;
}
.leftsidebar_box dd {
	background-color: #317eb4;
    padding-left: 40px;
    line-height: 30px;
    height: 30px;
	text-decoration: underline;
}
.leftsidebar_box dd a {
	color: #f5f5f5;
	line-height: 20px;
}
.leftsidebar_box dt img {
	position: absolute;
	right: 10px;
	top: 17px;
}
.system_log dt {
	background-image: url(../img/left/system.png)
}
.custom dt {
	background-image: url(../img/left/custom.png)
}
.channel dt {
	background-image: url(../img/left/channel.png)
}
.app dt {
	background-image: url(../img/left/app.png)
}
.cloud dt {
	background-image: url(../img/left/cloud.png)
}
.syetem_management dt {
	background-image: url(../img/left/syetem_management.png)
}
.source dt {
	background-image: url(../img/left/source.png)
}
.statistics dt {
	background-image: url(../img/left/statistics.png)
}
.leftsidebar_box dl dd:last-child {
	padding-bottom: 10px;
}

.left .left_top{height: 50px; line-height: 50px; padding: 0px; padding-left: 20px;}
.left .left_top h1{display:block;line-height: 46px;padding-top: 4px}
.left .left_top p{display: none; font-size: 12px;}
.left .left_bo{width: 260px;}