@charset "gb2312";


.font-size-12{
	font-size: 12px;
}
.font-size-24{
	font-size: 24px;
}

.font-weight-bold{
	font-weight: bold;
}

.left{
float: left;
  margin-left: 30px;
  font-size: 18px;
  color: #333333;
 /** width: 190px;  **/
  height: 28px;
  border-bottom: 6px solid #cccccc;
  padding-left: 10px;

}

.right{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #D3D3D3;
	  margin-top: 10px;
}

.container {
	margin: 0 auto;
	width: 100%;
	background-color: white;
margin-top: 60px;
  min-height: 760px;
}


.main{
	width: 1000px;
	margin-top: 60px;
	margin:0 auto;
        /** min-height: 950px; **/
}

.main-left{
  width: 159px;
  height: 200px;
  margin: 0 auto;
  float: left;
  margin-top: 20px;
}

.channel-bigTitle{
	margin: 0 auto;
	margin-bottom: 24px;
}

.channel-bigTitle ul{
	
}


.channel-bigTitle ul li{
	
	
}

.sonChannel{
	

}

.sonChannel ul{

}

.sonChannel ul li{
	width: 145px;

}

.sonChannel ul li a{

}

.sonChannel ul li:hover{

}

.sonChannel ul li:hover a{
	//color: #E40A09;

}

.main-right{
	float: right;
	width: 800px;
  margin-top: 20px;
	
}

.channel-smallTitle{
	border-bottom: 1px solid #CCCCCC;
	width: 800px;
	height: 34px;
}


.channel-list{}

.channel-list ul{
	margin-top: 30px;
	margin-left: 30px;
}

.channel-list ul li{
	width: 745px;
	height: 32px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 18px;
}


.channel-list ul li img{
	margin-right: 10px;
}

.channel-list ul li a{
	color: #333333;
}

.channel-list ul li a:hover{
	color: #b30000;
	/*text-decoration:underline;*/
}

.time{
	float: right;
	color: #a1a1a1;
	font-size: 12px;
}

.page{
	margin-top: 55px;
	text-align: center;
	margin-bottom: 55px;
}



.sonChannel ul li ul{
	display: none;
}

.sonChannel ul li:hover ul{
	display: inline-block;
}


body {
  margin: 0;
  padding: 0;
  /** overflow-x: hidden; **/
}
html, body {
  height: 100%;
}
img {
  border: none;
}
* {
  font-family: 'Î¢ÈíÑÅºÚ';
  font-size: 12px;
  color: #626262;
}
dl, dt, dd {
  display: block;
  margin: 0;
}
a {
  text-decoration: none;
}
#bg {
  background-image: url(images/content/dotted.png);
}
.container {
  width: 100%;
  height: 100%;
  margin: auto;
}

/*left*/
.leftsidebar_box {
  width: 160px;
  height: auto !important;
  overflow: visible !important;
  height: 100% !important;
  background-color: #cc0000;
}
.line {
  height: 2px;
  width: 100%;
  background-image: url(images/left/line_bg.png);
  background-repeat: repeat-x;
}
.leftsidebar_box dt {
  padding-left: 20px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #f5f5f5;
  font-size: 14px;
  position: relative;
  line-height: 48px;
  cursor: pointer;
}
.leftsidebar_box dt a{
  color: #f5f5f5;
  font-size: 14px;
}

.leftsidebar_box dt a:hover{
  color: #f5f5f5;
}
.leftsidebar_box dd {
  background-color: #b30000;
  padding-left: 40px;
}
.leftsidebar_box dd a {
  color: #f5f5f5;
  line-height: 20px;
}
.leftsidebar_box dt img {
  position: absolute;
  right: 10px;
  top: 20px;
}
.system_log dt {
  background-image: url(images/left/system.png)
}
.custom dt {
  background-image: url(images/left/custom.png)
}
.channel dt {
  background-image: url(images/left/channel.png)
}
.app dt {
  background-image: url(images/left/app.png)
}
.cloud dt {
  background-image: url(images/left/cloud.png)
}
.syetem_management dt {
  background-image: url(images/left/syetem_management.png)
}
.source dt {
  background-image: url(images/left/source.png)
}
.statistics dt {
  background-image: url(images/left/statistics.png)
}
.leftsidebar_box dl dd:last-child {
  padding-bottom: 10px;
}
